日本フィジカルAI新聞

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

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

SynthDemo-RL:LLM誘導合成デモでVLA適応のゼロ報酬障壁を突破

SynthDemo-RL: Breaking the Zero-Reward Barrier in VLA Adaptation with LLM-Guided Synthetic Demonstrations

シェア:XThreadsFacebookLINEはてブBluesky

LLM教師が合成デモを生成し、VLA学生をSFTで蒸留後PPOで微調整することで、人間のデモなしにスパース報酬タスクの成功率を大幅に改善する手法を提案。

詳しい要約

1. どんなもの?

VLAモデルの適応におけるzero-reward問題を解決するSynthDemo-RLを提案する研究。 - teacher-studentフレームワークを採用 - 自動teacherがsimulatorのprivileged stateを成功軌道に変換 - VLA studentをSFTで蒸留 - PPOとbinary task-success rewardでstudentを洗練 - reward coverageを評価指標として導入

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

人間のteleoperation demonstrationsやsparse binary rewardのRLと比較して優位性を示す。 - 従来のRLは成功軌道が稀なためexplorationが困難 - LIBERO-PROでpi_0.5 policyは57タスク中27が0%成功 - 直接PPOは27中10のみ救済、17は0%のまま - SynthDemo-RLは人間の新規demonstrationsなしで全27を救済 - 平均成功率97.8%(Position)、97.1%(Task)を達成

3. 技術・手法の肝は?

teacher-student構成と合成軌道生成が肝。 - 自動teacherがsimulator-privileged stateから成功manipulation軌道を生成 - その軌道でVLA studentをsupervised fine-tuning(SFT)により蒸留 - その後PPOとbinary task-success rewardでstudentをrefine - タスクごとに50の合成軌道を使用 - 新たな人間demonstrationsは不要

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

LIBERO-PRO、標準LIBERO、RoboTwin 2.0で検証。 - LIBERO-PROのPosition/Task軸で平均成功率97.8%/97.1% - 標準LIBEROで96.0%を達成(人間demonstrationsなし) - pi_0.5を50人間demonstrations/タスクで訓練した結果と1.7ポイント差 - RoboTwin 2.0でもパイプラインを検証 - MuJoCo twinで訓練したpolicyの軌道が実機でopen-loop実行されることを確認

5. 議論はある?

reward coverageを平均成功率の補完指標として検討。 - 固定評価プロトコル下で少なくとも1回成功が観測されたタスクの割合 - zero-reward barrierの克服を定量的に議論 - 直接PPOとの比較で合成demonstrationsの有効性を示す - 実機への転移可能性をopen-loopで確認 - 詳細な限界や失敗事例は要旨からは不明

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

要旨で参照・比較されている研究や関連手法を挙げる。 - pi_0.5(VLAモデル) - PPO(強化学習手法) - LIBERO-PRO(ベンチマーク) - 標準LIBERO - RoboTwin 2.0 - MuJoCo twin - 同分野の定番としてVLAモデルのfine-tuningやteleoperation demonstrationsに関する研究

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

著者: Hiroaki Kingetsu, Hiroaki Kurihara, Kaoru Yokoo, Kenji Fukumizu, Manohar Kaul

分類: cs.RO, cs.AI

原文アブストラクト

Fine-tuning Vision-Language-Action (VLA) models commonly relies on human teleoperation demonstrations, while reinforcement learning (RL) with sparse binary rewards faces an exploration challenge when successful trajectories are rarely sampled. We propose SynthDemo-RL, a teacher-student framework in which an automated teacher converts simulator-privileged state into successful manipulation trajectories, a VLA student is distilled from them by supervised fine-tuning (SFT), and PPO with binary task-success rewards refines the student. We study reward coverage, the fraction of tasks for which at least one success is observed under the fixed evaluation protocol, as a complement to the average success rate. On LIBERO-PRO, a public benchmark of perturbed LIBERO tasks for which no demonstrations exist, 27 of 57 scored tasks are at exactly 0% success for a pi_0.5 policy fine-tuned on the original LIBERO tasks. Direct PPO from this policy, under the same PPO recipe and the same RL compute as SynthDemo-RL's refinement stage, rescues 10 of these 27 tasks and leaves 17 at 0%. SynthDemo-RL, with 50 synthesized trajectories per task and no new human demonstrations, rescues all 27 and reaches average success rates of 97.8% and 97.1% on the Position and Task axes of LIBERO-PRO, respectively. On standard LIBERO, the same pipeline reaches 96.0% with no human demonstrations, within 1.7 points of pi_0.5 trained on 50 human demonstrations per task. We further validate the pipeline on RoboTwin 2.0 and verify that trajectories from a policy trained in a MuJoCo twin execute open-loop on a physical robot.

関連論文

PR本紙発行元 EmplifAI