日本フィジカルAI新聞

世界のフィジカルAIを、日本語で。

週刊ニュースレター購読
VLAarXiv:2608.29896v1

EMERGE-Policy: ロボットの心は単一ポリシーを超えて出現する

EMERGE-Policy: A Robot Mind Emerges Beyond a Single Policy

シェア:XThreadsFacebookLINEはてブBluesky

複数の専門エージェントが協調して知覚・推論・検証・記憶を行うグラフ構造のエージェントフレームワークを提案し、追加のファインチューニングなしでベンチマークと実ロボット実験で高い性能を達成した。

詳しい要約

1. どんなもの?

EMERGE-Policyは、ロボットの効果的な「心」を単一のポリシーに置くのではなく、知覚・推論・予測・行動・検証・記憶といった専門化されたコンポーネントが共有オーケストレーション内で相互作用することで創発させる、グラフ構造のエージェント型フレームワークである。Main Agentがアクティブなコンテキストウィンドウでタスクレベルの状態を保持し、役割特化型のSub Agentsが知覚、実行監視、検証、記憶統合を分離されたコンテキストで処理し、構造化されたタスク関連の証拠を返す。役割特化コンテキストは情報負荷を制御し、機能的なSkillインターフェースが異種バックエンドをOperational, Imagination, Evaluation Skillsとして構成する。基準に基づく検証、テキストによる障害診断、Branch Stackリカバリによる局所修正、トークン認識型外部メモリによるタスク状態保持を特徴とする。追加のファインチューニングなしで、複数の公開ベンチマークで優れた性能を達成し、実ロボット実験も実施した。

2. 先行研究と比べてどこがすごい?

従来のロボットポリシーは単一のポリシーに依存し、複雑なタスクや障害への適応が限定的だった。EMERGE-Policyは、複数のエージェントが役割を分担し、並行して協調することで、システム全体としてのポリシーを創発させる点が新しい。また、モデルをスキルとしてフレームワーク内で呼び出す技術パラダイムにより、追加のファインチューニングなしで汎用性を高め、単一ポリシーを超えた堅牢なロボットポリシーを実現する。

3. 技術・手法の肝は?

手法の核は、グラフ構造のエージェント型フレームワークで、Main Agentと役割特化Sub Agentsの間で能力呼び出しと情報交換を調整すること。役割特化コンテキストが情報負荷を制御し、Main Agentには意思決定に必要な証拠のみを公開する。Skillインターフェースは異種バックエンドをOperational, Imagination, Evaluation Skillsとして統合する。基準に基づく検証、テキストによる障害診断、Branch Stackリカバリによる局所修正、トークン認識型外部メモリによるタスク状態保持が閉ループ相互作用を実現する。

4. どうやって有効だと検証した?

追加のファインチューニングなしで、複数の公開ベンチマークで優れた性能を達成し、一連の実ロボット実験も実施した。具体的なベンチマーク名や実験内容は要旨からは不明。

5. 議論はある?

要旨からは、システムレベルの結果が単一ポリシーを超えた堅牢なロボットポリシーを拡張できることを示唆しているが、限界や議論については明記されていない。

6. 次に読むべき論文は?

要旨で参照されている研究や関連手法は明示されていないが、同分野の定番として、ロボット学習における階層的強化学習やマルチエージェント強化学習、大規模言語モデルを活用したロボット制御に関する論文が考えられる。

※ AIが要旨から生成した要約です。正確性は原文をご確認ください。

著者: Zhirui Fang, Qingchi Yu, Ziyang Chen, Longfei Li, Haoran Ma, Keru Zhou, Xinrun Xu, Samith Va, Yuxuan Hu, Peixuan Song, Qiang Du, Bin Qian, Yongkang Deng, Xin Li, Yezhen Wang, Zhe Li, Hao Luo, Shuyan Li, Ziwei Wang, Weijian Deng, Xiu Li

分類: cs.RO

原文アブストラクト

A robot's effective ``mind'' need not reside in a single policy. It can emerge when specialized components perceive, reason, predict, act, verify, and remember within a shared orchestration process. EMERGE-Policy turns this perspective into a graph-structured agentic framework that coordinates both capability invocation and information exchange. A Main Agent retains task-level state within an active context window, while role-specific Sub Agents process perception, execution monitoring, verification, and memory consolidation in isolated contexts and return structured, task-relevant evidence. Role-specific contexts control information load by exposing only decision-relevant evidence to the Main Agent, while the functional Skill interface composes heterogeneous backends as Operational, Imagination, and Evaluation Skills. Criterion-grounded verification, textual failure diagnosis, and Branch Stack recovery provide localized correction, with token-aware external memory preserving task-relevant state. Together, their closed-loop interaction realizes the system-level policy captured by the name EMERGE-Policy. Without additional fine-tuning, we achieved outstanding performance on several public benchmark that have had a wide-reaching impact, and conducted a series of real robot experiments. These system-level results suggest that through the division of different functional sub-tasks among multiple agents and their concurrent collaboration, as well as the technical paradigm where the model is regarded as a skill and called within the framework, EMERGE-Policy can extend the robust robot policies beyond isolated runs.

関連論文