SInGE: Sparsity via Integrated Gradients Estimation of Neuron Relevance
Edouard Yvinec, Arnaud Dapogny, Matthieu Cord, Kevin Bailly

TL;DR
SInGE introduces a novel neuron relevance criterion based on integrated gradients for structured pruning, leading to more efficient neural networks with minimal accuracy loss, validated across multiple datasets and architectures.
Contribution
The paper proposes a new integrated gradient-based pruning method, SInGE, that improves over existing heuristics and includes a combined pruning and fine-tuning process.
Findings
SInGE outperforms state-of-the-art pruning methods in accuracy and efficiency.
The integrated gradient criterion effectively identifies neuron importance.
The combined pruning and fine-tuning flow preserves model performance across datasets.
Abstract
The leap in performance in state-of-the-art computer vision methods is attributed to the development of deep neural networks. However it often comes at a computational price which may hinder their deployment. To alleviate this limitation, structured pruning is a well known technique which consists in removing channels, neurons or filters, and is commonly applied in order to produce more compact models. In most cases, the computations to remove are selected based on a relative importance criterion. At the same time, the need for explainable predictive models has risen tremendously and motivated the development of robust attribution methods that highlight the relative importance of pixels of an input image or feature map. In this work, we discuss the limitations of existing pruning heuristics, among which magnitude and gradient-based methods. We draw inspiration from attribution methods…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
Taxonomy
TopicsAdvanced Neural Network Applications · Explainable Artificial Intelligence (XAI) · Cell Image Analysis Techniques
MethodsPruning
