English

Network Pruning via Resource Reallocation

Computer Vision and Pattern Recognition 2021-03-03 v1

Abstract

Channel pruning is broadly recognized as an effective approach to obtain a small compact model through eliminating unimportant channels from a large cumbersome network. Contemporary methods typically perform iterative pruning procedure from the original over-parameterized model, which is both tedious and expensive especially when the pruning is aggressive. In this paper, we propose a simple yet effective channel pruning technique, termed network Pruning via rEsource rEalLocation (PEEL), to quickly produce a desired slim model with negligible cost. Specifically, PEEL first constructs a predefined backbone and then conducts resource reallocation on it to shift parameters from less informative layers to more important layers in one round, thus amplifying the positive effect of these informative layers. To demonstrate the effectiveness of PEEL , we perform extensive experiments on ImageNet with ResNet-18, ResNet-50, MobileNetV2, MobileNetV3-small and EfficientNet-B0. Experimental results show that structures uncovered by PEEL exhibit competitive performance with state-of-the-art pruning algorithms under various pruning settings. Our code is available at https://github.com/cardwing/Codes-for-PEEL.

Keywords

Cite

@article{arxiv.2103.01847,
  title  = {Network Pruning via Resource Reallocation},
  author = {Yuenan Hou and Zheng Ma and Chunxiao Liu and Zhe Wang and Chen Change Loy},
  journal= {arXiv preprint arXiv:2103.01847},
  year   = {2021}
}

Comments

12 pages, 11 figures, 7 tables

R2 v1 2026-06-23T23:40:08.337Z