Research Papers 论文研究 10h ago Updated 1h ago 更新于 1小时前 50

VisualPatchWorld: Code World Models as Latent Structured Representations for Planning VisualPatchWorld:代码世界模型作为潜在结构化表示用于规划

VisualPatchWorld (VPW) introduces a novel approach to world modeling by representing dynamics as executable code, combining the scalability of neural predictors with the interpretability of physics engines. VPW uses short active probes to select qualitative dynamical forms and fits parameters from state-action traces via multi-step prediction error minimization, enabling simulation, inspection, and model-predictive control. The method achieves 69.0% mean planning success, outperforming prior cod 提出VisualPatchWorld (VPW),将世界模型表示为代码,结合神经预测器的可扩展性与物理引擎的可解释性。 VPW通过主动探针选择定性动力学形式,并从状态-动作轨迹中拟合参数,实现可模拟、可检查的代码化动态模型。 在规划任务中取得69.0%平均成功率,超越最强代码基线23.5点,尤其在导航和抓取控制中接近真实物理引擎表现。 接触式推搡任务仍存在残差差距,但通过短列表计划验证可有效缩小该差距。 为自动构建实用代码世界模型提供了一条可行路径,支持模型预测控制与图像驱动场景图的状态输入。

72
Hot 热度
78
Quality 质量
65
Impact 影响力

Analysis 深度分析

TL;DR

  • VisualPatchWorld (VPW) introduces a novel approach to world modeling by representing dynamics as executable code, combining the scalability of neural predictors with the interpretability of physics engines.
  • VPW uses short active probes to select qualitative dynamical forms and fits parameters from state-action traces via multi-step prediction error minimization, enabling simulation, inspection, and model-predictive control.
  • The method achieves 69.0% mean planning success, outperforming prior code-based models by 23.5 points, especially when correct qualitative dynamics are critical.
  • For navigation and grasp-rich tasks, VPW approaches ground-truth engine performance; contact-rich pushing shows residual gaps, partially closed by plan verification in the engine.
  • This work establishes a practical pathway for automatically constructed, inspectable, and editable code world models that enhance planning efficiency and reliability.

Why It Matters

This research bridges the gap between data-driven neural dynamics and symbolic physics engines, offering a scalable yet interpretable framework for robotic planning. For AI practitioners and researchers, it provides a blueprint for building world models that are not only accurate but also transparent and modifiable—key for safety-critical applications like autonomous systems and human-robot interaction. The ability to generate and validate code-based simulators from real-world traces could accelerate development cycles and reduce reliance on hand-engineered environments.

Technical Details

  • VPW operates by first selecting a qualitative dynamical form through short active probes, which explore possible system behaviors without full training.
  • Parameters of the selected form are then fitted using recorded state-action sequences, optimized to minimize multi-step prediction errors across trajectories.
  • The resulting code programs function as lightweight simulators: they can be rolled forward for prediction, inspected directly in source code, and integrated into model-predictive controllers.
  • Image-derived scene graphs provide live state inputs during replanning, allowing dynamic adaptation to changing environments.
  • Evaluation benchmarks include navigation, grasp-rich control, and contact-rich pushing tasks; VPW significantly outperforms prior code-based baselines, particularly where structural correctness of dynamics is paramount.
  • A hybrid strategy—using VPW-generated plans followed by validation in a high-fidelity engine—closes most remaining performance gaps in complex physical interactions.

Industry Insight

The emergence of code-as-world-models like VPW signals a shift toward hybrid AI systems that merge learning with symbolic reasoning, promising more robust and trustworthy automation. Companies developing robotics or autonomous agents should consider adopting such frameworks to improve generalization across unseen scenarios while maintaining auditability and control over underlying assumptions. Additionally, this approach reduces dependency on expensive manual environment design, lowering barriers to entry for smaller teams and accelerating innovation in embodied AI. Future investments may focus on automating probe selection and expanding support for non-deterministic or stochastic dynamics within the code representation paradigm.

TL;DR

  • 提出VisualPatchWorld (VPW),将世界模型表示为代码,结合神经预测器的可扩展性与物理引擎的可解释性。
  • VPW通过主动探针选择定性动力学形式,并从状态-动作轨迹中拟合参数,实现可模拟、可检查的代码化动态模型。
  • 在规划任务中取得69.0%平均成功率,超越最强代码基线23.5点,尤其在导航和抓取控制中接近真实物理引擎表现。
  • 接触式推搡任务仍存在残差差距,但通过短列表计划验证可有效缩小该差距。
  • 为自动构建实用代码世界模型提供了一条可行路径,支持模型预测控制与图像驱动场景图的状态输入。

为什么值得看

该工作弥合了黑盒神经网络白盒物理引擎之间的鸿沟,为机器人规划提供了兼具可扩展性与可解释性的新范式,对构建安全可控的智能体系统具有重要启发。其“代码即世界模型”的理念可能推动AI系统在复杂环境中的推理与泛化能力跃迁。

技术解析

  • VPW核心机制分两步:先用短主动探针确定定性动力学结构(如物体是否可堆叠、是否滑动),再通过最小化多步预测误差从数据中拟合具体参数,生成可读写的程序代码。
  • 生成的代码模型可直接作为模拟器滚动未来状态,也可嵌入模型预测控制框架进行在线重规划;同时支持从图像提取的场景图实时注入当前状态。
  • 实验对比显示,在标准基准上VPW比先前基于代码的世界模型高出23.5个百分点,且在无需接触力的任务中几乎达到真实物理引擎的规划成功率。
  • 对于高接触力场景(如推物),虽然单独使用诱导模型仍有性能缺口,但通过在真实引擎中快速评估少量候选计划即可显著弥补这一缺陷,体现混合架构的有效性。
  • 方法未依赖预定义物理规则或大量标注数据,而是从少量交互轨迹中自动归纳出结构化动力学表示,具备较强的适应性和工程落地潜力。

行业启示

  • 世界模型正朝着“可执行代码”方向发展,未来AI系统将更倾向于用人类可读的形式表达环境规律,便于调试、审计与安全验证。
  • 机器人开发应重视“半自动建模”工具链的建设,允许工程师在保留关键物理直觉的同时,利用数据驱动方式补充细节参数,降低仿真到现实迁移成本。
  • 在自动驾驶、工业巡检等高风险领域,采用类似VPW的思路构建透明、可追溯的动力学模型,有助于满足监管合规要求并提升公众信任度。

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

Research 科学研究 Robotics 机器人 Code Generation 代码生成