paper-with-me

홈 › Papers

One Shot vs. Iterative: Rethinking Pruning Strategies for Model Compression

2025-08-19 · Mikołaj Janusz, Tomasz Wojnar, Yawei Li, Luca Benini, Kamil Adamczewski arxiv

Pruning is a core technique for compressing neural networks to improve computational efficiency. This process is typically approached in two ways: one-shot pruning, which involves a single pass of training and pruning, and iterative pruning, where pruning is performed over multiple cycles for potentially finer network refinement. Although iterative pruning has historically seen broader adoption, this preference is often assumed rather than rigorously tested. Our study presents one of the first systematic and comprehensive comparisons of these methods, providing rigorous definitions, benchmarking both across structured and unstructured settings, and applying different pruning criteria and modalities. We find that each method has specific advantages: one-shot pruning proves more effective at lower pruning ratios, while iterative pruning performs better at higher ratios. Building on these findings, we advocate for patience-based pruning and introduce a hybrid approach that can outperform traditional methods in certain scenarios, providing valuable insights for practitioners selecting a pruning strategy tailored to their goals and constraints. Source code is available at https://github.com/janumiko/pruning-benchmark.

📄 PDF Abstract BibTeX arXiv:2508.13836

Code (0)

등록된 구현이 없습니다.

Tasks

Computational EfficiencyModel Compression

Similar Papers 제목 키워드 기반

Paying more attention to snapshots of Iterative Pruning: Improving Model Compression via Ensemble Distillation

2020-06-20 · BMVC 2020 8 · Duong H. Le, Trung-Nhan Vo, Nam Thoai

Network pruning is one of the most dominant methods for reducing the heavy inference cost of deep neural networks. Existing methods often iteratively prune networks to attain high compression ratio without incurring sign…

image-classificationImage ClassificationKnowledge DistillationModel Compression+1

TRIM: Achieving Extreme Sparsity with Targeted Row-wise Iterative Metric-driven Pruning

2025-05-22 · Florentin Beck, William Rudman, Carsten Eickhoff

Large Language Models (LLMs) present significant computational and memory challenges due to their extensive size, making pruning essential for their efficient deployment. Existing one-shot pruning methods often apply uni…

Single-shot Channel Pruning Based on Alternating Direction Method of Multipliers

2019-02-18 · Chengcheng Li, Zi Wang, Xiangyang Wang, Hairong Qi

Channel pruning has been identified as an effective approach to constructing efficient network structures. Its typical pipeline requires iterative pruning and fine-tuning. In this work, we propose a novel single-shot cha…

General ClassificationNetwork Pruning

OPQ: Compressing Deep Neural Networks with One-shot Pruning-Quantization

2022-05-23 · Peng Hu, Xi Peng, Hongyuan Zhu, Mohamed M. Sabry Aly 외

As Deep Neural Networks (DNNs) usually are overparameterized and have millions of weight parameters, it is challenging to deploy these large DNN models on resource-constrained hardware platforms, e.g., smartphones. Numer…

Quantization

Vanishing Contributions: A Unified Framework for Smooth and Iterative Model Compression

2025-10-09 · Lorenzo Nikiforos, Luciano Prono, Charalampos Antoniadis, Fabio Pareschi 외 arxiv

The increasing scale of Deep Neural Networks (DNNs) introduces the need for compression techniques such as pruning, quantization, and low-rank decomposition. While these methods are very effective at reducing memory, com…

Model Compression