paper-with-me

Papers

Intrinsically Sparse Long Short-Term Memory Networks

2019-01-26 · Shiwei Liu, Decebal Constantin Mocanu, Mykola Pechenizkiy

Long Short-Term Memory (LSTM) has achieved state-of-the-art performances on a wide range of tasks. Its outstanding performance is guaranteed by the long-term memory ability which matches the sequential data perfectly and the gating structure controlling the information flow. However, LSTMs are prone to be memory-bandwidth limited in realistic applications and need an unbearable period of training and inference time as the model size is ever-increasing. To tackle this problem, various efficient model compression methods have been proposed. Most of them need a big and expensive pre-trained model which is a nightmare for resource-limited devices where the memory budget is strictly limited. To remedy this situation, in this paper, we incorporate the Sparse Evolutionary Training (SET) procedure into LSTM, proposing a novel model dubbed SET-LSTM. Rather than starting with a fully-connected architecture, SET-LSTM has a sparse topology and dramatically fewer parameters in both phases, training and inference. Considering the specific architecture of LSTMs, we replace the LSTM cells and embedding layers with sparse structures and further on, use an evolutionary strategy to adapt the sparse connectivity to the data. Additionally, we find that SET-LSTM can provide many different good combinations of sparse connectivity to substitute the overparameterized optimization problem of dense neural networks. Evaluated on four sentiment analysis classification datasets, the results demonstrate that our proposed model is able to achieve usually better performance than its fully connected counterpart while having less than 4\% of its parameters.

📄 PDF Abstract BibTeX arXiv:1901.09208

Code (0)

등록된 구현이 없습니다.

Tasks

Model CompressionSentiment Analysis

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

Semantic Object Parsing with Local-Global Long Short-Term Memory

2015-11-14 · CVPR 2016 6 · Xiaodan Liang, Xiaohui Shen, Donglai Xiang, Jiashi Feng 외

Semantic object parsing is a fundamental task for understanding objects in detail in computer vision community, where incorporating multi-level contextual information is critical for achieving such fine-grained pixel-lev…

MemorizationPosition

Infinity-norm-based Input-to-State-Stable Long Short-Term Memory networks: a thermal systems perspective

2025-03-14 · Stefano De Carli, Davide Previtali, Leandro Pitturelli, Mirko Mazzoleni 외

Recurrent Neural Networks (RNNs) have shown remarkable performances in system identification, particularly in nonlinear dynamical systems such as thermal processes. However, stability remains a critical challenge in prac…

Agentic Memory: Learning Unified Long-Term and Short-Term Memory Management for Large Language Model Agents

2026-01-05 · Yi Yu, Liuyi Yao, Yuexiang Xie, Qingquan Tan 외 arxiv

Large language model (LLM) agents face fundamental limitations in long-horizon reasoning due to finite context windows, making effective memory management critical. Existing methods typically handle long-term memory (LTM…

Reinforcement Learning

Long Short Term Memory Networks for Anomaly Detection in Time Series

2015-04-22 · ESANN 2015 4 · Pankaj Malhotra, Lovekesh Vig, Gautam Shroff, Puneet Agarwal

Long Short Term Memory (LSTM) networks have been demonstrated to be particularly useful for learning sequences containing longer term patterns of unknown length, due to their ability to maintain long term memory. Stackin…

Anomaly DetectionFault DetectionTime SeriesTime Series Anomaly Detection

Transfer between long-term and short-term memory using Conceptors

2020-03-11 · Anthony Strock, Nicolas Rougier, Xavier Hinaut

We introduce a recurrent neural network model of working memory combining short-term and long-term components. e short-term component is modelled using a gated reservoir model that is trained to hold a value from an inpu…