paper-with-me

Papers

Activity Sparsity Complements Weight Sparsity for Efficient RNN Inference

2023-11-13 · Rishav Mukherji, Mark Schöne, Khaleelulla Khan Nazeer, Christian Mayr, Anand Subramoney

Artificial neural networks open up unprecedented machine learning capabilities at the cost of ever growing computational requirements. Sparsifying the parameters, often achieved through weight pruning, has been identified as a powerful technique to compress the number of model parameters and reduce the computational operations of neural networks. Yet, sparse activations, while omnipresent in both biological neural networks and deep learning systems, have not been fully utilized as a compression technique in deep learning. Moreover, the interaction between sparse activations and weight pruning is not fully understood. In this work, we demonstrate that activity sparsity can compose multiplicatively with parameter sparsity in a recurrent neural network model based on the GRU that is designed to be activity sparse. We achieve up to $20\times$ reduction of computation while maintaining perplexities below $60$ on the Penn Treebank language modeling task. This magnitude of reduction has not been achieved previously with solely sparsely connected LSTMs, and the language modeling performance of our model has not been achieved previously with any sparsely activated recurrent neural networks or spiking neural networks. Neuromorphic computing devices are especially good at taking advantage of the dynamic activity sparsity, and our results provide strong evidence that making deep learning models activity sparse and porting them to neuromorphic devices can be a viable strategy that does not compromise on task performance. Our results also drive further convergence of methods from deep learning and neuromorphic computing for efficient machine learning.

📄 PDF Abstract BibTeX arXiv:2311.07625

Code (0)

등록된 구현이 없습니다.

Tasks

Deep LearningLanguage ModelingLanguage Modelling

Methods 이 논문이 사용한 방법론

Pruning 설명 없음
GRU A Gated Recurrent Unit, or GRU, is a type of recurrent neural network. It is similar to an LSTM, but only has two gates - a reset…

Similar Papers 제목 키워드 기반

Weight Sparsity Complements Activity Sparsity in Neuromorphic Language Models

2024-05-01 · Rishav Mukherji, Mark Schöne, Khaleelulla Khan Nazeer, Christian Mayr 외

Activity and parameter sparsity are two standard methods of making neural networks computationally more efficient. Event-based architectures such as spiking neural networks (SNNs) naturally exhibit activity sparsity, and…

Language ModelingLanguage Modelling

Utilizing dynamic sparsity on pretrained DETR

2025-10-10 · Reza Sedghi, Anand Subramoney, David Kappel arxiv

Efficient inference with transformer-based models remains a challenge, especially in vision tasks like object detection. We analyze the inherent sparsity in the MLP layers of DETR and introduce two methods to exploit it …

Object Detection

Resting Neurons, Active Insights: Robustifying Activation Sparsity in LLMs via Spontaneity

2025-12-14 · Haotian Xu, Jiannan Yang, Tian Gao, Tsui-Wei Weng 외 arxiv

Activation sparsity offers a compelling route to accelerate large language model (LLM) inference by selectively suppressing hidden activations, yet existing approaches exhibit severe accuracy degradation at high sparsity…

Device Detection and Channel Estimation in MTC with Correlated Activity Pattern

2023-10-23 · Hamza Djelouat, Mikko J. Sillanpää, Markku Juntti

This paper provides a solution for the activity detection and channel estimation problem in grant-free access with correlated device activity patterns. In particular, we consider a machine-type communications (MTC) netwo…

Action DetectionActivity DetectionBayesian InferenceUser Identification

Balanced Sparsity for Efficient DNN Inference on GPU

2018-11-01 · Zhuliang Yao, Shijie Cao, Wencong Xiao, Chen Zhang 외

In trained deep neural networks, unstructured pruning can reduce redundant weights to lower storage cost. However, it requires the customization of hardwares to speed up practical inference. Another trend accelerates spa…

GPU