SBPF: Sensitiveness Based Pruning Framework For Convolutional Neural Network On Image Classification
Yiheng Lu, Maoguo Gong, Wei Zhao, Kaiyuan Feng, and Hao Li

TL;DR
This paper introduces a novel sensitivity-based pruning framework for CNNs that evaluates layer importance based on inference accuracy impact, making it robust to imperfect training and applicable across various models and datasets.
Contribution
The proposed method assesses layer importance through inference damage, reducing reliance on well-trained models and improving pruning robustness across different CNN architectures.
Findings
Effective on VGG-16, Conv-4, ResNet-18
Works with models trained for fewer epochs
Achieves comparable pruning results with less training
Abstract
Pruning techniques are used comprehensively to compress convolutional neural networks (CNNs) on image classification. However, the majority of pruning methods require a well pre-trained model to provide useful supporting parameters, such as C1-norm, BatchNorm value and gradient information, which may lead to inconsistency of filter evaluation if the parameters of the pre-trained model are not well optimized. Therefore, we propose a sensitiveness based method to evaluate the importance of each layer from the perspective of inference accuracy by adding extra damage for the original model. Because the performance of the accuracy is determined by the distribution of parameters across all layers rather than individual parameter, the sensitiveness based method will be robust to update of parameters. Namely, we can obtain similar importance evaluation of each convolutional layer between 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
TopicsAdvanced Neural Network Applications · Adversarial Robustness in Machine Learning · Domain Adaptation and Few-Shot Learning
MethodsPruning
