Neural Spectral Capacity: Measuring and Designing Architectures from Network Specification Alone
Summary
The paper introduces Neural Spectral Capacity (NSC), a training-free metric based on the singular-value spectrum to evaluate and optimize neural network architectures, with a dynamic programming method for optimal design under constraints.
View Cached Full Text
Cached at: 09/25/26, 07:44 AM
Paper page - Neural Spectral Capacity: Measuring and Designing Architectures from Network Specification Alone
Source: https://huggingface.co/papers/2609.23087
Abstract
ModernTransformerdesignandcompressionbothreducetoallocatingcapacityunderabudget.Thestandardscalarsforthesedecisions,#Paramsand#FLOPs,capturesizeandcomputebutnotarchitecturalstructure:twoarchitectureswithidenticalparameterbudgetsbutdifferentdepth-width,head,orFFNallocationsreceiveidenticalscoresyetbehavedifferently.WeproposeNeuralSpectralCapacity(NSC),aclosed-formscalargroundedinthesingular-valuespectrumofeachweightmatrix.Understandardrandominitialization,theMarchenko-PasturlawrendersNSCcomputablefromthearchitecturalspecificationalone,withnomodelinstantiation,data,orgradients.Itslayer-wiseadditivestructureadmitsNSC-DP,anexactdynamic-programmingsolverreturningthearchitecturegloballymaximizingNSCunderresourceconstraintsinsecondsonaCPU--aguaranteethatblack-boxsearchoverexistingtraining-freeproxiescannotprovide.Empirically,NSCoutperforms#Params,#FLOPs,andrepresentativetraining-freeproxiesinrankingacrosssevenTransformerandCNNfamilies(onFlexiBERT,τ=0.505onpairsdifferingin#Paramsbylessthan10%,where#Paramscollapsesto0.082);NSC-DPdiscoversaTransformer-XLarchitectureonWikiText-103thatbeatsthehuman-designedbaselinein2seconds;andprunesLLaMA-7Btothebest5.7Bmodelacrosseightcommonsensereasoningtaskswithoutanycalibrationdata,about5900xfasterthanthestrongesttraining-freeproxybaseline.
View arXiv pageView PDFGitHub2Add to collection
Models citing this paper0
No model linking this paper
Cite arxiv.org/abs/2609.23087 in a model README.md to link it from this page.
Datasets citing this paper0
No dataset linking this paper
Cite arxiv.org/abs/2609.23087 in a dataset README.md to link it from this page.
Spaces citing this paper0
No Space linking this paper
Cite arxiv.org/abs/2609.23087 in a Space README.md to link it from this page.
Collections including this paper0
No Collection including this paper
Add this paper to acollectionto link it from this page.
Similar Articles
Spectral Energy Centroid: a Metric for Improving Performance and Analyzing Spectral Bias in Implicit Neural Representations
This paper introduces the Spectral Energy Centroid (SEC) metric to analyze and improve spectral bias in implicit neural representations, demonstrating its utility for hyperparameter selection, signal complexity measurement, and cross-architecture alignment.
The spectral neuron - an ML primitive for scalable and interpretable models [R]
The article presents a new ML primitive called the Spectral Neuron, offering a simple, scalable, and interpretable model with a mathematical foundation for training and initialization.
Detecting Neural Network Failures through Spectral Analysis of Internal Activations
This paper identifies spectral drift in internal activations of neural networks during misclassifications and introduces Self-Detecting Neural Networks (SDNN) that monitors spectral dynamics to detect failures, achieving 79% AUROC on CIFAR-10, outperforming confidence-based methods by 25-30 percentage points.
Anytime Training with Schedule-Free Spectral Optimization
This paper introduces SF-NorMuon, a schedule-free spectral optimizer that matches or exceeds tuned AdamW on language models up to 772M parameters, with theoretical guarantees for stationarity and long-horizon stability.
Rank Is Not Capacity: Spectral Occupancy for Latent Graph Models
This paper proposes Spectra, a method using spectral occupancy to analyze and control the realized capacity of latent graph models, arguing that rank is not equivalent to model capacity.