日本フィジカルAI新聞

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

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

VLA-Precision: 非対称共同ブートストラップによる視覚言語行動モデルの効率的な実世界オンライン強化学習

VLA-Precision: Asymmetric Co-Bootstrapping for Efficient Real-World Online RL of Vision-Language-Action Models

シェア:XThreadsFacebookLINEはてブBluesky

実世界のオンライン強化学習を用いて、精密な操作タスクにおける視覚言語行動モデルの性能を向上させるフレームワークを提案した。

詳しい要約

1. どんなもの?

VLA-Precisionは、実世界のオンライン強化学習(RL)を用いてVision-Language-Action (VLA)モデルを効率的に微調整するためのフレームワークである。高精度で反復的な操作タスクを対象とし、非対称共同ブートストラップ(ACoB)アルゴリズムとACoB-Streamアーキテクチャを導入する。

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

従来のVLAモデルはデモンストレーションで事前学習されるが、高精度タスクでは信頼性が低い。実世界オンラインRLの適用は、価値信号の信頼性不足によるポリシードリフトと、大規模VLAの計算オーバーヘッドによるスループットとサンプル効率の制約という2つのボトルネックがある。VLA-Precisionは、非対称な時間スケールでの共同ブートストラップと、不変状態分離とオンデマンドストリーミングを備えたアーキテクチャにより、これらの問題を同時に解決する点が新しい。

3. 技術・手法の肝は?

ACoBは、介入ガイド付き行動学習と自律経験からの学習を非対称に組み合わせる。初期は介入ガイドでポリシーを改善し、経験の質を高める。自律経験が蓄積すると、グローバルなリターン伝播とローカルな選好ランキングで価値推定を校正し、相対的な行動アドバンテージを生成して参照正則化付きポリシー改善を行う。ACoB-Streamは、閉ループの経験-ポリシーアーキテクチャで、不変状態の分離とオンデマンドストリーミングにより、大規模VLAでの計算効率を向上させる。

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

9つの高精度化学タスク(4カテゴリ、4つのロボットプラットフォーム)で評価し、平均成功率98.3%、タスクあたり45.8分を達成。エピソードは27.6秒で、VLAベースラインの1.2倍、RLベースラインの1.8倍の速度で実行された。また、スループットと計算効率で最大10.9倍の改善を報告している。

5. 議論はある?

要旨からは、提案手法の限界や潜在的な欠点についての議論は不明。ただし、高精度タスクに焦点を当てており、他の操作タスクへの一般化や、介入のコスト、価値推定の信頼性などが今後の課題となる可能性が示唆されるが、要旨には明記されていない。

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

要旨で参照されている関連研究は明示されていないが、VLAモデル、実世界RL、オフラインRLからオンラインRLへの適応、モデルベースRLなどの分野の論文が関連する。具体的には、Vision-Language-Actionモデルの基盤となるRT-2やPaLM-E、実世界RLの手法(例えば、QT-Opt)、および効率的なRLアーキテクチャに関する研究が挙げられる。

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

著者: Chenyu Su, Zhaolong Shen, Yuan Qian, Chen Qian, Rui Zhang, Feng Yan, Weixing Chen, Fei Zhang, Jiamin Wang, Shuang Cong, Weiwei Shang

分類: cs.RO, cs.AI, cs.HC, cs.LG

原文アブストラクト

Pretrained vision-language-action (VLA) models enable broad manipulation but remain unreliable in tasks demanding precision and repeatability. Applying real-world online reinforcement learning (RL) to VLA post-training enables autonomous trial-and-error improvement beyond demonstrations alone, but exposes two bottlenecks: 1) unreliable value signals can induce policy drift; 2) large-VLA overhead constrains throughput and sample efficiency. To address these challenges, we present VLA-Precision, an efficient real-world online RL framework featuring the Asymmetric Co-Bootstrapping (ACoB) algorithm and the ACoB-Stream architecture. Specifically, ACoB establishes asymmetric co-bootstrapping across timescales: early intervention-guided behavioral learning rapidly improves policy performance while enhancing online experience quality. As autonomous experience accumulates, global return propagation and local preference ranking progressively calibrate value estimates, yielding relative action advantages for reference-regularized policy improvement while suppressing drift. To enable ACoB on large VLAs, we develop ACoB-Stream, a closed-loop experience--policy architecture that establishes invariant-state decoupling and on-demand streaming as design principles, delivering up to 10.9$\times$ improvements in throughput and computational efficiency. Extensive evaluations on nine high-precision chemistry tasks across four categories and four robot embodiments show that VLA-Precision achieves 98.3\% mean success rate in 45.8 min/task, with 27.6 s episodes running at 1.2$\times$ and 1.8$\times$ the speeds of VLA and RL baselines. Resources are available at https://vla-precision.github.io.

関連論文