English

Group Sparsity: The Hinge Between Filter Pruning and Decomposition for Network Compression

Computer Vision and Pattern Recognition 2020-03-20 v1

Abstract

In this paper, we analyze two popular network compression techniques, i.e. filter pruning and low-rank decomposition, in a unified sense. By simply changing the way the sparsity regularization is enforced, filter pruning and low-rank decomposition can be derived accordingly. This provides another flexible choice for network compression because the techniques complement each other. For example, in popular network architectures with shortcut connections (e.g. ResNet), filter pruning cannot deal with the last convolutional layer in a ResBlock while the low-rank decomposition methods can. In addition, we propose to compress the whole network jointly instead of in a layer-wise manner. Our approach proves its potential as it compares favorably to the state-of-the-art on several benchmarks.

Keywords

Cite

@article{arxiv.2003.08935,
  title  = {Group Sparsity: The Hinge Between Filter Pruning and Decomposition for Network Compression},
  author = {Yawei Li and Shuhang Gu and Christoph Mayer and Luc Van Gool and Radu Timofte},
  journal= {arXiv preprint arXiv:2003.08935},
  year   = {2020}
}

Comments

Accepted by CVPR2020. Code is available at https://github.com/ofsoundof/group_sparsity

R2 v1 2026-06-23T14:20:34.569Z