Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Neural Pruning via Growing Regularization

About

Regularization has long been utilized to learn sparsity in deep neural network pruning. However, its role is mainly explored in the small penalty strength regime. In this work, we extend its application to a new scenario where the regularization grows large gradually to tackle two central problems of pruning: pruning schedule and weight importance scoring. (1) The former topic is newly brought up in this work, which we find critical to the pruning performance while receives little research attention. Specifically, we propose an L2 regularization variant with rising penalty factors and show it can bring significant accuracy gains compared with its one-shot counterpart, even when the same weights are removed. (2) The growing penalty scheme also brings us an approach to exploit the Hessian information for more accurate pruning without knowing their specific values, thus not bothered by the common Hessian approximation problems. Empirically, the proposed algorithms are easy to implement and scalable to large datasets and networks in both structured and unstructured pruning. Their effectiveness is demonstrated with modern deep neural networks on the CIFAR and ImageNet datasets, achieving competitive results compared to many state-of-the-art algorithms. Our code and trained models are publicly available at https://github.com/mingsuntse/regularization-pruning.

Huan Wang, Can Qin, Yulun Zhang, Yun Fu• 2020

Related benchmarks

TaskDatasetResultRank
Image ClassificationImageNet (val)
Top-1 Acc76.1
1206
Image ClassificationStanfordCars
Accuracy70.6
266
Image ClassificationCIFAR-100
Accuracy80.79
109
Image ClassificationImageNet (val)
Top-1 Accuracy76.3
68
Image ClassificationImageNet (val)
Top-1 Accuracy (Baseline)76.13
59
Image ClassificationImageNet-1k (val)
Pruned Top-1 Acc76.27
46
Image ClassificationImageNet 16 (test)
Top-1 Acc73.9
27
Image ClassificationImageNet-1k (val)
Top-1 Accuracy75.4
21
Image ClassificationCIFAR-10
Accuracy Change0.00e+0
17
Image ClassificationCIFAR-100
Base Accuracy74.02
7
Showing 10 of 10 rows

Other info

Follow for update