English

Towards Compact CNNs via Collaborative Compression

Computer Vision and Pattern Recognition 2021-05-25 v1 Artificial Intelligence

Abstract

Channel pruning and tensor decomposition have received extensive attention in convolutional neural network compression. However, these two techniques are traditionally deployed in an isolated manner, leading to significant accuracy drop when pursuing high compression rates. In this paper, we propose a Collaborative Compression (CC) scheme, which joints channel pruning and tensor decomposition to compress CNN models by simultaneously learning the model sparsity and low-rankness. Specifically, we first investigate the compression sensitivity of each layer in the network, and then propose a Global Compression Rate Optimization that transforms the decision problem of compression rate into an optimization problem. After that, we propose multi-step heuristic compression to remove redundant compression units step-by-step, which fully considers the effect of the remaining compression space (i.e., unremoved compression units). Our method demonstrates superior performance gains over previous ones on various datasets and backbone architectures. For example, we achieve 52.9% FLOPs reduction by removing 48.4% parameters on ResNet-50 with only a Top-1 accuracy drop of 0.56% on ImageNet 2012.

Keywords

Cite

@article{arxiv.2105.11228,
  title  = {Towards Compact CNNs via Collaborative Compression},
  author = {Yuchao Li and Shaohui Lin and Jianzhuang Liu and Qixiang Ye and Mengdi Wang and Fei Chao and Fan Yang and Jincheng Ma and Qi Tian and Rongrong Ji},
  journal= {arXiv preprint arXiv:2105.11228},
  year   = {2021}
}

Comments

This paper is published in CVPR 2021

R2 v1 2026-06-24T02:24:13.874Z