arXiv:2511.14282cs.LGcs.AI2025-11

通过集中权重提升高稀疏度下的剪枝鲁棒性

Weight Concentration Regularization for Improving Pruning Robustness Under High Sparsity

  • 训练时引导权重集中到少数关键参数,其余趋近零
  • 在高稀疏度下保持模型精度,优于传统正则化方法
  • 适用于大模型微调、图像分类等任务,兼容现有优化器

深度神经网络在视觉和语言任务中表现优异,但参数量大限制了在资源受限环境中的部署。一次性剪枝可在不重新训练的情况下减小模型规模,但标准训练目标下的模型在高稀疏度下常出现显著精度下降。已有工作从两个方向缓解该问题:如ℓ₁和DeepHoyer等正则化方法在训练中调整权重分布,以及SAM、CrAM、S²SAM等剪枝鲁棒优化器平坦损失曲面。然而,现有正则化方法或均匀缩小所有权重(ℓ₁),或诱导尺度不变稀疏性(DeepHoyer),未能将权重能量集中在少数有意义的参数上。本文提出权重集中正则化(WCR),一种训练时正则化方法,放大少量参数的幅度,同时驱动其余参数趋近零,使幅度剪枝主要移除功能贡献微弱的参数。我们提供了收敛性分析,并在LLM微调、图像分类和医学分割任务上评估WCR,结果表明其在多种架构上均显著提升剪枝鲁棒性,且与现有剪枝鲁棒优化器兼容。

原文摘要 · Abstract (English)

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 $\ell_1$ and DeepHoyer that shape the weight distribution during training, and pruning-robust optimizers such as SAM, CrAM, and S$^2$SAM that flatten the loss landscape. However, existing regularizers either shrink all weights uniformly ($\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.

模型剪枝权重正则化大模型压缩稀疏性

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。