paper-with-me

Papers

Feedforward Legendre Memory Unit

2021-01-01 · Narsimha Reddy Chilkuri, Chris Eliasmith

Recently, a new recurrent neural network (RNN) named the Legendre Memory Unit (LMU) was proposed and shown to achieve state-of-the-art performance on psMNIST and other datasets. Here we consider a modified version of the LMU, named ff-LMU, the core of which is a linear time-invariant (LTI) system. We first show that the ff-LMU can be trained in a purely feedforward manner and yet executed during inference in a recurrent fashion. Specifically we demonstrate that it trains about 80x faster than LSTM models of the same size. As a result, it overcomes the well-known limitations of training RNNs on GPUs that make them less scalable than feedforward networks like transformers. Second, to validate its utility, we compare ff-LMU performance against LSTMs on five benchmarks picked from the following categories: sentiment classification, semantic similarity, natural language inference, and image classification. Our models, despite their simplicity, achieve new state-of-the-art results for RNNs on psMNIST and QQP, and exhibit superior performance on the remaining three datasets while using up to 1000x fewer parameters. In general, ff-LMU models are highly parameter efficient. For instance, the first model that beats it on current leaderboards for QQP is a transformer that uses 50,000x more parameters.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

image-classificationImage ClassificationNatural Language InferenceQQPSemantic SimilaritySemantic Textual SimilaritySentiment AnalysisSentiment Classification

Methods 이 논문이 사용한 방법론

LMU The Legendre Memory Unit (LMU) is mathematically derived to orthogonalize its continuous-time history – doing so by solving d coupled ordinary differential equations (ODEs),…
Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

Legendre Memory Units: Continuous-Time Representation in Recurrent Neural Networks

2019-12-01 · NeurIPS 2019 12 · Aaron Voelker, Ivana Kajić, Chris Eliasmith

We propose a novel memory cell for recurrent neural networks that dynamically maintains information across long windows of time using relatively few resources. The Legendre Memory Unit~(LMU) is mathematically derived to …

Sequential Image ClassificationTime SeriesTime Series AnalysisTime Series Prediction

Parallelizing Legendre Memory Unit Training

2021-02-22 · Narsimha Chilkuri, Chris Eliasmith

Recently, a new recurrent neural network (RNN) named the Legendre Memory Unit (LMU) was proposed and shown to achieve state-of-the-art performance on several benchmark datasets. Here we leverage the linear time-invariant…

Machine TranslationSentiment AnalysisSequential Image ClassificationTranslation

FLAME: Flow Enhanced Legendre Memory Models for General Time Series Forecasting

2025-12-16 · Xingjian Wu, Hanyin Cheng, Xiangfei Qiu, Zhengyu Li 외 arxiv

In this work, we introduce FLAME, a family of extremely lightweight and capable Time Series Foundation Models, which support both deterministic and probabilistic forecasting via generative probabilistic modeling, thus en…

Time Series Forecasting

Contrasting LMU with LSTM

2022-01-17 · ICLR Track Blog 2022 5 · Anonymous

Both Hidden Markov Model (HMM) and Recurrent Neural Network (RNN) suffer from disappearing transitions and (vanishing \& exploding) gradient problems. LSTM maintains a long time-range dependency on a sequencing task. How…

Legendre Memory Unit with A Multi-Slice Compensation Model for Short-Term Wind Speed Forecasting Based on Wind Farm Cluster Data

2026-02-04 · Mumin Zhang, Haochen Zhang, Xin Zhi Khoo, Yilin Zhang 외 arxiv

With more wind farms clustered for integration, the short-term wind speed prediction of such wind farm clusters is critical for normal operation of power systems. This paper focuses on achieving accurate, fast, and robus…