English

Fourier Multi-Component and Multi-Layer Neural Networks: Unlocking High-Frequency Potential

Machine Learning 2025-06-25 v2 Machine Learning

Abstract

The architecture of a neural network and the selection of its activation function are both fundamental to its performance. Equally vital is ensuring these two elements are well-matched, as their alignment is key to achieving effective representation and learning. In this paper, we introduce the Fourier Multi-Component and Multi-Layer Neural Network (FMMNN), a novel model that creates a strong synergy between them. We demonstrate that FMMNNs are highly effective and flexible in modeling high-frequency components. Our theoretical results demonstrate that FMMNNs have exponential expressive power for function approximation. We also analyze the optimization landscape of FMMNNs and find it to be much more favorable than that of standard fully connected neural networks, especially when dealing with high-frequency features. In addition, we propose a scaled random initialization method for the first layer's weights in FMMNNs, which significantly speeds up training and enhances overall performance. Extensive numerical experiments support our theoretical insights, showing that FMMNNs consistently outperform traditional approaches in accuracy and efficiency across various tasks.

Keywords

Cite

@article{arxiv.2502.18959,
  title  = {Fourier Multi-Component and Multi-Layer Neural Networks: Unlocking High-Frequency Potential},
  author = {Shijun Zhang and Hongkai Zhao and Yimin Zhong and Haomin Zhou},
  journal= {arXiv preprint arXiv:2502.18959},
  year   = {2025}
}

Comments

Our code and implementation details are available at https://github.com/ShijunZhangMath/FMMNN

R2 v1 2026-06-28T21:58:25.672Z