PulseAugur
实时 18:54:40
English(EN) OrderDP: A Theoretically Guaranteed Lossless Dynamic Data Pruning Framework

新的剪枝技术有望实现更小的模型和更快的训练速度

研究人员开发了新的神经网络和数据集剪枝方法以提高效率。DCP-Prune 专注于视觉模型的超低 token 剪枝,以显著更少的 token 实现高性能。Squeeze-Release 提供迭代剪枝和结构最小化,模型压缩高达 39 倍,同时保持准确性。此外,OrderDP 和一个基于图的框架提供了理论上保证的无损动态数据剪枝,在不牺牲性能的情况下将训练速度提高了 40% 以上。 AI

影响 这些剪枝技术可以显著降低大型 AI 模型的计算成本并加速训练。

排序理由 多篇 arXiv 论文详细介绍了模型和数据剪枝技术方面的新研究。

在 arXiv cs.LG 阅读 →

AI 生成摘要 · Google Gemini · 来自 12 个来源。 我们如何撰写摘要 →

新的剪枝技术有望实现更小的模型和更快的训练速度

报道来源 [12]

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

    面向结构化MoE压缩的归因引导和覆盖最大化剪枝

    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:具有分布一致性保留的超低令牌修剪

    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:具有精确结构最小化的迭代剪枝

    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:具有精确结构最小化的迭代剪枝

    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) ·

    结构化剪枝 vs. 非结构化剪枝:指数级差距

    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:具有精确结构最小化的迭代剪枝

    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:鲁棒、类别感知、概率动态数据集剪枝

    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:一个理论上保证无损的动态数据剪枝框架

    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:一个理论上保证无损的动态数据剪枝框架

    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:具有分布一致性保持的超低令牌修剪

    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 ·

    图上的样本选择:用于无损训练加速的统一数据集剪枝框架

    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 ·

    图上的样本选择:用于无损训练加速的统一数据集剪枝框架

    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…