PulseAugur
实时 09:20:29
English(EN) ATFlash: Per-RoPE-Wavelength Attention Windows for Compute/Memory-Efficient LLM Inference

ATFlash 方法通过注意力窗口剪枝提高 LLM 推理效率

研究人员开发了 ATFlash,一种提高大型语言模型 (LLM) 推理效率的新颖方法。ATFlash 引入了每 RoPE 波长注意力窗口,根据查询-键内积项的距离对其进行剪枝,从而在不显著影响输出质量的情况下减少计算量。该技术在 Qwen2.5-7B-1M 等模型上,在 1M token 上下文下实现了高达 1.31 倍的速度提升,并保持了 96%-98% 的 top-1 匹配率。 AI

影响 可能降低 LLM 推理的计算成本,支持更长的上下文窗口和更快的处理速度。

排序理由 详细介绍 LLM 推理效率新方法的学术论文。[lever_c_demoted from research: ic=1 ai=1.0]

在 arXiv cs.CL 阅读 →

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

ATFlash 方法通过注意力窗口剪枝提高 LLM 推理效率

报道来源 [1]

  1. arXiv cs.CL TIER_1 English(EN) · Shun-ichiro Hayashi, Daichi Mukunoki, Tetsuya Hoshino, Takahiro Katagiri ·

    ATFlash: Per-RoPE-Wavelength Attention Windows for Compute/Memory-Efficient LLM Inference

    arXiv:2608.02947v1 Announce Type: cross Abstract: The attention score with rotary position embeddings (RoPE) decomposes exactly into a sum over its 2D-rotation frequency pairs, and each pair's wavelength limits how far it can discriminate position. Aligned with this structure, we…