日本フィジカルAI新聞

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

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

PAVE: 世界行動ポリシーのための予測的アライメントと価値誘導進化

PAVE: Predictive Alignment and Value-Guided Evolution for World-Action Policies

シェア:XThreadsFacebookLINEはてブBluesky

視覚言語行動ポリシーに、複数時間スケールの遷移予測と価値ベースの条件付けを導入し、軌道の質を考慮した学習を可能にする手法を提案した。

詳しい要約

1. どんなもの?

PAVEは、直接的なvision-language-action policyを改善するためのフレームワークである。標準的なbehavior cloningの限界を補うため、outcome-agnosticな予測学習とoutcome-awareなポリシー改善を組み合わせる。具体的には、JEPA objectiveに加えて、エピソードの残り時間に対する25%, 50%, 75%, 100%のマルチホライズン遷移アライメントを導入し、累積デプロイメント軌道から分布価値クリティックを学習し、N-step advantageをテキスト条件に変換してflow-matching actorを訓練する。オンライン実行時には予測器とクリティックを除去し、直接的なアクション生成を維持する。

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

従来のbehavior cloningは、シーンの時間発展を明示的に表現せず、不均一な品質の軌道を区別せずに利用する。PAVEは、マルチホライズン予測により表現が物理的変化とタスク進捗を捉えることを強制し、advantageに基づく条件付けにより良い行動を選択的に学習する点で優れている。また、オンライン実行パスを直接的なアクション生成に保つことで、推論時の追加計算を回避している。

3. 技術・手法の肝は?

手法の核心は、訓練時のみに適用される2つの補助的損失と、それらを統合するアーキテクチャにある。まず、固定オフセットのJEPA objectiveに加え、残りエピソードの25%, 50%, 75%, 100%での遷移アライメントを予測する。これにより、表現が局所的な物理変化と長期的なタスク進捗を保持する。次に、累積軌道から独立した分布価値クリティックを学習し、アクションチャンクに整列したN-step advantageを計算し、それを正・負・ヌルのテキスト条件に変換してflow-matching actorを訓練する。これにより、有効な軌道から物理的変化を学びつつ、比較的良い行動に対応する条件でのみデプロイする。

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

3つのシミュレーションベンチマークで評価し、PAVEが全体的に最強のパフォーマンスを達成したと報告している。具体的な数値や比較対象は要旨からは不明だが、直接的なアクターのオンライン実行パスを維持しながら、既存手法を上回る結果を得たとしている。

5. 議論はある?

要旨からは、マルチホライズン予測の効果や、テキスト条件の設計の影響、実ロボットへの適用可能性などについての議論は不明。また、advantage計算のためのクリティックの学習が軌道の品質に依存する可能性や、予測タスクがアクション生成に与える影響の詳細も要旨からは不明。

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

要旨で参照されている関連研究として、JEPA (Joint Embedding Predictive Architecture) やflow-matching actor、behavior cloning、distributional value critic、N-step advantageに関する論文が挙げられる。具体的には、JEPAを提案したLeCunらの研究や、flow matchingを用いた生成モデルの研究、advantage-based policy optimizationの研究などが関連する。

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

著者: Botong Zhao, Fang Yu, Tim, Senhua Zhu, Xinyuan Chen, Yue Lu

分類: cs.RO, cs.AI

原文アブストラクト

Direct vision-language-action policies generate continuous robot actions efficiently, but standard behavior cloning leaves two complementary gaps: their representations are not explicitly required to describe how the scene evolves over multiple time scales, and deployment trajectories of unequal quality are often reused without separating useful dynamics from undesirable behavior. We introduce \method, a direct world-action policy that combines outcome-agnostic predictive learning with outcome-aware policy improvement. \method first retains a local fixed-offset JEPA objective and adds trajectory-relative multi-horizon transition alignment at 25%, 50%, 75%, and 100% of the remaining episode. These training-only targets require the current policy representation to preserve both local physical changes and longer-range task progress, without supplying explicit future tokens to the action head. \method then trains an independent distributional value critic on cumulative deployment trajectories, computes action-chunk-aligned $N$-step advantages, and converts them into positive, negative, or null text conditions for a flow-matching actor. Thus, every valid trajectory can teach what physically happened, while the actor is deployed only under the condition associated with relatively better actions. The multi-horizon predictor and critic are removed from online execution, preserving direct action generation from the current observation, language instruction, and proprioception. \redclaim{Across the three simulation benchmarks, \method achieves the strongest overall performance while preserving the direct actor's online execution path.}

関連論文