English

Sparsity Induction for Accurate Post-Training Pruning of Large Language Models

Computation and Language 2026-02-26 v1 Artificial Intelligence

Abstract

Large language models have demonstrated capabilities in text generation, while their increasing parameter scales present challenges in computational and memory efficiency. Post-training sparsity (PTS), which reduces model cost by removing weights from dense networks, is an effective approach. However, native dense matrices lack high sparsity, making existing approaches that directly remove weights disrupt model states, resulting in unsatisfactory performance recovery even with post-tuning. We propose Sparsity Induction, which promotes models toward higher sparsity at both distribution and feature levels before pruning, to push the limits of PTS. At the distribution level, we enhance distributional sparsity through mathematically equivalent scaling transformations, which are fully absorbable and incur no extra parameters or inference-time overhead. At the feature level, we introduce Spectral Norm Loss to promote feature sparsity from a low-rank perspective. Experiments across diverse model architectures and tasks demonstrate that our method further enhances sparsity-friendliness, achieving superior pruning performance over existing approaches.

Keywords

Cite

@article{arxiv.2602.21652,
  title  = {Sparsity Induction for Accurate Post-Training Pruning of Large Language Models},
  author = {Minhao Jiang and Zhikai Li and Xuewen Liu and Jing Zhang and Mengjuan Chen and Qingyi Gu},
  journal= {arXiv preprint arXiv:2602.21652},
  year   = {2026}
}

Comments

5 pages, 1 figure, 4 tables

R2 v1 2026-07-01T10:51:28.142Z