Inf-CP: A Reliable Channel Pruning based on Channel Influence
Bilan Lai, Haoran Xiang, Furao Shen

TL;DR
This paper introduces Inf-CP, a novel channel pruning method that leverages influence functions and ensemble learning to more accurately measure neuron importance, resulting in improved pruning effectiveness.
Contribution
It proposes a new influence-based pruning approach using ensemble learning and influence functions, with theoretical proof linking back-propagation to influence approximation.
Findings
Outperforms existing pruning methods on CIFAR datasets
Achieves state-of-the-art results in channel pruning
Provides theoretical proof connecting influence functions to back-propagation
Abstract
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 by considering the statistics of a single layer or a plurality of successive layers of neurons. These works cannot eliminate the influence of different data on the model in the reconstruction error, and currently, there is no work to prove that the absolute values of the parameters can be directly used as the basis for judging the importance of the weights. A more reasonable approach is to eliminate the difference between batch data that accurately measures the weight of influence. In this paper, we propose to use ensemble learning to train a model for different batches of data and use the influence function (a classic technique from robust statistics) to learn the…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNeural Networks and Applications · Advanced Neural Network Applications · Neural Networks and Reservoir Computing
MethodsPruning
