Research Papers 论文研究 7d ago Updated 7d ago 更新于 7天前 46

OPINE-World: Programmatic World Modeling with Ontology-error-Prioritized Interactive Exploration OPINE-World:基于本体错误优先交互探索的程序化世界建模

OPINE-World introduces a novel framework for learning object-centric programmatic world models online through interactive exploration, addressing limitations of data-hungry deep networks. The system employs two cooperating agents: one acts in the environment while the other synthesizes code-based models using Counterexample-Guided Inductive Synthesis (CEGIS) and replay verification. Exploration is guided by "ontology error," a Bayesian measure of object-type adequacy, allowing the agent to flexi OPINE-World提出了一种基于程序合成的世界模型学习方法,通过LLM生成代码并配合反例引导归纳综合(CEGIS)进行迭代优化。 引入“本体误差”(Ontology Error)作为贝叶斯度量指标,用于指导智能体在未知对象结构的环境中进行高效探索。 采用双智能体协作架构,一个负责环境交互与假设生成,另一个负责代码合成、回放验证及基于模型的规划。 在ARC-AGI-3基准测试中,无需针对每个游戏进行单独训练,成功解决了25个游戏中的20个,动作效率得分达78.4。

60
Hot 热度
75
Quality 质量
65
Impact 影响力

Analysis 深度分析

TL;DR

  • OPINE-World introduces a novel framework for learning object-centric programmatic world models online through interactive exploration, addressing limitations of data-hungry deep networks.
  • The system employs two cooperating agents: one acts in the environment while the other synthesizes code-based models using Counterexample-Guided Inductive Synthesis (CEGIS) and replay verification.
  • Exploration is guided by "ontology error," a Bayesian measure of object-type adequacy, allowing the agent to flexibly hypothesize object structures in pixel-rendered environments.
  • Evaluated on the ARC-AGI-3 benchmark, OPINE-World solves 20 out of 25 games without per-game training, demonstrating high skill-acquisition efficiency.
  • The approach achieves an action-efficiency score of 78.4 against human baselines, proving the viability of program-synthesized models for generalizable AI agents.

Why It Matters

This research bridges the gap between the flexibility of deep learning world models and the data efficiency of symbolic program synthesis, offering a scalable solution for agents operating in unfamiliar, complex environments. By enabling online learning of object-centric models without predefined vocabularies, it provides a pathway toward more robust and adaptable AI systems capable of rapid skill acquisition. For practitioners, it highlights the potential of combining LLMs with formal verification techniques like CEGIS to create interpretable and reusable world models.

Technical Details

  • Architecture: OPINE-World utilizes a dual-agent loop where one agent interacts with the environment and another synthesizes programmatic world models in source code.
  • Synthesis Method: The model synthesis relies on Counterexample-Guided Inductive Synthesis (CEGIS), refining hypotheses through replay verification and model-based planning.
  • Exploration Strategy: A Bayesian metric called "ontology error" steers exploration by measuring the adequacy of hypothesized object types, allowing flexible structure discovery in pixel-based inputs.
  • Benchmark Performance: Tested on ARC-AGI-3, where object vocabulary, goals, and action semantics are withheld, the agent solved 20/25 tasks without per-game training.
  • Efficiency Metrics: Achieved an action-efficiency score of 78.4 compared to human baselines, demonstrating superior sample efficiency over traditional deep reinforcement learning methods.

Industry Insight

  • The integration of CEGIS with LLMs for world modeling suggests a future where AI agents can build interpretable, verifiable internal models of their surroundings, enhancing trust and safety in autonomous systems.
  • Techniques for online ontology discovery (like ontology error) are critical for deploying AI in dynamic, real-world environments where object definitions are not pre-programmed.
  • High performance on ARC-AGI-3 indicates that programmatic approaches may outperform pure neural networks in tasks requiring rapid generalization and few-shot learning, guiding investment toward hybrid neuro-symbolic architectures.

TL;DR

  • OPINE-World提出了一种基于程序合成的世界模型学习方法,通过LLM生成代码并配合反例引导归纳综合(CEGIS)进行迭代优化。
  • 引入“本体误差”(Ontology Error)作为贝叶斯度量指标,用于指导智能体在未知对象结构的环境中进行高效探索。
  • 采用双智能体协作架构,一个负责环境交互与假设生成,另一个负责代码合成、回放验证及基于模型的规划。
  • 在ARC-AGI-3基准测试中,无需针对每个游戏进行单独训练,成功解决了25个游戏中的20个,动作效率得分达78.4。

为什么值得看

该研究解决了传统深度世界模型数据依赖性强且泛化能力差的问题,展示了程序化方法在少样本和零样本场景下的潜力。对于追求高样本效率和可解释性的AI代理开发而言,OPINE-World提供了一种结合符号推理与深度学习的新范式。

技术解析

  • 核心架构:OPINE-World由两个协同工作的LLM智能体组成,形成“假设-测试”循环。一个智能体在环境中执行动作以收集数据,另一个智能体利用这些数据合成世界模型代码。
  • 方法论创新:使用反例引导的归纳综合(CEGIS)来精炼由LLM生成的程序模型。引入“本体误差”这一贝叶斯度量,量化当前对象类型假设的充分性,从而引导探索过程去发现缺失的对象类别或关系。
  • 评估基准:在ARC-AGI-3上进行评估,该基准的特点是隐藏了对象词汇表、目标和动作语义,迫使模型具备极强的适应能力和技能获取效率。
  • 性能表现:实现了零样本(per-game training-free)学习,在25个游戏中解决20个,证明了其在处理像素渲染环境和灵活对象结构假设上的可扩展性。

行业启示

  • 混合架构趋势:纯深度学习模型在泛化和数据效率上存在瓶颈,结合程序合成(符号AI)与LLM的混合架构将成为构建高适应性智能体的重要方向。
  • 探索策略的重要性:在未知环境中,如何定义和量化“知识缺口”(如本体误差)是提升智能体学习效率的关键,这为强化学习中的探索机制提供了新的理论视角。
  • 通用人工智能(AGI)路径:ARC-AGI基准的高难度要求模型具备类似人类的抽象和归纳能力,OPINE-World的表现表明,通过代码合成模拟世界规律是迈向更通用智能的有效途径。

Disclaimer: The above content is generated by AI and is for reference only. 免责声明:以上内容由 AI 生成,仅供参考。

Agent Agent Research 科学研究 Programming 编程