PulseAugur
EN
LIVE 16:01:37

New pruning techniques promise smaller models and faster training

Researchers have developed new methods for pruning neural networks and datasets to improve efficiency. DCP-Prune focuses on ultra-low token pruning for vision models, achieving high performance with significantly fewer tokens. Squeeze-Release offers iterative pruning and structural minimization, compressing models by up to 39x while maintaining accuracy. Additionally, OrderDP and a graph-based framework provide theoretically guaranteed lossless dynamic data pruning, accelerating training by over 40% without sacrificing performance. AI

IMPACT These pruning techniques could significantly reduce computational costs and accelerate training for large AI models.

RANK_REASON Multiple arXiv papers detailing novel research in model and data pruning techniques.

Read on arXiv cs.LG →

AI-generated summary · Google Gemini · from 12 sources. How we write summaries →

New pruning techniques promise smaller models and faster training

COVERAGE [12]

  1. arXiv cs.AI TIER_1 English(EN) · Yifu Ding, Jiacheng Wang, Ge Yang, Yongcheng Jing, Jinyang Guo, Xianglong Liu, Dacheng Tao ·

    Attribution-Guided and Coverage-Maximized Pruning for Structural MoE Compression

    arXiv:2606.18304v1 Announce Type: cross Abstract: Mixture-of-Experts (MoE) models scale compute efficiently, yet remain expensive to deploy due to their substantial memory footprint and inference overhead. Prior compression methods mainly operate at the expert level, either remov…

  2. arXiv cs.AI TIER_1 English(EN) · Xifeng Xue, Xiaokang Wang, Zirui Li, Ming-Ming Cheng, Guolei Sun ·

    DCP-Prune: Ultra-Low Token Pruning with Distribution Consistency Preservation

    arXiv:2606.16633v1 Announce Type: cross Abstract: Recent vision token pruning methods effectively preserve model performance under moderate token budgets but become unstable under ultra-low token budget. Our analysis shows that as the pruning budget decreases, accuracy degradatio…

  3. arXiv cs.AI TIER_1 English(EN) · Roman Denkin, Ida Akerholm, Prashant Singh, Ida-Maria Sintorn ·

    Squeeze-Release: Iterative Pruning with Exact Structural Minimization

    arXiv:2606.14346v1 Announce Type: cross Abstract: Unstructured pruning produces sparse weight tensors, but the standard implementation keeps tensor shapes unchanged so the deployed model is no smaller than before pruning. We present an exact structural rewrite, which we call mini…

  4. arXiv cs.AI TIER_1 English(EN) · Ida-Maria Sintorn ·

    Squeeze-Release: Iterative Pruning with Exact Structural Minimization

    Unstructured pruning produces sparse weight tensors, but the standard implementation keeps tensor shapes unchanged so the deployed model is no smaller than before pruning. We present an exact structural rewrite, which we call minimization, that converts a masked network into a sm…

  5. arXiv cs.AI TIER_1 English(EN) · Davide Ferre' (CNRS, COATI, UniCA, I3S), Fr\'ed\'eric Giroire (I3S, COATI, UniCA), Frederik Mallmann-Trenn (CNRS, COATI, I3S, UniCA), Emanuele Natale (CNRS, COATI, I3S, UniCA) ·

    Structured vs. Unstructured Pruning: An Exponential Gap

    arXiv:2603.02234v3 Announce Type: replace-cross Abstract: The Strong Lottery Ticket Hypothesis (SLTH) states that large, randomly initialized neural networks contain sparse subnetworks capable of approximating a target function at initialization without training, suggesting that …

  6. Hugging Face Daily Papers TIER_1 English(EN) ·

    Squeeze-Release: Iterative Pruning with Exact Structural Minimization

    Squeeze-Release compression method combines pruning with structural minimization to create significantly smaller neural networks while maintaining accuracy, extending to transformer architectures through CompensatedLayerNorm.

  7. arXiv cs.LG TIER_1 English(EN) · Atif Hassan, Swanand Khare, Jiaul H. Paik ·

    RCAP: Robust, Class-Aware, Probabilistic Dynamic Dataset Pruning

    arXiv:2606.11761v1 Announce Type: new Abstract: Dynamic data pruning techniques aim to reduce computational cost while minimizing information loss by periodically selecting representative subsets of input data during model training. However, existing methods often struggle to mai…

  8. arXiv cs.LG TIER_1 English(EN) · Chenhan Jin, Shengze Xu, Qingsong Wang, Fan Jia, Dingshuo Chen, Tieyong Zeng ·

    OrderDP: A Theoretically Guaranteed Lossless Dynamic Data Pruning Framework

    arXiv:2606.08574v1 Announce Type: new Abstract: Data pruning (DP), as an oft-stated strategy to alleviate heavy training burdens, reduces the volume of training samples according to a well-defined pruning method while striving for near-lossless performance. However, existing appr…

  9. arXiv cs.LG TIER_1 English(EN) · Tieyong Zeng ·

    OrderDP: A Theoretically Guaranteed Lossless Dynamic Data Pruning Framework

    Data pruning (DP), as an oft-stated strategy to alleviate heavy training burdens, reduces the volume of training samples according to a well-defined pruning method while striving for near-lossless performance. However, existing approaches, which commonly select highly informative…

  10. arXiv cs.CV TIER_1 English(EN) · Guolei Sun ·

    DCP-Prune: Ultra-Low Token Pruning with Distribution Consistency Preservation

    Recent vision token pruning methods effectively preserve model performance under moderate token budgets but become unstable under ultra-low token budget. Our analysis shows that as the pruning budget decreases, accuracy degradation is often accompanied by larger feature distribut…

  11. arXiv cs.CV TIER_1 English(EN) · Dongyue Wu, Zilin Guo, Xiaoyu Li, Jiajia Liu, Jingdong Chen, Nong Sang, Changxin Gao ·

    Selecting Samples on Graphs: A Unified Dataset Pruning Framework for Lossless Training Acceleration

    arXiv:2606.12913v1 Announce Type: cross Abstract: The rapid growth of modern training datasets has significantly increased computational cost, motivating dataset pruning~(DP) methods which retain only a subset of informative samples to reduce training cost. Existing pruning crite…

  12. arXiv cs.CV TIER_1 English(EN) · Changxin Gao ·

    Selecting Samples on Graphs: A Unified Dataset Pruning Framework for Lossless Training Acceleration

    The rapid growth of modern training datasets has significantly increased computational cost, motivating dataset pruning~(DP) methods which retain only a subset of informative samples to reduce training cost. Existing pruning criteria typically rely on either intrinsic signals tha…