English

Effective Model Pruning: Measure The Redundancy of Model Components

Machine Learning 2026-05-21 v3

Abstract

This article initiates the study of a basic question about model pruning. Given a vector ss 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 ss over the model components: EMP maps ss to a number Neff=Neff(s)N_{eff}=N_{eff}(s), called the effective sample size. The NNeffN-N_{eff} lowest scoring components are discarded. A tight lower bound on the effective mass seffs_{eff} (the sum of retained normalized scores) in terms of NeffN_{eff} 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.

Keywords

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)

R2 v1 2026-07-01T06:06:28.961Z