paper-with-me

홈 › Papers

DSA: More Efficient Budgeted Pruning via Differentiable Sparsity Allocation

2020-04-05 · ECCV 2020 8 · Xuefei Ning, Tianchen Zhao, Wenshuo Li, Peng Lei, Yu Wang, Huazhong Yang

Budgeted pruning is the problem of pruning under resource constraints. In budgeted pruning, how to distribute the resources across layers (i.e., sparsity allocation) is the key problem. Traditional methods solve it by discretely searching for the layer-wise pruning ratios, which lacks efficiency. In this paper, we propose Differentiable Sparsity Allocation (DSA), an efficient end-to-end budgeted pruning flow. Utilizing a novel differentiable pruning process, DSA finds the layer-wise pruning ratios with gradient-based optimization. It allocates sparsity in continuous space, which is more efficient than methods based on discrete evaluation and search. Furthermore, DSA could work in a pruning-from-scratch manner, whereas traditional budgeted pruning methods are applied to pre-trained models. Experimental results on CIFAR-10 and ImageNet show that DSA could achieve superior performance than current iterative budgeted pruning methods, and shorten the time cost of the overall pruning process by at least 1.5x in the meantime.

📄 PDF Abstract BibTeX arXiv:2004.02164

Code (1)

walkerning/differentiable-sparsity-allocation pytorch

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

BESA: Pruning Large Language Models with Blockwise Parameter-Efficient Sparsity Allocation

2024-02-18 · Peng Xu, Wenqi Shao, Mengzhao Chen, Shitao Tang 외

Large language models (LLMs) have demonstrated outstanding performance in various tasks, such as text summarization, text question-answering, and etc. While their performance is impressive, the computational footprint du…

GPUQuestion AnsweringText Summarization

WIDE: Boosting Adaptive LLM Inference via Token-level Dynamic Width Pruning

2026-07-30 · Haozhe Hu, Hao Wu, Peiran Yin, Chao Han 외 arxiv

Pruning is a promising approach for improving the efficiency of LLMs. Existing static structured pruning methods are hardware-friendly and can deliver practical throughput gains, but their input-agnostic computation allo…

How Sparsity Allocation Shapes Label-Free Post-Pruning Recoverability

2026-05-21 · Qishi Zhan, Minxuan Hu, Liang He arxiv

Unstructured magnitude pruning at high sparsity can reduce neural network accuracy to near-random performance, while labeled retraining may be unavailable in practical deployment settings. Label-free post-pruning repair …

Budgeted Attention Allocation: Cost-Conditioned Compute Control for Efficient Transformers

2026-05-07 · Amrit Nidhi arxiv

Transformers usually expose one inference cost per trained model, while deployed systems often need multiple cost-quality operating points. We study Budgeted Attention Allocation, a monotone head-gating mechanism conditi…

Relative Repairability: A Calibration-Based Diagnostic for High-Sparsity Post-Pruning Allocation

2026-05-25 · Qishi Zhan, Liang He, Minxuan Hu, Ziheng Chen arxiv

At very high sparsity, neural network pruning does more than decide which weights remain. It also determines where pruning induced damage is placed across the network, and whether that damage can be recovered by a fixed …

Network Pruning