English

Channel Pruning via Automatic Structure Search

Computer Vision and Pattern Recognition 2020-06-30 v3

Abstract

Channel pruning is among the predominant approaches to compress deep neural networks. To this end, most existing pruning methods focus on selecting channels (filters) by importance/optimization or regularization based on rule-of-thumb designs, which defects in sub-optimal pruning. In this paper, we propose a new channel pruning method based on artificial bee colony algorithm (ABC), dubbed as ABCPruner, which aims to efficiently find optimal pruned structure, i.e., channel number in each layer, rather than selecting "important" channels as previous works did. To solve the intractably huge combinations of pruned structure for deep networks, we first propose to shrink the combinations where the preserved channels are limited to a specific space, thus the combinations of pruned structure can be significantly reduced. And then, we formulate the search of optimal pruned structure as an optimization problem and integrate the ABC algorithm to solve it in an automatic manner to lessen human interference. ABCPruner has been demonstrated to be more effective, which also enables the fine-tuning to be conducted efficiently in an end-to-end manner. The source codes can be available at https://github.com/lmbxmu/ABCPruner.

Keywords

Cite

@article{arxiv.2001.08565,
  title  = {Channel Pruning via Automatic Structure Search},
  author = {Mingbao Lin and Rongrong Ji and Yuxin Zhang and Baochang Zhang and Yongjian Wu and Yonghong Tian},
  journal= {arXiv preprint arXiv:2001.08565},
  year   = {2020}
}

Comments

Accepted by IJCAI2020. SOLO copyright holder is IJCAI (International Joint Conferences on Artificial Intelligence)

R2 v1 2026-06-23T13:18:52.453Z