English

Weight Concentration Regularization for Improving Pruning Robustness Under High Sparsity

Machine Learning 2026-05-18 v2 Artificial Intelligence

Abstract

Deep neural networks achieve outstanding performance across vision and language tasks, yet their large parameter counts limit deployment in resource-constrained settings. One-shot pruning reduces model size without retraining, but models trained with standard objectives often suffer substantial accuracy drops under aggressive sparsity. Prior work mitigates this drop along two directions: regularizers such as 1\ell_1 and DeepHoyer that shape the weight distribution during training, and pruning-robust optimizers such as SAM, CrAM, and S2^2SAM that flatten the loss landscape. However, existing regularizers either shrink all weights uniformly (1\ell_1) or induce scale-invariant sparsity (DeepHoyer), without concentrating weight energy onto a small set of informative parameters. We propose a Weight Concentration Regularizer (WCR), a training-time regularizer that amplifies the magnitude of a small subset of parameters while driving the remainder toward zero, so that magnitude pruning predominantly removes parameters with negligible functional contribution. We provide a convergence analysis and evaluate WCR on LLM fine-tuning, image classification, and medical segmentation, demonstrating consistent improvements in pruning robustness across architectures and compatibility with existing pruning-robust optimizers.

Keywords

Cite

@article{arxiv.2511.14282,
  title  = {Weight Concentration Regularization for Improving Pruning Robustness Under High Sparsity},
  author = {Vincent-Daniel Yun and Junhyuk Jo and Sunwoo Lee},
  journal= {arXiv preprint arXiv:2511.14282},
  year   = {2026}
}
R2 v1 2026-07-01T07:42:52.307Z