English

Exploiting Channel Similarity for Accelerating Deep Convolutional Neural Networks

Machine Learning 2019-08-08 v1 Computer Vision and Pattern Recognition Machine Learning

Abstract

To address the limitations of existing magnitude-based pruning algorithms in cases where model weights or activations are of large and similar magnitude, we propose a novel perspective to discover parameter redundancy among channels and accelerate deep CNNs via channel pruning. Precisely, we argue that channels revealing similar feature information have functional overlap and that most channels within each such similarity group can be removed without compromising model's representational power. After deriving an effective metric for evaluating channel similarity through probabilistic modeling, we introduce a pruning algorithm via hierarchical clustering of channels. In particular, the proposed algorithm does not rely on sparsity training techniques or complex data-driven optimization and can be directly applied to pre-trained models. Extensive experiments on benchmark datasets strongly demonstrate the superior acceleration performance of our approach over prior arts. On ImageNet, our pruned ResNet-50 with 30% FLOPs reduced outperforms the baseline model.

Keywords

Cite

@article{arxiv.1908.02620,
  title  = {Exploiting Channel Similarity for Accelerating Deep Convolutional Neural Networks},
  author = {Yunxiang Zhang and Chenglong Zhao and Bingbing Ni and Jian Zhang and Haoran Deng},
  journal= {arXiv preprint arXiv:1908.02620},
  year   = {2019}
}

Comments

14 pages, 6 figures

R2 v1 2026-06-23T10:42:03.876Z