English

VACL: Variance-Aware Cross-Layer Regularization for Pruning Deep Residual Networks

Computer Vision and Pattern Recognition 2019-09-12 v1 Artificial Intelligence

Abstract

Improving weight sparsity is a common strategy for producing light-weight deep neural networks. However, pruning models with residual learning is more challenging. In this paper, we introduce Variance-Aware Cross-Layer (VACL), a novel approach to address this problem. VACL consists of two parts, a Cross-Layer grouping and a Variance Aware regularization. In Cross-Layer grouping the ithi^{th} filters of layers connected by skip-connections are grouped into one regularization group. Then, the Variance-Aware regularization term takes into account both the first and second-order statistics of the connected layers to constrain the variance within a group. Our approach can effectively improve the structural sparsity of residual models. For CIFAR10, the proposed method reduces a ResNet model by up to 79.5% with no accuracy drop and reduces a ResNeXt model by up to 82% with less than 1% accuracy drop. For ImageNet, it yields a pruned ratio of up to 63.3% with less than 1% top-5 accuracy drop. Our experimental results show that the proposed approach significantly outperforms other state-of-the-art methods in terms of overall model size and accuracy.

Keywords

Cite

@article{arxiv.1909.04485,
  title  = {VACL: Variance-Aware Cross-Layer Regularization for Pruning Deep Residual Networks},
  author = {Shuang Gao and Xin Liu and Lung-Sheng Chien and William Zhang and Jose M. Alvarez},
  journal= {arXiv preprint arXiv:1909.04485},
  year   = {2019}
}

Comments

ICCV Workshop

R2 v1 2026-06-23T11:11:03.394Z