On the Spectral Bias of Neural Networks
Nasim RahamanAristide BaratinDevansh ArpitFelix DraxlerMin LinFred A. HamprechtYoshua BengioAaron Courville
Reveals that deep ReLU networks inherently prioritize learning low-frequency components over high-frequency variations, providing a foundational explanation for why over-parameterized neural networks generalize to simple patterns rather than memorizing noise.
Neural networks can fit arbitrary random data with perfect accuracy yet often generalize well on natural inputs. This raises questions about what implicit biases guide their learning toward simpler solutions that perform reliably.
The article set out to examine whether deep ReLU networks exhibit a spectral bias that favors low-frequency functions during training and to clarify how the geometry of the data manifold influences this behavior.
Researchers combined Fourier analysis of the piecewise-linear structure of ReLU networks with targeted experiments. They derived the frequency spectrum of such networks analytically, then trained networks on synthetic signals with controlled frequencies, on MNIST targets corrupted by noise at different frequencies, and on signals defined over manifolds of increasing shape complexity. Sample sizes ranged from hundreds to thousands of points, and results were averaged over multiple random phases and initializations.
The analysis shows that networks consistently fit lower frequencies before higher ones, regardless of amplitude. Lower-frequency components also remain more stable under random parameter changes. On manifolds with more complex shapes, higher frequencies become easier to express because the embedding map itself introduces high-frequency variation. These patterns hold on both synthetic data and MNIST.
The findings indicate that gradient descent on overparameterized networks naturally prioritizes smooth solutions that generalize across samples. This bias helps explain observed robustness to high-frequency noise and suggests that model sensitivity can be quantified directly in the Fourier domain. It also highlights that manifold geometry can ease or hinder learning of certain patterns without changing network architecture.
Practitioners may benefit from monitoring frequency content during training to detect when models begin fitting noise. Designers could explore regularizers or initializations that control the rate at which higher frequencies enter the solution. Further work is needed to test whether the same bias appears in other activation functions and larger-scale tasks before relying on it for architectural decisions.
The core spectral-bias observation rests on consistent empirical and theoretical results across multiple settings. Broader claims about generalization rest on the assumption that natural data lie on manifolds of moderate complexity, an assumption that remains only partially tested.
- Paper: Neural Tangent Kernel: Convergence and Generalization in Neural Networks, Arthur Jacot et al. (2018). This foundational paper introduces the Neural Tangent Kernel framework, establishing the theoretical analytical tools used to study the convergence rates of neural network training across different functional components.
- Paper: A Closer Look at Memorization in Deep Networks, Devansh Arpit et al. (2017). This work demonstrates empirically that neural networks learn simple, broad patterns before memorizing noisy data, providing the initial motivating puzzle that spectral bias explains mathematically.
- Paper: Understanding deep learning requires rethinking generalization, Chiyuan Zhang et al. (2017). This influential paper proves that deep networks can fit arbitrary noise yet generalize well, posing the core question about implicit regularization that spectral bias directly addresses.
- Paper: Exact solutions to the nonlinear dynamics of learning in deep linear neural networks, Andrew M. Saxe et al. (2014). This paper analyzes the analytical learning dynamics and mode-dependent timescales of gradient descent in deep networks, laying theoretical foundations for frequency-dependent convergence analysis.
- Paper: Fourier Features Let Networks Learn High Frequency Functions in Low Dimensional Domains, Matthew Tancik et al. (2020). This paper directly builds on the spectral bias of coordinate MLPs by proposing Fourier feature mappings to circumvent low-frequency convergence bottlenecks and learn high-frequency details.
- Paper: Implicit Neural Representations with Periodic Activation Functions, Vincent Sitzmann et al. (2020). This work addresses the low-frequency spectral bias of standard ReLU networks by introducing sinusoidal activation functions that effectively capture high-frequency signals and fine gradients.
- Paper: Spectral Lens: Activation and Gradient Spectra as Diagnostics of LLM Optimization, Andy Zeyi Liu et al. (2026). This research utilizes Fourier-feature modeling and spectral diagnostics to analyze activation and gradient spectra in modern transformer optimization.
- Paper: Shortcut learning in deep neural networks, Robert Geirhos et al. (2020). This perspective synthesizes inductive biases, such as spectral and texture biases, into a unified framework of shortcut learning in deep neural networks.
