Entropy Induced Pruning Framework for Convolutional Neural Networks
Yiheng Lu, Ziyu Guan, Yaming Yang, Maoguo Gong, Wei Zhao, Kaiyuan Feng

TL;DR
This paper introduces a novel entropy-based metric called AFIE for stable filter importance evaluation in CNN pruning, effective even with minimally trained models, leading to efficient compression without full training.
Contribution
The paper proposes AFIE, a new entropy-based importance metric for CNN filters that is stable regardless of the training stage of the original model.
Findings
AFIE provides consistent filter importance evaluation even after one epoch of training.
The proposed pruning framework achieves effective model compression on multiple architectures.
AFIE-based pruning performs well with minimally trained models, reducing training time.
Abstract
Structured pruning techniques have achieved great compression performance on convolutional neural networks for image classification task. However, the majority of existing methods are weight-oriented, and their pruning results may be unsatisfactory when the original model is trained poorly. That is, a fully-trained model is required to provide useful weight information. This may be time-consuming, and the pruning results are sensitive to the updating process of model parameters. In this paper, we propose a metric named Average Filter Information Entropy (AFIE) to measure the importance of each filter. It is calculated by three major steps, i.e., low-rank decomposition of the "input-output" matrix of each convolutional layer, normalization of the obtained eigenvalues, and calculation of filter importance based on information entropy. By leveraging the proposed AFIE, the proposed…
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
Taxonomy
TopicsAdvanced Neural Network Applications · Domain Adaptation and Few-Shot Learning · Anomaly Detection Techniques and Applications
MethodsPruning · Test
