Daily Tech Briefing
AI 科技速览
每天 5 分钟内学习 AI。获取最新的人工智能新闻,理解其重要性,并学习如何将其应用于您的工作。
arXiv Machine Learning · 2026/7/31 04:00:00
Looped Transformers with Source-Centered State Evolution
AI 中文解读
人工智能领域又有新突破:研究者给“循环Transformer”模型设计了一套精巧的“源中心状态演化”机制,让AI在处理长文本时能反复使用同一组参数,既省算力又能提升效果。通俗说,以前的模型处理长文容易“忘事”,而新方法像是给模型装了一个固定的“锚点”,每次循环都从锚点出发,既保留了对输入信息的记忆,又能灵活应对不同长度的任务,避免了重复计算带来的混乱。
这项技术最直接的影响是让AI模型在参数不变的情况下“越用越聪明”,尤其在处理网页、书籍等超长内容时,翻译、摘要、问答的准确率和连贯性都有明显提升。对普通用户来说,未来用AI读长篇报告、整理复杂资料时,速度和结果质量都会更好;对开发者而言,则意味着可以用更低的算力成本训练出更强的语言模型,推动更多AI应用落地。目前该方案已在多个公开数据集上验证有效,有望成为下一代高效语言模型的常用设计。
arXiv:2607.27656v1 Announce Type: new
Abstract: Looped Transformers create a useful train- and test-time compute axis by reusing the same Transformer block over recurrent depth, increasing effective depth at a fixed parameter count. However, that shared block must then govern an entire trajectory of varying hidden states over trained and extrapolated depths. Furthermore, in additive-injection looped Transformers, an input-conditioned signal is reintroduced at every recurrent step, so applying the shared transition at an input-conditioned reference can still move the hidden state. In this paper, we propose Source-Centered State Evolution (SCSE), which is designed to reconcile input conditioning with reference-preserving shared recurrence. Specifically, SCSE retains input dependence through its learned anchor and initial deviation, allows nonzero deviations to drive recurrent computation while mapping zero deviation to zero, and guarantees exact anchor invariance through its zero-deviation mask. The designated anchor is thereby a one-step fixed point by construction. The zero-deviation forcing bias is the next deviation produced from the anchor itself and vanishes in SCSE, while nonzero deviations remain active and support state-dependent recurrent computation. Our theory shows that the zero-deviation forcing bias is a design degree of freedom whose task effect can be harmful, neutral, or beneficial; SCSE resolves this choice in favor of exact anchor invariance by setting the bias to zero. Across WikiText-2, WikiText-103, direct web-corpus pretraining, held-out web-text transfer, and LAMBADA completion, SCSE improves the controlled recurrent quality frontier. Ablation studies identify the learned anchor and the anchor-coordinate deviation recurrence as the primary contributors to the gain, and a trained-model case study grounds the anchor-response diagnostic in observed recurrent motion.
分享
阅读原文 ↗