paper-with-me

홈 › Papers

Structured Sparsification of Gated Recurrent Neural Networks

2019-11-13 · Ekaterina Lobacheva, Nadezhda Chirkova, Alexander Markovich, Dmitry Vetrov

Recently, a lot of techniques were developed to sparsify the weights of neural networks and to remove networks' structure units, e.g. neurons. We adjust the existing sparsification approaches to the gated recurrent architectures. Specifically, in addition to the sparsification of weights and neurons, we propose sparsifying the preactivations of gates. This makes some gates constant and simplifies LSTM structure. We test our approach on the text classification and language modeling tasks. We observe that the resulting structure of gate sparsity depends on the task and connect the learned structure to the specifics of the particular tasks. Our method also improves neuron-wise compression of the model in most of the tasks.

📄 PDF Abstract BibTeX arXiv:1911.05585

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModelingLanguage Modellingtext-classificationText Classification

Methods 이 논문이 사용한 방법론

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

Similar Papers 제목 키워드 기반

Bayesian Sparsification of Gated Recurrent Neural Networks

2018-12-12 · NIPS Workshop CDNNRIA 2018 · Ekaterina Lobacheva, Nadezhda Chirkova, Dmitry Vetrov

Bayesian methods have been successfully applied to sparsify weights of neural networks and to remove structure units from the networks, e. g. neurons. We apply and further develop this approach for gated recurrent archit…

A Study on Graph-Structured Recurrent Neural Networks and Sparsification with Application to Epidemic Forecasting

2019-02-13 · Zhijian Li, Xiyang Luo, Bao Wang, Andrea L. Bertozzi 외

We study epidemic forecasting on real-world health data by a graph-structured recurrent neural network (GSRNN). We achieve state-of-the-art forecasting accuracy on the benchmark CDC dataset. To improve model efficiency, …

Geometric sparsification in recurrent neural networks

2024-06-10 · Wyatt Mackey, Ioannis Schizas, Jared Deighton, David L. Boothe, Jr. 외

A common technique for ameliorating the computational costs of running large neural models is sparsification, or the pruning of neural connections during training. Sparse models are capable of maintaining the high accura…

Novel Gradient Sparsification Algorithm via Bayesian Inference

2024-09-23 · Ali Bereyhi, Ben Liang, Gary Boudreau, Ali Afana

Error accumulation is an essential component of the Top-$k$ sparsification method in distributed gradient descent. It implicitly scales the learning rate and prevents the slow-down of lateral movement, but it can also de…

Bayesian Inference

SGRU: A High-Performance Structured Gated Recurrent Unit for Traffic Flow Prediction

2024-04-18 · Wenfeng Zhang, Xin Li, Anqi Li, Xiaoting Huang 외

Traffic flow prediction is an essential task in constructing smart cities and is a typical Multivariate Time Series (MTS) Problem. Recent research has abandoned Gated Recurrent Units (GRU) and utilized dilated convolutio…

Time Series