Coupled Oscillatory Recurrent Neural Network (coRNN): An accurate and (gradient) stable architecture for learning long time dependencies
T. Konstantin Rusch, Siddhartha Mishra
TL;DR
The paper introduces coRNN, a gradient-stable recurrent architecture grounded in networks of coupled nonlinear oscillators and discretized via an IMEX scheme of a second-order ODE. By design, hidden states and their gradients remain bounded, mitigating exploding and vanishing gradient problems while preserving expressivity across long sequences. The authors provide rigorous energy and gradient bounds and demonstrate strong empirical performance on long-term dependency tasks (adding problems, sMNIST/psMNIST, noise-padded CIFAR-10, HAR-2, IMDB) with competitive efficiency. They also discuss robustness to hyperparameters, validation of theoretical assumptions during training, and potential applications to oscillatory and real-valued sequential data, while noting limitations for chaotic dynamics and outlining avenues for future work.
Abstract
Circuits of biological neurons, such as in the functional parts of the brain can be modeled as networks of coupled oscillators. Inspired by the ability of these systems to express a rich set of outputs while keeping (gradients of) state variables bounded, we propose a novel architecture for recurrent neural networks. Our proposed RNN is based on a time-discretization of a system of second-order ordinary differential equations, modeling networks of controlled nonlinear oscillators. We prove precise bounds on the gradients of the hidden states, leading to the mitigation of the exploding and vanishing gradient problem for this RNN. Experiments show that the proposed RNN is comparable in performance to the state of the art on a variety of benchmarks, demonstrating the potential of this architecture to provide stable and accurate RNNs for processing complex sequential data.
