Oscillatory Fourier Neural Network: A Compact and Efficient Architecture for Sequential Processing
Bing Han, Cheng Wang, and Kaushik Roy

TL;DR
The paper introduces Oscillatory Fourier Neural Network, a compact and efficient recurrent architecture with cosine-based neurons that simplifies training, reduces computational costs, and achieves state-of-the-art accuracy on sequential tasks.
Contribution
It proposes a novel neuron model with cosine activation for spectral domain projection, enabling a new recurrent architecture that eliminates back-propagation through time and enhances efficiency.
Findings
Achieves 89.4% accuracy on IMDB sentiment analysis within 5 epochs.
Reduces model size by over 35 times compared to LSTM.
Eliminates the need for back-propagation through time, speeding up training.
Abstract
Tremendous progress has been made in sequential processing with the recent advances in recurrent neural networks. However, recurrent architectures face the challenge of exploding/vanishing gradients during training, and require significant computational resources to execute back-propagation through time. Moreover, large models are typically needed for executing complex sequential tasks. To address these challenges, we propose a novel neuron model that has cosine activation with a time varying component for sequential processing. The proposed neuron provides an efficient building block for projecting sequential inputs into spectral domain, which helps to retain long-term dependencies with minimal extra model parameters and computation. A new type of recurrent network architecture, named Oscillatory Fourier Neural Network, based on the proposed neuron is presented and applied to various…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
Taxonomy
TopicsNeural Networks and Reservoir Computing · Neural Networks and Applications · Blind Source Separation Techniques
MethodsSigmoid Activation · Tanh Activation · Long Short-Term Memory
