paper-with-me

홈 › Papers

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 the huge costs of state-of-the-art network architectures, but also due to the recent push towards edge intelligence and the use of neural networks in embedded applications. In this context, network compression techniques have been gaining interest due to their ability for reducing deployment costs while keeping inference accuracy at satisfactory levels. The present paper is dedicated to the development of a novel compression scheme for neural networks. To this end, a new form of $\ell_0$-norm-based regularization is firstly developed, which is capable of inducing strong sparseness in the network during training. Then, targeting the smaller weights of the trained network with pruning techniques, smaller yet highly effective networks can be obtained. The proposed compression scheme also involves the use of $\ell_2$-norm regularization to avoid overfitting as well as fine tuning to improve the performance of the pruned network. Experimental results are presented aiming to show the effectiveness of the proposed scheme as well as to make comparisons with competing approaches.

📄 PDF Abstract BibTeX arXiv:2109.05075

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

Smooth Model Compression without Fine-Tuning

2025-05-30 · Christina Runkel, Natacha Kuete Meli, Jovita Lukasik, Ander Biguri 외

Compressing and pruning large machine learning models has become a critical step towards their deployment in real-world applications. Standard pruning and compression techniques are typically designed without taking the …

modelModel Compression

A Unified DNN Weight Compression Framework Using Reweighted Optimization Methods

2020-04-12 · Tianyun Zhang, Xiaolong Ma, Zheng Zhan, Shanglin Zhou 외

To address the large model size and intensive computation requirement of deep neural networks (DNNs), weight pruning techniques have been proposed and generally fall into two categories, i.e., static regularization-based…

Regularization-based Pruning of Irrelevant Weights in Deep Neural Architectures

2022-04-11 · Giovanni Bonetta, Matteo Ribero, Rossella Cancelliere

Deep neural networks exploiting millions of parameters are nowadays the norm in deep learning applications. This is a potential issue because of the great amount of computational resources needed for training, and of the…

image-classificationImage ClassificationText Generation

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…

Learned Threshold Pruning

2020-02-28 · Kambiz Azarian, Yash Bhalgat, Jinwon Lee, Tijmen Blankevoort

This paper presents a novel differentiable method for unstructured weight pruning of deep neural networks. Our learned-threshold pruning (LTP) method learns per-layer thresholds via gradient descent, unlike conventional …