BilevelPruning: Unified Dynamic and Static Channel Pruning for Convolutional Neural Networks

Abstract

Most existing dynamic or runtime channel pruning methods have to store all weights to achieve efficient inference which brings extra storage costs. Static pruning methods can reduce storage costs directly but their performance is limited by using a fixed sub-network to approximate the original model. Most existing pruning works suffer from these drawbacks because they were designed to only conduct either static or dynamic pruning. In this paper we propose a novel method to solve both efficiency and storage challenges via simultaneously conducting dynamic and static channel pruning for convolutional neural networks. We propose a new bi-level optimization based model to naturally integrate the static and dynamic channel pruning. By doing so our method enjoys benefits from both sides and the disadvantages of dynamic and static pruning are reduced. After pruning we permanently remove redundant parameters and then finetune the model with dynamic flexibility. Experimental results on CIFAR-10 and ImageNet datasets suggest that our method can achieve state-of-the-art performance compared to existing dynamic and static channel pruning methods.

Cite

Text

Gao et al. "BilevelPruning: Unified Dynamic and Static Channel Pruning for Convolutional Neural Networks." Conference on Computer Vision and Pattern Recognition, 2024. doi:10.1109/CVPR52733.2024.01523

Markdown

[Gao et al. "BilevelPruning: Unified Dynamic and Static Channel Pruning for Convolutional Neural Networks." Conference on Computer Vision and Pattern Recognition, 2024.](https://mlanthology.org/cvpr/2024/gao2024cvpr-bilevelpruning/) doi:10.1109/CVPR52733.2024.01523

BibTeX

@inproceedings{gao2024cvpr-bilevelpruning,
  title     = {{BilevelPruning: Unified Dynamic and Static Channel Pruning for Convolutional Neural Networks}},
  author    = {Gao, Shangqian and Zhang, Yanfu and Huang, Feihu and Huang, Heng},
  booktitle = {Conference on Computer Vision and Pattern Recognition},
  year      = {2024},
  pages     = {16090-16100},
  doi       = {10.1109/CVPR52733.2024.01523},
  url       = {https://mlanthology.org/cvpr/2024/gao2024cvpr-bilevelpruning/}
}