日本フィジカルAI新聞

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

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

指示可能なエージェントのための計画と制御の分離

Decoupling Planning and Control for Instructable Agents

シェア:XThreadsFacebookLINEはてブBluesky

VLMプランナーが生成する高レベルな指示を、高速なワールドモデルコントローラが実行するシステムを提案し、複数の環境で性能を検証した。

詳しい要約

1. どんなもの?

本論文は、事前学習済みのinstruction-tuned Vision-Language Models (VLMs)が高レベルな計画生成に優れる一方、低遅延で信頼性の高い行動系列の生成が苦手であることと、World-Model Controllersが高速な観測-行動制御に優れる一方、オープンエンドなタスク指示に欠けることを組み合わせるシステム「Instruct-to-Act」を提案する。VLM Plannerが生成する疎で高遅延なテキスト指示に基づき、World-Model Controllerが高周波で自律的に行動する。コントローラを言語指示可能にするため、ポリシーロールアウトのセグメントを合成指示で再ラベルし、報酬最大化とワールドモデリングの目的に加えて行動クローニング目的を共同最適化する。

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

従来のVLMを直接行動生成に用いる手法(VLM action-generation)は低遅延な制御が難しく、Controller-onlyの手法はタスク指示に従えない。本手法は、計画と制御を分離し、VLMの計画能力とWorld-Model Controllerの高速制御を組み合わせる点が新しい。また、コントローラを言語指示可能にするための合成指示による再ラベルと行動クローニングの導入が独自性であり、異なるVLM Plannerをファインチューニングなしで交換可能な点も優れている。

3. 技術・手法の肝は?

手法の核は、VLM Plannerが生成する高レベルなテキスト指示を条件として、World-Model Controllerが高周波で行動を生成するアーキテクチャ。コントローラの訓練では、ポリシーロールアウトのセグメントを合成指示で再ラベルし、既存の報酬最大化とワールドモデリングの目的に加えて、行動クローニング目的を共同最適化する。これにより、コントローラは言語指示に従いつつ、高速な制御を維持する。

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

7つのembodied environments(うち3つはマルチエージェント環境)で評価。観測・行動空間を一致させた条件下で、Controller-onlyや直接VLM action-generationの変種と比較し、一貫して優れた性能を示した。また、強力なVision-Language-Action (VLA)ベースラインやマルチエージェントRLベースラインに対し、7タスク中6タスクで競争力のある性能を達成した。

5. 議論はある?

要旨からは、提案手法がVLM Plannerの計画能力とWorld-Model Controllerの高速制御を組み合わせる利点を示す一方、7タスク中1タスクでベースラインに劣る点が議論として挙げられる。また、合成指示の生成方法や、VLM Plannerの交換可能性の限界などについての詳細な議論は要旨からは不明。

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

要旨で参照されている関連研究として、Vision-Language-Action (VLA)モデル、マルチエージェントRL、World-Model Controllers、VLM Plannerに関する研究が挙げられる。具体的には、事前学習済みのinstruction-tuned VLMを用いた計画生成、World-Modelベースの制御、およびそれらを組み合わせたシステムの研究が次に読むべき論文と考えられる。

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

著者: Zineng Tang, Kelsey R. Allen, Sjoerd van Steenkiste, Ishita Dasgupta, Alane Suhr

分類: cs.AI, cs.CL, cs.MA, cs.RO

原文アブストラクト

Recent work shows that pre-trained, instruction-tuned vision-language models (VLMs) perform well at mapping from instructions and observations to high-level plans, but struggle to realize such plans as reliable low-latency action sequences in unfamiliar environments. At the same time, world-model controllers excel at fast observation-to-action control, but lack open-ended task guidance. In this work, we combine these strengths into a single system, Instruct-to-Act, where we train a world-model controller to act autonomously at high frequency when conditioned on sparse, higher-latency, and high-level text instructions generated by a VLM planner. To train controllers to be language-instructable, we relabel segments of controller policy rollouts with synthetic instructions and jointly optimize a behavior-cloning objective along with existing reward-maximizing and world-modeling objectives. We evaluate our proposed approach across seven embodied environments, including three multi-agent environments where VLM planners coordinate through language while trained controllers serve as their actuators. Under matched observation and action spaces, our decoupled approach consistently outperforms controller-only and direct VLM action-generation variants, preserves fast control, and lets us swap in different pretrained VLM planners without fine-tuning, while remaining competitive with strong vision-language-action and multi-agent RL baselines on six of seven tasks.

関連論文