Discrimination-aware Channel Pruning for Deep Neural Networks
Zhuangwei Zhuang, Mingkui Tan, Bohan Zhuang, Jing Liu, Yong Guo,, Qingyao Wu, Junzhou Huang, Jinhui Zhu

TL;DR
This paper introduces a discrimination-aware channel pruning method that enhances deep neural network compression by selecting channels based on their contribution to discriminative power, leading to improved accuracy and efficiency.
Contribution
It proposes a novel pruning approach that incorporates discriminative loss to select channels, outperforming traditional methods in accuracy and computational efficiency.
Findings
Pruned ResNet-50 with 30% fewer channels outperforms the original by 0.39% in top-1 accuracy.
The method effectively balances reconstruction error and discriminative power.
Extensive experiments validate the superiority of the proposed approach.
Abstract
Channel pruning is one of the predominant approaches for deep model compression. Existing pruning methods either train from scratch with sparsity constraints on channels, or minimize the reconstruction error between the pre-trained feature maps and the compressed ones. Both strategies suffer from some limitations: the former kind is computationally expensive and difficult to converge, whilst the latter kind optimizes the reconstruction error but ignores the discriminative power of channels. To overcome these drawbacks, we investigate a simple-yet-effective method, called discrimination-aware channel pruning, to choose those channels that really contribute to discriminative power. To this end, we introduce additional losses into the network to increase the discriminative power of intermediate layers and then select the most discriminative channels for each layer by considering 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.
Code & Models
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
