日本フィジカルAI新聞

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

週刊ニュースレター購読
VLA/強化学習arXiv:2608.19891v1

EXIMO: VLMによるVLAポリシー探索のガイド

EXIMO: VLM Guided Exploration of VLA Policies

シェア:XThreadsFacebookLINEはてブBluesky

VLAポリシーの効率的なファインチューニング手法EXIMOを提案。VLMをプランナーとして使い、長期的なタスクを分解してデータ収集し、模倣学習とオフポリシーRLで最適化する。

詳しい要約

1. どんなもの?

EXIMOは、VLAポリシーを新しいタスクに効率的にファインチューニングするためのアルゴリズム。3段階(explore, imitate, optimize)で構成され、VLMをプランナーとして活用し、長期的なタスクを短いサブタスクに分解してデータ収集を行い、模倣学習と残差オフポリシーRLで最適化する。

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

従来のVLAファインチューニングは、大規模なテレオペレーションデータセットへの行動クローニングに依存しており、新しいタスクには数百時間の人手が必要だった。また、RLはサンプル効率が悪く、VLAのサイズとアーキテクチャ上の課題があった。EXIMOは、VLMによるプランニングでデータ収集を効率化し、模倣学習とRLを組み合わせることで、サンプル効率と最終性能を大幅に向上させた。

3. 技術・手法の肝は?

手法の肝は3段階のパイプライン。1) explore: VLMが長期的なタスクを分解し、VLAと協調して新しいタスクのオーケストレーションされたデータセットを収集。2) imitate: 収集したデータでVLAをファインチューニング。3) optimize: 残差オフポリシーRLでさらにポリシーを最適化。

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

実験では、EXIMOの3段階それぞれをアブレーションし、既存手法と比較してサンプル効率と最終性能の両方で大幅に優れていることを示した。具体的なタスクやデータセットは要旨からは不明。

5. 議論はある?

要旨からは、EXIMOの限界や議論点は不明。ただし、VLMのプランニング能力に依存するため、VLMが誤って分解すると性能が低下する可能性や、残差RLの適用範囲などが考えられるが、要旨には記載がない。

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

要旨で参照されている研究は明示されていないが、関連手法としてVLAモデル(例: RT-2, OpenVLA)や、VLMをプランナーとして使う研究(例: SayCan, PaLM-E)、オフポリシーRL(例: IQL, CQL)などが考えられる。

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

著者: Bhavya Sukhija, Oliver Groth, Mohit Shridhar, Tim Hertweck, Michael Bloesch, Markus Wulfmeier, Abbas Abdolmaleki, Martin Riedmiller

分類: cs.AI

原文アブストラクト

How to efficiently finetune robot policies to learn new tasks on the fly? State of the art robotic manipulation policies are based on behaviour cloning of large vision-language-action (VLA) models with billions of parameters on huge teleoperation datasets. While this simple approach has enabled significant advances for robotic manipulation, finetuning of VLA policies for learning new tasks still remains an open problem. In particular, collecting teleoperation datasets requires hundreds of hours of expensive human labour and the alternative, reinforcement learning (RL), can be notoriously sample-inefficient especially for long-horizon tasks. In addition, RL with VLAs imposes several challenges due to the model's size and architectural design. In this work, we propose EXIMO, an efficient algorithm for finetuning of VLA policies. EXIMO operates in three stages: explore, imitate, and optimize. During the explore phase, EXIMO equips the VLA with a vision language model (VLM) that acts as a planner. The VLM thinks and breaks down challenging long-horizon problems into shorter ones for the VLA. The VLM, together with the VLA, is used to collect an orchestrated dataset on new tasks. During the imitate phase, the VLA is finetuned with the orchestrated data. Finally, during the optimize stage, we use residual off-policy RL to further finetune the policy. In our experiments, we ablate all three stages of EXIMO and show that it outperforms existing approaches significantly in terms of sample-efficiency and final performance.

関連論文