Effective Model Pruning: Measure The Redundancy of Model Components
Abstract
This article initiates the study of a basic question about model pruning. Given a vector of importance scores assigned to model components, how many of the scored components could be discarded without sacrificing performance? We propose Effective Model Pruning (EMP), which derives the desired sparsity directly from the score distribution using the notion of effective sample size from particle filtering, also known as the inverse Simpson index. Rather than prescribe a pruning criterion, EMP supplies a universal adaptive threshold derived from the distribution of the score over the model components: EMP maps to a number , called the effective sample size. The lowest scoring components are discarded. A tight lower bound on the effective mass (the sum of retained normalized scores) in terms of is derived. This process yields models with a provable upper bound on the loss change relative to the original dense model. Numerical experiments are performed demonstrating this phenomenon across a variety of network architectures including MLPs, CNNs, Transformers, LLMs, and KAN. It is also shown that EMP addresses a rich set of pruning criteria such as weight magnitude, attention score, KAN importance score, and even feature-level signals such as image pixels.
Cite
@article{arxiv.2509.25606,
title = {Effective Model Pruning: Measure The Redundancy of Model Components},
author = {Yixuan Wang and Dan P. Guralnik and Saiedeh Akbari and Warren E. Dixon},
journal= {arXiv preprint arXiv:2509.25606},
year = {2026}
}
Comments
18 pages, 4 figures. Accepted at ICML 2026 (Spotlight)