Frequency Principle: Fourier Analysis Sheds Light on Deep Neural Networks
Zhi-Qin John Xu, Yaoyu Zhang, Tao Luo, Yanyang Xiao, Zheng Ma
TL;DR
This paper uncovers a universal Frequency Principle (F-Principle) in gradient-based training of deep neural networks: models tend to fit training targets from low to high response frequencies. It introduces two frequency-centric examination methods—projection and filtering—to demonstrate the principle on high-dimensional real data (MNIST/CIFAR10) and across architectures (including VGG16). A simple theoretical argument links activation-function regularity to the observed frequency bias, and the work shows practical implications for generalization and for hybrid numerical schemes in scientific computing, such as solving Poisson-type PDEs. Overall, the F-Principle provides a unifying lens for understanding why DNNs generalize well on real datasets and where they may struggle, with actionable insights for leveraging frequency content in training and algorithm design.
Abstract
We study the training process of Deep Neural Networks (DNNs) from the Fourier analysis perspective. We demonstrate a very universal Frequency Principle (F-Principle) -- DNNs often fit target functions from low to high frequencies -- on high-dimensional benchmark datasets such as MNIST/CIFAR10 and deep neural networks such as VGG16. This F-Principle of DNNs is opposite to the behavior of most conventional iterative numerical schemes (e.g., Jacobi method), which exhibit faster convergence for higher frequencies for various scientific computing problems. With a simple theory, we illustrate that this F-Principle results from the regularity of the commonly used activation functions. The F-Principle implies an implicit bias that DNNs tend to fit training data by a low-frequency function. This understanding provides an explanation of good generalization of DNNs on most real datasets and bad generalization of DNNs on parity function or randomized dataset.
