日本フィジカルAI新聞

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

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

ChainVLA: 統一実行状態による長期的操作のためのビジョン・言語・行動クエリの連鎖

ChainVLA: Chaining Vision-Language-Action Queries through a Unified Execution State for Long-Horizon Manipulation

シェア:XThreadsFacebookLINEはてブBluesky

長期的な操作タスクにおいて、過去の行動の結果と現在の動作を連鎖させる新しいVLAポリシーを提案。進行状況コンテキストとモーションテールを統合し、高い成功率を達成。

詳しい要約

1. どんなもの?

ChainVLAは、長期的な操作タスクを対象とした1.2BパラメータのVision-Language-Action (VLA)ポリシーである。従来のaction-chunked VLAポリシーが各クエリで現在の入力から再計画するのに対し、ChainVLAは、関節的で修正可能な実行状態(joint and revisable execution state)を通じて連続するクエリを連鎖させる。具体的には、Progress Context(再帰的なWorking Stateとスパースなイベントメモリを組み合わせ、観察から得られたタスク進捗を保持)とMotion Tail(前回の予測の未実行の継続部分を状態構築とアクション生成に供給)の2つのコンポーネントを導入し、デコーダが最新の観察下で各アクションホライズンを再生成する際に、保持された状態が次の予測を導く。

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

既存手法は、長期のタスク証拠をメモリで保持するか、短期の動作をアクション再利用やアンサンブルで保持するかのいずれかであり、クエリ間の引き継ぎが不完全である。ChainVLAは、Progress ContextとMotion Tailを組み合わせることで、観察由来のタスク進捗と前回予測の未実行動作の両方を単一の実行状態に統合し、クロスクエリのハンドオフを改善する点が新しい。また、非対称なアブレーション結果から、動作連続性がタスク進捗推論の基盤となる観察ストリームの保存に寄与することを示している。

3. 技術・手法の肝は?

手法の核心は、2つのコンポーネントから構成される実行状態の設計にある。Progress Contextは、再帰的なWorking Stateとスパースなイベントメモリを用いて、観察から得られたタスク進捗を保持する。Motion Tailは、前回の予測の未実行の継続部分を状態構築とアクション生成に供給する。これらがデコーダを条件付け、最新の観察下で各アクションホライズンを再生成する。保持された状態は次の予測を導くが、固定はされず、修正可能である。

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

RMBenchで平均成功率62.8%、4つのLIBEROスイートで平均成功率98.8%を達成した。また、Motion TailまたはProgress Contextを除去したアブレーションでは、RMBench成功率がそれぞれ11.2%と3.0%に低下し、各コンポーネントの重要性が示された。

5. 議論はある?

アブレーション結果の非対称性(Motion Tail除去で11.2%、Progress Context除去で3.0%)は、動作連続性がタスク進捗推論の基盤となる観察ストリームの保存に寄与することを示唆している。しかし、具体的なメカニズムや一般化の限界については要旨からは不明である。

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

要旨で参照されているRMBenchやLIBEROベンチマーク、および関連するVLAポリシーやaction-chunking手法に関する論文が挙げられる。具体的には、Vision-Language-Actionモデル、Action Chunking with Transformers (ACT)、およびロボット操作における長期計画のためのメモリ機構に関する研究が関連する。

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

著者: Yuzhi Huang, Weijue Bu, Ziyi Xiong, Jie Wu, Fanding Huang, Jingyan Jiang, Zhi Wang

分類: cs.RO

原文アブストラクト

Humans perform long-horizon manipulation by retaining knowledge of what earlier actions have established while continuously adapting the motion underway. By contrast, action-chunked vision-language-action (VLA) policies repeatedly replan from the current input at each query. Existing methods preserve either long-term task evidence through memory or short-term motion through action reuse and ensembling, leaving the cross-query handoff incomplete. We introduce ChainVLA, a 1.2B-parameter VLA policy that chains successive queries through a joint and revisable execution state. Progress Context combines a recurrent Working State with sparse event memory to carry observation-derived task progress, while Motion Tail feeds the preceding prediction's unexecuted continuation into state construction and action generation. Together, the two components condition a decoder that regenerates each action horizon under the latest observation, allowing the carried state to guide the next prediction without fixing it. ChainVLA reaches 62.8% average success on RMBench and 98.8% across four LIBERO suites, while removing Motion Tail or Progress Context reduces RMBench success to 11.2% and 3.0%, respectively. These asymmetric ablations are consistent with motion continuity helping preserve the observation stream from which task progress is inferred.