paper-with-me

홈 › Papers

DASNet: Dynamic Activation Sparsity for Neural Network Efficiency Improvement

2019-09-13 · Qing Yang, Jiachen Mao, Zuoguan Wang, Hai Li

To improve the execution speed and efficiency of neural networks in embedded systems, it is crucial to decrease the model size and computational complexity. In addition to conventional compression techniques, e.g., weight pruning and quantization, removing unimportant activations can reduce the amount of data communication and the computation cost. Unlike weight parameters, the pattern of activations is directly related to input data and thereby changes dynamically. To regulate the dynamic activation sparsity (DAS), in this work, we propose a generic low-cost approach based on winners-take-all (WTA) dropout technique. The network enhanced by the proposed WTA dropout, namely \textit{DASNet}, features structured activation sparsity with an improved sparsity level. Compared to the static feature map pruning methods, DASNets provide better computation cost reduction. The WTA technique can be easily applied in deep neural networks without incurring additional training variables. More importantly, DASNet can be seamlessly integrated with other compression techniques, such as weight pruning and quantization, without compromising on accuracy. Our experiments on various networks and datasets present significant run-time speedups with negligible accuracy loss.

📄 PDF Abstract BibTeX arXiv:1909.06964

Code (0)

등록된 구현이 없습니다.

Tasks

Quantization

Methods 이 논문이 사용한 방법론

Pruning 설명 없음
SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…

Similar Papers 제목 키워드 기반

Fruit Detection, Segmentation and 3D Visualisation of Environments in Apple Orchards

2019-11-28 · Hanwen Kang, Chao Chen

Robotic harvesting of fruits in orchards is a challenging task, since high density and overlapping of fruits and branches can heavily impact the success rate of robotic harvesting. Therefore, the vision system is demande…

Computational EfficiencyInstance SegmentationSegmentationSemantic Segmentation

Deep Networks with Internal Selective Attention through Feedback Connections

2014-07-11 · NeurIPS 2014 12 · Marijn Stollenga, Jonathan Masci, Faustino Gomez, Juergen Schmidhuber

Traditional convolutional neural networks (CNN) are stationary and feedforward. They neither change their parameters during evaluation nor use feedback from higher to lower layers. Real brains, however, do. So does our D…

Deep AttentionGeneral Classification

Training for temporal sparsity in deep neural networks, application in video processing

2021-07-15 · Amirreza Yousefzadeh, Manolis Sifalakis

Activation sparsity improves compute efficiency and resource utilization in sparsity-aware neural network accelerators. As the predominant operation in DNNs is multiply-accumulate (MAC) of activations with weights to com…

Action RecognitionTemporal Action Localization

ShadowLLM: Predictor-based Contextual Sparsity for Large Language Models

2024-06-24 · Yash Akhauri, Ahmed F AbouElhamayed, Jordan Dotzel, Zhiru Zhang 외

The high power consumption and latency-sensitive deployments of large language models (LLMs) have motivated efficiency techniques like quantization and sparsity. Contextual sparsity, where the sparsity pattern is input-d…

Quantization

First Activations Matter: Training-Free Methods for Dynamic Activation in Large Language Models

2024-08-21 · Chi Ma, Mincong Huang, Ying Zhang, Chao Wang 외

Dynamic activation (DA) techniques, such as DejaVu and MoEfication, have demonstrated their potential to significantly enhance the inference efficiency of large language models (LLMs). However, these techniques often rel…