日本フィジカルAI新聞

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

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

継続か再計画か?適応的実行期間のためのベルヌーイ継続方策学習

Continue or Replan? Bernoulli-Continuation Policy Learning for Adaptive Horizon Execution

シェア:XThreadsFacebookLINEはてブBluesky

固定長のアクションチャンクを実行するVLAモデルにおいて、再計画のタイミングをタスク進捗に応じて適応的に決める軽量フレームワークBCPを提案し、成功率を向上させた。

詳しい要約

1. どんなもの?

既存のchunk-based Vision-Language-Action (VLA)モデルは、固定数のアクション(実行ホライズン)を実行してから再計画するため、再計画がタスクの進捗と無関係な周期的スケジュールになっている。この問題に対し、提案するBernoulli-Continuation Policy (BCP)は、ベースのVLAを凍結したまま、軽量でプラグアンドプレイな適応的実行ホライズンフレームワークを提供する。固定長のアクションチャンクが与えられると、continuation headが実行ホライズン選択を「続行か再計画か」の一連の決定に分解し、候補ホライズンに対して順序的で接頭辞共有の帰納的バイアスを課す。最適なホライズンは観測不可能なため、このヘッドを軌跡レベルの結果からの強化学習で訓練し、タスク成功とVLA使用効率を同時に報酬とするReplanning-Efficiency Rewardを導入する。

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

従来のchunk-based VLAモデルは固定ホライズンで周期的に再計画するため、重要な操作段階の前に再計画境界がないと、古いチャンクで実行されてしまう。BCPは、タスクの進捗に応じて再計画のタイミングを適応的に決定することで、この問題を解決する。また、ホライズン選択を独立したクラス分類ではなく、順序的で接頭辞共有の構造を持つ逐次決定問題として扱う点が新しい。さらに、最適ホライズンが観測不可能な問題に対して、軌跡レベルの報酬を用いた強化学習を導入し、タスク成功と効率を同時に最適化する点も先行研究と異なる。

3. 技術・手法の肝は?

BCPは、ベースのVLAモデルにcontinuation headを追加する。このヘッドは、各タイムステップで「続行」か「再計画」かをベルヌーイ分布から決定する。これにより、候補ホライズンは順序的で接頭辞共有の構造を持つ。訓練は強化学習(RL)で行われ、報酬はReplanning-Efficiency Rewardで、タスク成功とVLA使用効率(再計画回数のペナルティ)を組み合わせる。これにより、不必要に短いホライズンへの崩壊を防ぐ。ベースのVLAは凍結され、continuation headのみが訓練される。

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

RoboTwin 2.0でLingBot-VLAをベースポリシーとして評価し、13の低成功率タスクで平均成功率+11.08%、全50タスクで89.88%から93.94%(+4.06%)に改善。Clean設定でのみ訓練したが、Randomized設定でも平均成功率+4.06%の汎化を示した。また、異なるベースポリシーπ0.5に転移し、LIBEROで+1.7%、より難しいLIBERO-PROで+6.8%の改善。実ロボットでは2つの操作タスクで成功率が74%から92%、44%から84%に向上。オーバーヘッドは無視できる程度で、成功率が高いため、固定ホライズンのベースラインよりも総実行時間が短い。

5. 議論はある?

要旨からは、BCPの汎化性や限界についての議論は不明。ただし、Clean設定でのみ訓練したがRandomized設定に汎化したことから、設定間の転移可能性が示唆される。また、異なるベースポリシーへの転移も確認されており、プラグアンドプレイ性が示されている。しかし、より複雑なタスクや多様な環境での性能、continuation headの訓練の安定性などについては要旨からは不明。

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

要旨で参照されている関連研究として、chunk-based VLAモデル(例:LingBot-VLA)、LIBEROベンチマーク、RoboTwin 2.0、および強化学習を用いた適応的ホライズン制御の手法が挙げられる。具体的には、VLAモデルの固定ホライズン実行を扱った論文や、強化学習による再計画決定の研究を読むとよい。

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

著者: Weichen Xu, Zhenhua Liu, Lin Luo, Yaobo Liang, Chengtang Yao, Qingyu Mei, Jian Cao, Xixin Cao, Xing Zhang, Jiaolong Yang, Baining Guo

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

原文アブストラクト

Existing chunk-based Vision-Language-Action (VLA) models execute a fixed number of actions (i.e., execution horizon) before replanning, turning replanning into a task-agnostic periodic schedule that is independent of task progress. As a result, when no replanning boundary falls before a critical manipulation stage, it is executed from a stale chunk rather than a freshly replanned one. To address this limitation, we propose Bernoulli-Continuation Policy (BCP), a lightweight, plug-and-play framework for adaptive horizon execution that keeps the base VLA frozen. Given a fixed-length action chunk, its continuation head decomposes execution-horizon selection into a sequence of continue-or-replan decisions, which imposes an ordinal, prefix-sharing inductive bias over candidate horizons rather than treating them as independent classes. Since the optimal horizon for each chunk is not observable, we train this head with reinforcement learning from trajectory-level outcomes and introduce a Replanning-Efficiency Reward that jointly rewards task success and efficient VLA usage, discouraging the policy from collapsing to unnecessarily short horizons. On RoboTwin 2.0 with LingBot-VLA as the base policy, BCP improves the average success rate by +11.08% on 13 low-success tasks and from 89.88% to 93.94% (+4.06%) across all 50 tasks. Although trained only under the Clean setting, BCP generalizes to the Randomized setting, raising the average success rate by +4.06%. It also transfers to a different base policy $π_{0.5}$, achieving a better result on LIBERO (+1.7%) and, notably, on the harder LIBERO-PRO (+6.8%). On a real robot, BCP lifts success from 74% to 92% and from 44% to 84% on two manipulation tasks. Meanwhile, its negligible overhead, combined with higher success, makes BCP's overall runtime even lower than the fixed-horizon baselines.