Layer-adaptive sparsity for the Magnitude-based Pruning
Jaeho Lee, Sejun Park, Sangwoo Mo, Sungsoo Ahn, Jinwoo, Shin

TL;DR
This paper introduces LAMP, a layer-adaptive magnitude-based pruning method that automatically determines layerwise sparsity without hyperparameter tuning, outperforming existing heuristics in neural network pruning tasks.
Contribution
The paper proposes a novel importance score, LAMP, for global pruning that adapts layerwise sparsity based on model-level distortion, eliminating the need for hyperparameter tuning.
Findings
LAMP outperforms existing layerwise sparsity selection methods across various image classification tasks.
LAMP maintains superior performance even in weight-rewinding setups.
Connectivity-oriented sparsity performs worse than simple global magnitude pruning in certain scenarios.
Abstract
Recent discoveries on neural network pruning reveal that, with a carefully chosen layerwise sparsity, a simple magnitude-based pruning achieves state-of-the-art tradeoff between sparsity and performance. However, without a clear consensus on "how to choose," the layerwise sparsities are mostly selected algorithm-by-algorithm, often resorting to handcrafted heuristics or an extensive hyperparameter search. To fill this gap, we propose a novel importance score for global pruning, coined layer-adaptive magnitude-based pruning (LAMP) score; the score is a rescaled version of weight magnitude that incorporates the model-level distortion incurred by pruning, and does not require any hyperparameter tuning or heavy computation. Under various image classification setups, LAMP consistently outperforms popular existing schemes for layerwise sparsity selection. Furthermore, we observe that…
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.
Code & Models
Videos
Taxonomy
TopicsAdvanced Neural Network Applications · Domain Adaptation and Few-Shot Learning · Multimodal Machine Learning Applications
MethodsPruning
