paper-with-me

Papers

Learning Intrinsic Sparse Structures within Long Short-Term Memory

2017-09-15 · ICLR 2018 1 · Wei Wen, Yuxiong He, Samyam Rajbhandari, Minjia Zhang, Wenhan Wang, Fang Liu, Bin Hu, Yiran Chen, Hai Li

Model compression is significant for the wide adoption of Recurrent Neural Networks (RNNs) in both user devices possessing limited resources and business clusters requiring quick responses to large-scale service requests. This work aims to learn structurally-sparse Long Short-Term Memory (LSTM) by reducing the sizes of basic structures within LSTM units, including input updates, gates, hidden states, cell states and outputs. Independently reducing the sizes of basic structures can result in inconsistent dimensions among them, and consequently, end up with invalid LSTM units. To overcome the problem, we propose Intrinsic Sparse Structures (ISS) in LSTMs. Removing a component of ISS will simultaneously decrease the sizes of all basic structures by one and thereby always maintain the dimension consistency. By learning ISS within LSTM units, the obtained LSTMs remain regular while having much smaller basic structures. Based on group Lasso regularization, our method achieves 10.59x speedup without losing any perplexity of a language modeling of Penn TreeBank dataset. It is also successfully evaluated through a compact model with only 2.69M weights for machine Question Answering of SQuAD dataset. Our approach is successfully extended to non- LSTM RNNs, like Recurrent Highway Networks (RHNs). Our source code is publicly available at https://github.com/wenwei202/iss-rnns

📄 PDF Abstract BibTeX arXiv:1709.05027

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModelingLanguage ModellingModel CompressionQuestion Answering

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 제목 키워드 기반

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…

Model CompressionSentiment Analysis

Episodic Novelty Through Temporal Distance

2025-01-26 · Yuhua Jiang, Qihan Liu, Yiqin Yang, Xiaoteng Ma 외

Exploration in sparse reward environments remains a significant challenge in reinforcement learning, particularly in Contextual Markov Decision Processes (CMDPs), where environments differ across episodes. Existing episo…

Contrastive Learning

Towards Understanding Large-Scale Discourse Structures in Pre-Trained and Fine-Tuned Language Models

2022-04-08 · NAACL 2022 7 · Patrick Huber, Giuseppe Carenini

With a growing number of BERTology work analyzing different components of pre-trained language models, we extend this line of research through an in-depth analysis of discourse information in pre-trained and fine-tuned l…

Graph Regularized Tensor Sparse Coding for Image Representation

2017-03-27 · Fei Jiang, Xiao-Yang Liu, Hongtao Lu, Ruimin Shen

Sparse coding (SC) is an unsupervised learning scheme that has received an increasing amount of interests in recent years. However, conventional SC vectorizes the input images, which destructs the intrinsic spatial struc…

ClusteringImage Clustering

Full Attention Strikes Back: Transferring Full Attention into Sparse within Hundred Training Steps

2026-05-16 · Yanke Zhou, Yiduo Li, Hanlin Tang, Maohua Li 외 arxiv

Long-context inference in large language models is bottlenecked by the quadratic cost of full attention. Existing efficient alternatives often rely either on native sparse training or on heuristic token eviction, creatin…