PulseAugur
实时 09:58:57
English(EN) Damage-Aware Bandit Pruning for Vision and Language Transformers

加州大学伯克利分校研究人员为Transformer开发基于Bandit的剪枝方法

加州大学伯克利分校的研究人员开发了一种新颖的方法来剪枝大型Transformer模型,包括用于视觉和语言任务的模型。该技术被构建为一个损伤感知的多臂老虎机(multi-armed bandit)问题,旨在识别并移除Transformer内的完整功能单元,同时将性能下降降至最低。该方法通过掩码注意力头(attention heads)和MLP通道组来衡量它们对模型损失的影响,然后使用Thompson sampling等采样策略依次选择要移除的单元。在GPT-2、Qwen2.5和ViT-B/16等模型以及各种数据集上的实验表明,与其他的预算方法相比,这种基于Bandit的剪枝通常能减少性能下降。 AI

影响 这项研究通过在性能损失最小的情况下减小大型语言和视觉模型的规模,有望实现更高效的模型部署。

排序理由 该条目是一篇学术论文,详细介绍了一种用于剪枝Transformer模型的新方法。[lever_c_demoted from research: ic=1 ai=1.0]

在 arXiv cs.AI 阅读 →

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

加州大学伯克利分校研究人员为Transformer开发基于Bandit的剪枝方法

本文如何被排名

Signal score
12 / 100
Composite score across the factors below. Higher = stronger signal that this story matters right now.
Newsworthiness bucket
Tool
该条目是一篇学术论文,详细介绍了一种用于剪枝Transformer模型的新方法。[lever_c_demoted from research: ic=1 ai=1.0]
Source corroboration
Single-source cluster
Only one publisher covered this so far. Single-source stories can still rank when the publisher is high-authority, but they lack cross-source corroboration.
Topics
paper, model release
Editorial topic classification. Feeds into how the story surfaces on /topic/<slug> hub pages and into the per-entity coverage mix.
AI-industry relevance
High
Clearly on-topic for AI-industry coverage.
Story freshness
Breaking (< 6h)
Fresh story with cross-source coverage still developing. Ranking may shift as more sources report.

完整方法见我们的编辑标准

报道来源 [1]

  1. arXiv cs.AI TIER_1 English(EN) · Salem Ameen, Sunil Vadera ·

    面向视觉和语言Transformer的损伤感知带土剪枝

    arXiv:2609.05448v1 Announce Type: new Abstract: Structured post-training pruning of transformers requires selecting complete functional units whose suppression causes limited degradation. We formulate structured-unit selection for language and vision transformers as a damage-awar…