Network Pruning via Feature Shift Minimization

Yuanzhi Duan, Yue Zhou, Peng He, Qiang Liu, Shukai Duan, Xiaofang Hu; Proceedings of the Asian Conference on Computer Vision (ACCV), 2022, pp. 4044-4060

Abstract


Channel pruning is widely used to reduce the complexity of deep network models. Recent pruning methods usually identify which parts of the network to discard by proposing a channel importance criterion. However, recent studies have shown that these criteria do not work well in all conditions. In this paper, we propose a novel Feature Shift Minimization (FSM) method to compress CNN models, which evaluates the feature shift by converging the information of both features and filters. Specifically, we first investigate the compression efficiency with some prevalent methods in different layer-depths and then propose the feature shift concept. Then, we introduce an approximation method to estimate the magnitude of the feature shift, since it is difficult to compute it directly. Besides, we present a distribution-optimization algorithm to compensate for the accuracy loss and improve the network compression efficiency. The proposed method yields state-of-the-art performance on various benchmark networks and datasets, verified by extensive experiments. Our codes are available at: https://github.com/lscgx/FSM.

Related Material


[pdf] [arXiv] [code]
[bibtex]
@InProceedings{Duan_2022_ACCV, author = {Duan, Yuanzhi and Zhou, Yue and He, Peng and Liu, Qiang and Duan, Shukai and Hu, Xiaofang}, title = {Network Pruning via Feature Shift Minimization}, booktitle = {Proceedings of the Asian Conference on Computer Vision (ACCV)}, month = {December}, year = {2022}, pages = {4044-4060} }