paper-with-me

Papers

Integral Pruning on Activations and Weights for Efficient Neural Networks

2019-05-01 · ICLR 2019 5 · Qing Yang, Wei Wen, Zuoguan Wang, Yiran Chen, Hai Li

With the rapidly scaling up of deep neural networks (DNNs), extensive research studies on network model compression such as weight pruning have been performed for efficient deployment. This work aims to advance the compression beyond the weights to the activations of DNNs. We propose the Integral Pruning (IP) technique which integrates the activation pruning with the weight pruning. Through the learning on the different importance of neuron responses and connections, the generated network, namely IPnet, balances the sparsity between activations and weights and therefore further improves execution efficiency. The feasibility and effectiveness of IPnet are thoroughly evaluated through various network models with different activation functions and on different datasets. With <0.5% disturbance on the testing accuracy, IPnet saves 71.1% ~ 96.35% of computation cost, compared to the original dense models with up to 5.8x and 10x reductions in activation and weight numbers, respectively.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Model Compression

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

Training Deep Neural Networks with Joint Quantization and Pruning of Weights and Activations

2021-10-15 · Xinyu Zhang, Ian Colbert, Ken Kreutz-Delgado, Srinjoy Das

Quantization and pruning are core techniques used to reduce the inference costs of deep neural networks. State-of-the-art quantization techniques are currently applied to both the weights and activations; however, prunin…

Network PruningQuantization

Joint Regularization on Activations and Weights for Efficient Neural Network Pruning

2019-06-19 · Qing Yang, Wei Wen, Zuoguan Wang, Hai Li

With the rapid scaling up of deep neural networks (DNNs), extensive research studies on network model compression such as weight pruning have been performed for improving deployment efficiency. This work aims to advance …

Efficient Neural NetworkModel CompressionNetwork Pruning

A Simple and Effective Pruning Approach for Large Language Models

2023-06-20 · MingJie Sun, Zhuang Liu, Anna Bair, J. Zico Kolter

As their size increases, Large Languages Models (LLMs) are natural candidates for network pruning methods: approaches that drop a subset of network weights while striving to preserve performance. Existing methods, howeve…

Network Pruning

PowerPruning: Selecting Weights and Activations for Power-Efficient Neural Network Acceleration

2023-03-24 · Richard Petri, Grace Li Zhang, Yiran Chen, Ulf Schlichtmann 외

Deep neural networks (DNNs) have been successfully applied in various fields. A major challenge of deploying DNNs, especially on edge devices, is power consumption, due to the large number of multiply-and-accumulate (MAC…

Efficient Neural Network

MoE-Pruner: Pruning Mixture-of-Experts Large Language Model using the Hints from Its Router

2024-10-15 · Yanyue Xie, Zhi Zhang, Ding Zhou, Cong Xie 외

Mixture-of-Experts (MoE) architectures face challenges such as high memory consumption and redundancy in experts. Pruning MoE can reduce network weights while maintaining model performance. Motivated by the recent observ…

Knowledge DistillationLanguage ModelingLanguage ModellingLarge Language Model+1