Fast and Controllable Post-training Sparsity: Learning Optimal Sparsity Allocation with Global Constraint in Minutes
Ruihao Gong, Yang Yong, Zining Wang, Jinyang Guo, Xiuying Wei, Yuqing Ma, Xianglong Liu
TL;DR
The paper tackles efficient post-training sparsity by learning a global sparsity allocation across all layers through a differentiable, KDE-based bridge between pruning thresholds and per-layer sparsity. It combines a reconstruction loss $L_{rec}$ with a global-sparsity control loss $L_c$, yielding a total objective $L = L_{rec} + L_c$ and enabling net-wide optimization via a learnable threshold $t_l$ for each layer. The method achieves substantial accuracy gains at high sparsity (e.g., over 30% improvement for ResNet-50 on ImageNet at 80% sparsity) and completes the sparse-model reconstruction in minutes on standard hardware, outperforming existing post-training sparsity and retraining-based approaches. FCPTS also demonstrates broad applicability to CNNs and ViTs across CIFAR-10/100, ImageNet, and PASCAL VOC, with practical benefits in inference latency and memory on specialized hardware.
Abstract
Neural network sparsity has attracted many research interests due to its similarity to biological schemes and high energy efficiency. However, existing methods depend on long-time training or fine-tuning, which prevents large-scale applications. Recently, some works focusing on post-training sparsity (PTS) have emerged. They get rid of the high training cost but usually suffer from distinct accuracy degradation due to neglect of the reasonable sparsity rate at each layer. Previous methods for finding sparsity rates mainly focus on the training-aware scenario, which usually fails to converge stably under the PTS setting with limited data and much less training cost. In this paper, we propose a fast and controllable post-training sparsity (FCPTS) framework. By incorporating a differentiable bridge function and a controllable optimization objective, our method allows for rapid and accurate sparsity allocation learning in minutes, with the added assurance of convergence to a predetermined global sparsity rate. Equipped with these techniques, we can surpass the state-of-the-art methods by a large margin, e.g., over 30\% improvement for ResNet-50 on ImageNet under the sparsity rate of 80\%. Our plug-and-play code and supplementary materials are open-sourced at https://github.com/ModelTC/FCPTS.
