🤖 AI Summary
Deep neural networks suffer from reliance on gradient-based optimization and global search, poor modeling capacity for high-frequency or nonsmooth functions, and lack of parameter interpretability. To address these issues, this paper proposes the Random Fourier Neural Network (RFNN), which employs complex exponential activation functions and explicit Fourier basis representation. RFNN adopts a non-gradient, layer-wise training scheme via Markov Chain Monte Carlo (MCMC) sampling—marking the first deep architecture to completely eliminate gradient descent and global optimization. Theoretically, RFNN achieves the optimal approximation rate of ResNet without Gibbs oscillations; it efficiently captures multiscale and discontinuous features; and its parameters admit statistically interpretable posterior distributions. Empirically, RFNN maintains high accuracy and robustness on nonsmooth tasks, demonstrating superior generalization and stability compared to conventional gradient-based deep models.
📝 Abstract
We introduce a new training algorithm for deep neural networks that utilize random complex exponential activation functions. Our approach employs a Markov Chain Monte Carlo sampling procedure to iteratively train network layers, avoiding global and gradient-based optimization while maintaining error control. It consistently attains the theoretical approximation rate for residual networks with complex exponential activation functions, determined by network complexity. Additionally, it enables efficient learning of multiscale and high-frequency features, producing interpretable parameter distributions. Despite using sinusoidal basis functions, we do not observe Gibbs phenomena in approximating discontinuous target functions.