日本フィジカルAI新聞

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

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

DREAM: 実世界からシミュレーションへの変換による展開時デモ生成でスケーラブルなポリシー適応を実現

DREAM: Deployment-Time Demonstration Generation via Real-to-Sim for Scalable Policy Adaptation

シェア:XThreadsFacebookLINEはてブBluesky

新しい作業環境でVLAモデルを微調整するためのデモデータを、人間の遠隔操作なしに自動生成するフレームワークDREAMを提案。実環境を再構築し、言語指示からタスク目標を自動翻訳して軌道を計画し、シミュレーションでデータを増強してVLAを微調整する。

詳しい要約

1. どんなもの?

DREAMは、事前学習済みのVision-Language-Action (VLA)モデルを新しい作業空間に適応させるための、デモンストレーション生成フレームワーク。作業空間のキャプチャと言語指示から、タスク固有の人間によるデモを必要とせずに、VLAのファインチューニング用データを自動生成する。

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

従来のVLAの適応は、新しい環境での行動ラベル付きデータを必要とし、人間による遠隔操作で収集するのはコストが高い。DREAMは、Real-to-Sim転送と自動データ生成により、タスク固有の人間デモを不要にし、スケーラブルなデータ収集を実現する点が優れている。

3. 技術・手法の肝は?

DREAMは、作業空間を再構築し、大規模言語モデル(LLM)を用いて言語指示をシンボリックなタスク目標と成功基準に自動変換する。次に、タスク・モーション計画(TAMP)を用いて実行可能なロボット軌道を生成し、ランダム化された物体配置で軌道を拡張し、生成された成功基準で検証し、VLAファインチューニング用の画像-行動ペアにレンダリングする。

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

実ロボットによる言語条件付き操作タスクの実験で、DREAMが生成したデータでファインチューニングしたVLAの成功率を、直接デプロイした場合と比較し、さらにデータ収集コストを人間の遠隔操作と比較して評価した。

5. 議論はある?

要旨からは、DREAMの有効性は特定のタスクや環境に依存する可能性や、生成データの品質がVLAの性能に与える影響についての詳細な議論は不明。また、Real-to-Simのギャップや、複雑なタスクへの拡張性に関する限界も要旨からは不明。

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

要旨で参照されている関連研究として、VLAモデル、Real-to-Sim転送、タスク・モーション計画(TAMP)、大規模言語モデル(LLM)を用いたロボット計画に関する論文が挙げられる。具体的には、VLAモデルの基盤となるVision-Language-Actionモデル、Real-to-Sim転送の手法、TAMPの定番手法、LLMを用いたタスク計画の研究などが関連する。

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

著者: Makoto Sato, Tatsuya Matsushima, Yutaka Matsuo, Yusuke Iwasawa

分類: cs.RO

原文アブストラクト

Vision-language-action (VLA) models have made strong progress in language-conditioned robot manipulation, but improving their performance in a new workspace still often requires action-labeled data from that environment. Collecting such data by human teleoperation is costly, especially when each workspace, object arrangement, or task may require new demonstrations. We present DREAM, a framework that generates fine-tuning data for a pretrained VLA from a captured workspace and a language instruction, without requiring a task-specific human demonstration. DREAM reconstructs the workspace, automatically translates the instruction into symbolic task goals and success criteria using a large language model, and uses task-and-motion planning to generate feasible robot trajectories. The planned trajectories are augmented across randomized object configurations, verified by the generated success criteria, and rendered into image-action examples for VLA fine-tuning. Through real-robot experiments on language-conditioned manipulation tasks, we study whether DREAM can serve as a scalable data-collection system for the deployment workspace by examining whether fine-tuning on its automatically generated data improves success over direct deployment and how its data-collection cost compares with human teleoperation when adapting a VLA to a new workspace.

関連論文