Combining Recurrent, Convolutional, and Continuous-time Models with Linear State-Space Layers
Albert Gu, Isys Johnson, Karan Goel, Khaled Saab, Tri Dao, Atri Rudra,, Christopher R\'e

TL;DR
This paper introduces the Linear State-Space Layer (LSSL), a simple yet powerful sequence model that unifies and extends recurrent, convolutional, and neural differential equation approaches, achieving state-of-the-art results on various long-sequence tasks.
Contribution
The paper proposes LSSL, a novel continuous-time model that generalizes existing sequence models and incorporates long-range memory, demonstrating superior performance on multiple benchmarks.
Findings
LSSL achieves state-of-the-art results on long-sequence benchmarks.
LSSL outperforms prior methods on speech classification with 16000-length sequences.
LSSL surpasses baselines with handcrafted features on shorter sequences.
Abstract
Recurrent neural networks (RNNs), temporal convolutions, and neural differential equations (NDEs) are popular families of deep learning models for time-series data, each with unique strengths and tradeoffs in modeling power and computational efficiency. We introduce a simple sequence model inspired by control systems that generalizes these approaches while addressing their shortcomings. The Linear State-Space Layer (LSSL) maps a sequence by simply simulating a linear continuous-time state-space representation . Theoretically, we show that LSSL models are closely related to the three aforementioned families of models and inherit their strengths. For example, they generalize convolutions to continuous-time, explain common RNN heuristics, and share features of NDEs such as time-scale adaptation. We then incorporate and generalize recent theory…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMachine Learning in Healthcare · Time Series Analysis and Forecasting · Neural Networks and Applications
