Daily Tech Briefing
AI 科技速览
每天 5 分钟内学习 AI。获取最新的人工智能新闻,理解其重要性,并学习如何将其应用于您的工作。
arXiv AI · 2026/7/31 16:09:44
TraceViT: Grounded Trace Supervision for Visual Abstract Reasoning
AI 中文解读
核心亮点:这篇研究让AI在“看图找规律”这类抽象推理测试中成绩大涨,首次实现了“看着步骤学推理”,而不是只盯着最终答案。
通俗解读:想象一道谜题:给你几个输入输出例子,让你猜出变换规则,再应用到新图上。以前的AI像死记硬背答案的学生,只学最终结果,中间过程全靠蒙。现在这套叫TraceViT的方法,把解题过程拆成一连串“中间状态”,就像给AI配了一本带详细步骤的解题参考书,让它一步步跟着学。更灵活的是,AI不必严格按参考书的步骤数来,只需保证顺序不乱,自己决定节奏,像学生可以跳步但不能倒着做。结果显示,它在ARC-AGI-1测试中的通过率达到67.8%,比同类方法优秀不少,而且只有在“中间状态”和“当前画面”配对时才有效,说明这种“接地气”的监督很关键。
实际影响:虽然这项技术还在研究阶段,但它意味着AI离“举一反三”的常识推理更近了。未来,AI可能不再只是机械回答“是什么”,而是能自己总结规律,帮你分析数据模式、辅助科学实验设计,甚至在教育场景中一步步演示解题思路,让学习工具更有“老师范儿”。
The Abstraction and Reasoning Corpus (ARC) tests whether a model can infer an unseen transformation from a few input-output examples and apply it to a new grid. Looped visual reasoners refine predictions over multiple iterations, but conventional training constrains only the final output, leaving intermediate refinements unconstrained. We propose that these refinements should instead follow the transformation step by step. We introduce TraceViT, a looped visual reasoner trained with semantically monotonic transformation chains. We obtain these chains by rewriting and verifying programmatic task implementations, decomposing each solution into intermediate grid states. Each iteration is grounded by a task reference derived from the few-shot demonstrations and an object workspace representing the current grid state. Because these chains may differ in length from the loop, soft trace alignment enforces only their ordering, letting the model allocate iterations freely. TraceViT achieves 67.8% pass@2 on ARC-AGI-1 and 24.3% on ARC-AGI-2. Controlled ablations on ARC-AGI-1 show that trace supervision becomes beneficial only when paired with grounding. Code and data will be available at https://github.com/LiuBinnan/TraceViT.
分享
阅读原文 ↗