paper-with-me

Papers

Decay Pruning Method: Smooth Pruning With a Self-Rectifying Procedure

2024-06-06 · Minghao Yang, Linlin Gao, Pengyuan Li, Wenbo Li, Yihong Dong, Zhiying Cui

Current structured pruning methods often result in considerable accuracy drops due to abrupt network changes and loss of information from pruned structures. To address these issues, we introduce the Decay Pruning Method (DPM), a novel smooth pruning approach with a self-rectifying mechanism. DPM consists of two key components: (i) Smooth Pruning: It converts conventional single-step pruning into multi-step smooth pruning, gradually reducing redundant structures to zero over N steps with ongoing optimization. (ii) Self-Rectifying: This procedure further enhances the aforementioned process by rectifying sub-optimal pruning based on gradient information. Our approach demonstrates strong generalizability and can be easily integrated with various existing pruning methods. We validate the effectiveness of DPM by integrating it with three popular pruning methods: OTOv2, Depgraph, and Gate Decorator. Experimental results show consistent improvements in performance compared to the original pruning methods, along with further reductions of FLOPs in most scenarios.

📄 PDF Abstract BibTeX arXiv:2406.03879

Code (1)

miocio-nora/decay_pruning_method 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

Rethinking Weight Decay For Efficient Neural Network Pruning

2020-11-20 · Hugo Tessier, Vincent Gripon, Mathieu Léonardon, Matthieu Arzel 외

Introduced in the late 1980s for generalization purposes, pruning has now become a staple for compressing deep neural networks. Despite many innovations in recent decades, pruning approaches still face core issues that h…

Efficient Neural NetworkNetwork Pruning

i-SpaSP: Structured Neural Pruning via Sparse Signal Recovery

2021-12-07 · Cameron R. Wolfe, Anastasios Kyrillidis

We propose a novel, structured pruning algorithm for neural networks -- the iterative, Sparse Structured Pruning algorithm, dubbed as i-SpaSP. Inspired by ideas from sparse signal recovery, i-SpaSP operates by iterativel…

Softer Pruning, Incremental Regularization

2020-10-19 · Linhang Cai, Zhulin An, Chuanguang Yang, Yongjun Xu

Network pruning is widely used to compress Deep Neural Networks (DNNs). The Soft Filter Pruning (SFP) method zeroizes the pruned filters during training while updating them in the next training epoch. Thus the trained in…

Network Pruning

Training Recipe for N:M Structured Sparsity with Decaying Pruning Mask

2022-09-15 · Sheng-Chun Kao, Amir Yazdanbakhsh, Suvinay Subramanian, Shivani Agrawal 외

Sparsity has become one of the promising methods to compress and accelerate Deep Neural Networks (DNNs). Among different categories of sparsity, structured sparsity has gained more attention due to its efficient executio…

Recall Distortion in Neural Network Pruning and the Undecayed Pruning Algorithm

2022-06-07 · Aidan Good, Jiaqi Lin, Hannah Sieg, Mikey Ferguson 외

Pruning techniques have been successfully used in neural networks to trade accuracy for sparsity. However, the impact of network pruning is not uniform: prior work has shown that the recall for underrepresented classes i…

Network Pruning