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

· Source: stat.ML updates on arXiv.org · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Mathematics & Computational Sciences · Depth: Expert, extended

Summary

The Fourier Multi-Component and Multi-Layer Neural Network (FMMNN) is introduced as an effective architecture for capturing high-frequency components in function approximation. This network integrates the Multi-Component and Multi-Layer Neural Network (MMNN) structure with sine or Sine Truncated Unit (SinTU) activation functions. FMMNNs theoretically exhibit exponential expressive power, achieving $O(N^{-L})$ approximation errors for 1-Lipschitz functions. This notably improves upon $O(2^{-\sqrt{L}})$ for FCNNs. Their optimization landscape is also significantly more favorable than FCNNs. Numerical experiments confirm FMMNNs consistently provide superior accuracy and efficiency across diverse tasks. They particularly excel for high-frequency or non-smooth functions, demonstrating enhanced stability to training hyperparameters.

Key takeaway

For machine learning engineers and AI scientists working on complex function approximation, you should evaluate Fourier Multi-Component and Multi-Layer Neural Networks (FMMNNs). This architecture, especially with sine or SinTU activations, offers superior accuracy and training stability for high-frequency or non-smooth data. It outperforms traditional FCNNs, even with challenging hyperparameters. Integrating FMMNNs could significantly improve your model performance and convergence for these difficult problems.

Key insights

FMMNNs combine MMNN structure with sine/SinTU activations for superior high-frequency approximation and efficient training.

Principles

Method

MMNNs structure layers as linear combinations of randomized hidden neurons. Only "A" and "c" parameters are updated, while "W" and "b" are fixed post-initialization.

In practice

Topics

Code references

Best for: Research Scientist, AI Scientist, Machine Learning Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by stat.ML updates on arXiv.org.