paper-with-me

Papers

SeReNe: Sensitivity based Regularization of Neurons for Structured Sparsity in Neural Networks

2021-02-07 · Enzo Tartaglione, Andrea Bragagnolo, Francesco Odierna, Attilio Fiandrotti, Marco Grangetto

Deep neural networks include millions of learnable parameters, making their deployment over resource-constrained devices problematic. SeReNe (Sensitivity-based Regularization of Neurons) is a method for learning sparse topologies with a structure, exploiting neural sensitivity as a regularizer. We define the sensitivity of a neuron as the variation of the network output with respect to the variation of the activity of the neuron. The lower the sensitivity of a neuron, the less the network output is perturbed if the neuron output changes. By including the neuron sensitivity in the cost function as a regularization term, we areable to prune neurons with low sensitivity. As entire neurons are pruned rather then single parameters, practical network footprint reduction becomes possible. Our experimental results on multiple network architectures and datasets yield competitive compression ratios with respect to state-of-the-art references.

📄 PDF Abstract BibTeX arXiv:2102.03773

Code (1)

EIDOSlab/SeReNe pytorch

Tasks

Sensitivity

Similar Papers 제목 키워드 기반

GPrune-LLM: Generalization-Aware Structured Pruning for Large Language Models

2026-03-12 · Xiaoyun Liu, Divya Saxena, Jiannong Cao, Yuqing Zhao 외 arxiv

Structured pruning is widely used to compress large language models (LLMs), yet its effectiveness depends heavily on neuron importance estimation. Most existing methods estimate neuron importance from activation statisti…

Maxwell's Demon at Work: Efficient Pruning by Leveraging Saturation of Neurons

2024-03-12 · Simon Dufort-Labbé, Pierluca D'Oro, Evgenii Nikishin, Razvan Pascanu 외

When training deep neural networks, the phenomenon of $\textit{dying neurons}$ $\unicode{x2013}$units that become inactive or saturated, output zero during training$\unicode{x2013}$ has traditionally been viewed as undes…

Continual LearningModel Compression

Structured Bayesian Pruning via Log-Normal Multiplicative Noise

2017-05-20 · NeurIPS 2017 12 · Kirill Neklyudov, Dmitry Molchanov, Arsenii Ashukha, Dmitry Vetrov

Dropout-based regularization methods can be regarded as injecting random noise with pre-defined magnitude to different parts of the neural network during training. It was recently shown that Bayesian dropout procedure no…

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 …

Spatially-Coupled Neural Network Architectures

2019-07-03 · Arman Hasanzadeh, Nagaraj T. Janakiraman, Vamsi K. Amalladinne, Krishna R. Narayanan

In this work, we leverage advances in sparse coding techniques to reduce the number of trainable parameters in a fully connected neural network. While most of the works in literature impose $\ell_1$ regularization, DropO…

Feature Importance