Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Discrimination-aware Channel Pruning for Deep Neural Networks

About

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 additional loss and the reconstruction error. Last, we propose a greedy algorithm to conduct channel selection and parameter optimization in an iterative way. Extensive experiments demonstrate the effectiveness of our method. For example, on ILSVRC-12, our pruned ResNet-50 with 30% reduction of channels even outperforms the original model by 0.39% in top-1 accuracy.

Zhuangwei Zhuang, Mingkui Tan, Bohan Zhuang, Jing Liu, Yong Guo, Qingyao Wu, Junzhou Huang, Jinhui Zhu• 2018

Related benchmarks

TaskDatasetResultRank
Image ClassificationCIFAR-10 (test)
Accuracy94.69
3381
Image ClassificationImageNet-1k (val)
Top-1 Accuracy67.4
1453
Image ClassificationImageNet (val)
Top-1 Acc74.95
1206
Image ClassificationImageNet (val)
Top-1 Accuracy75.2
76
Image ClassificationImageNet
Top-1 Accuracy71.8
60
Image ClassificationImageNet ILSVRC-2012 (val)
Top-1 Error35.78
58
Image ClassificationImageNet-1k (val)
CR-F47.08
57
Image ClassificationImageNet (val)
T174.95
45
Image ClassificationImageNet 2012 (val)
Top-1 Error25.05
18
Image ClassificationCIFAR-10 (test)
Baseline Accuracy94.47
15
Showing 10 of 16 rows

Other info

Follow for update