paper-with-me

Papers

Influence Function Based Second-Order Channel Pruning-Evaluating True Loss Changes For Pruning Is Possible Without Retraining

2023-08-13 · Hongrong Cheng, Miao Zhang, Javen Qinfeng Shi

A challenge of channel pruning is designing efficient and effective criteria to select channels to prune. A widely used criterion is minimal performance degeneration. To accurately evaluate the truth performance degeneration requires retraining the survived weights to convergence, which is prohibitively slow. Hence existing pruning methods use previous weights (without retraining) to evaluate the performance degeneration. However, we observe the loss changes differ significantly with and without retraining. It motivates us to develop a technique to evaluate true loss changes without retraining, with which channels to prune can be selected more reliably and confidently. We first derive a closed-form estimator of the true loss change per pruning mask change, using influence functions without retraining. Influence function which is from robust statistics reveals the impacts of a training sample on the model's prediction and is repurposed by us to assess impacts on true loss changes. We then show how to assess the importance of all channels simultaneously and develop a novel global channel pruning algorithm accordingly. We conduct extensive experiments to verify the effectiveness of the proposed algorithm. To the best of our knowledge, we are the first that shows evaluating true loss changes for pruning without retraining is possible. This finding will open up opportunities for a series of new paradigms to emerge that differ from existing pruning methods. The code is available at https://github.com/hrcheng1066/IFSO.

📄 PDF Abstract BibTeX arXiv:2308.06755

Code (1)

hrcheng1066/ifso 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

Inf-CP: A Reliable Channel Pruning based on Channel Influence

2021-12-05 · Bilan Lai, Haoran Xiang, Furao Shen

One of the most effective methods of channel pruning is to trim on the basis of the importance of each neuron. However, measuring the importance of each neuron is an NP-hard problem. Previous works have proposed to trim …

Ensemble Learning

Channel-wise Influence: Estimating Data Influence for Multivariate Time Series

2024-08-27 · Muyao Wang, Zeke Xie, Bo Chen

The influence function, a technique from robust statistics, measures the impact on model parameters or related functions when training data is removed or modified. This effective and valuable post-hoc method allows for s…

Anomaly DetectionTime Series

Exploring Gradient Flow Based Saliency for DNN Model Compression

2021-10-24 · Xinyu Liu, Baopu Li, Zhen Chen, Yixuan Yuan

Model pruning aims to reduce the deep neural network (DNN) model size or computational overhead. Traditional model pruning methods such as l-1 pruning that evaluates the channel significance for DNN pay too much attentio…

Denoisingimage-classificationImage ClassificationImage Denoising+1

Neural Network Pruning with Residual-Connections and Limited-Data

2019-11-19 · CVPR 2020 6 · Jian-Hao Luo, Jianxin Wu

Filter level pruning is an effective method to accelerate the inference speed of deep CNN models. Although numerous pruning algorithms have been proposed, there are still two open issues. The first problem is how to prun…

Knowledge DistillationNetwork Pruning

The silence of the weights: a structural pruning strategy for attention-based audio signal architectures with second order metrics

2025-09-30 · Andrea Diecidue, Carlo Alberto Barbano, Piero Fraternali, Mathieu Fontaine 외 arxiv

Transformer-based models have become the state of the art across multiple domains, from natural language processing to machine listening, thanks to the attention mechanisms. However, the attention layers require a large …