日本フィジカルAI新聞

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

週刊ニュースレター購読
VLA/操作arXiv:2608.19490

自己実演生成制御によるVLAのファインチューニング:多タスク操作のための手法

Fine-Tuning VLAs with Self-Demonstrated Generative Control for Multi-Task Manipulation

シェア:XThreadsFacebookLINEはてブBluesky

新しいロボットにVLAモデルを展開する際の性能低下を防ぐため、ゼロショットVLAから生成したオンラインインタラクションロールアウトを追加学習データとして用いる自己教師ありファインチューニング手法を提案。

詳しい要約

1. どんなもの?

本論文は、新しいロボットにVLAモデルを展開する際の性能低下と、ファインチューニングによる元の指示追従能力の喪失という問題に対し、自己教師ありでオンラインインタラクションのロールアウトを生成し、追加のトレーニングデータとして用いるファインチューニング手法を提案している。

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

従来のファインチューニングは、新しいロボットの専門家データのみを用いるため、元の指示追従や行動の事前分布を失う。提案手法は、ゼロショットVLAから生成したデータを追加することで、元のタスクを保持しつつ、新しいスキルを効率的に学習できる点が優れている。

3. 技術・手法の肝は?

手法の肝は、ゼロショットVLAを用いてオンラインでインタラクションロールアウトを自己生成し、それを専門家データと合わせてファインチューニングに使用すること。これにより、元のタスクの知識を蒸留しつつ、新しいロボットの特性に適応する。

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

実機のALOHAロボットとRoboTwinの新しいシミュレーションベンチマークで、マルチタスクポリシーの汎化性能を評価した。結果、元のタスクの継承、指示追従、新しいスキルの学習効率の向上を確認した。

5. 議論はある?

要旨からは、提案手法の限界や潜在的な欠点についての議論は不明。ただし、自己生成データの品質や多様性が結果に影響する可能性が考えられるが、詳細は要旨にない。

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

要旨で参照されている先行研究として、π_0.5モデルやRoboTwinベンチマークが挙げられる。また、関連するVLAモデルのファインチューニング手法や自己教師あり学習の研究を読むことが推奨される。

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

著者: Prachi Garg, Steve Xing, Prahit Yaugand, Saurabh Gupta, Derek Hoiem

分類: cs.RO, cs.CV, cs.LG

原文アブストラクト

State-of-the-art vision-language-action (VLA) models such as $π_{0.5}$ exhibit strong semantic understanding, instruction following and task behavior. However, when deployed on new robots, even minor mismatches in hardware configuration relative to pretraining can cause severe performance drops. Finetuning the VLA on in-domain expert data from the new embodiment improves performance on the expert task but leads to a loss in its original instruction following and behavioral priors. In this paper, we propose a self-supervised method that generates online interaction rollouts from the zero-shot VLA as additional training data for finetuning. Our experiments show this finetuning scheme yields strong multi-task policies that, on the target robot, (1) inherit prior tasks distilled from the zero-shot model, (2) enable generalist instruction following, while (3) learning new skills from expert data with improved sample efficiency. We demonstrate the success of our approach across test sets probing generalization on a real ALOHA robot and a new simulation benchmark in RoboTwin. Video results are available at https://self-supervised-control.pages.dev/

関連論文