paper-with-me

Papers

Neural Pruning via Growing Regularization

2020-12-16 · ICLR 2021 1 · Huan Wang, Can Qin, Yulun Zhang, Yun Fu

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.

📄 PDF Abstract BibTeX arXiv:2012.09243

Code (1)

mingsun-tse/regularization-pruning 공식 구현 pytorch

Tasks

L2 RegularizationModel CompressionNetwork Pruning

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

Adapting the Size of Artificial Neural Networks Using Dynamic Auto-Sizing

2022-11-01 · IEEE International Conference on Computer Sciences and Information Technologies (CSIT) 2022 11 · Vojtech Cahlik, Pavel Kordik, Miroslav Cepek

We introduce dynamic auto-sizing, a novel approach to training artificial neural networks which allows the models to automatically adapt their size to the problem domain. The size of the models can be further controlled …

LEAP: Learnable Pruning for Transformer-based Models

2021-05-30 · Zhewei Yao, Xiaoxia Wu, Linjian Ma, Sheng Shen 외

Pruning is an effective method to reduce the memory footprint and computational cost associated with large natural language processing models. However, current pruning algorithms either only focus on one pruning category…

QQP

Pruning-aware Sparse Regularization for Network Pruning

2022-01-18 · Nanfei Jiang, Xu Zhao, Chaoyang Zhao, Yongqi An 외

Structural neural network pruning aims to remove the redundant channels in the deep convolutional neural networks (CNNs) by pruning the filters of less importance to the final output accuracy. To reduce the degradation o…

Network Pruning

Structured Pruning for Efficient ConvNets via Incremental Regularization

2018-11-20 · NIPS Workshop CDNNRIA 2018 · Huan Wang, Qiming Zhang, Yuehai Wang, Haoji Hu

Parameter pruning is a promising approach for CNN compression and acceleration by eliminating redundant model parameters with tolerable performance loss. Despite its effectiveness, existing regularization-based parameter…

On the Compression of Neural Networks Using $\ell_0$-Norm Regularization and Weight Pruning

2021-09-10 · Felipe Dennis de Resende Oliveira, Eduardo Luiz Ortiz Batista, Rui Seara

Despite the growing availability of high-capacity computational platforms, implementation complexity still has been a great concern for the real-world deployment of neural networks. This concern is not exclusively due to…