TL;DR
This paper introduces HRel, a filter pruning method based on Mutual Information between activation maps and class labels, achieving state-of-the-art results by removing most filters with minimal accuracy loss across various architectures and datasets.
Contribution
The paper proposes a novel MI-based filter importance measure using activation maps and class labels, improving pruning effectiveness over existing methods.
Findings
Prunes up to 97.98% FLOPs in LeNet-5 with 0.52% accuracy drop
Reduces 94.98% parameters in VGG-16 with 0.36% accuracy drop
Achieves significant FLOP reduction in ResNet-50 with minimal top-5 accuracy loss
Abstract
This paper proposes an Information Bottleneck theory based filter pruning method that uses a statistical measure called Mutual Information (MI). The MI between filters and class labels, also called \textit{Relevance}, is computed using the filter's activation maps and the annotations. The filters having High Relevance (HRel) are considered to be more important. Consequently, the least important filters, which have lower Mutual Information with the class labels, are pruned. Unlike the existing MI based pruning methods, the proposed method determines the significance of the filters purely based on their corresponding activation map's relationship with the class labels. Architectures such as LeNet-5, VGG-16, ResNet-56\textcolor{myblue}{, ResNet-110 and ResNet-50 are utilized to demonstrate the efficacy of the proposed pruning method over MNIST, CIFAR-10 and ImageNet datasets. 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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsPruning
