日本フィジカルAI新聞

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

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

時間的強制:視覚・言語・行動モデルのための4D表現アライメント

Temporal Forcing: 4D Representation Alignment for Vision-Language-Action Models

シェア:XThreadsFacebookLINEはてブBluesky

VLAモデルに履歴パスを導入し、4D基盤モデルの幾何特徴と整列させることで、時間情報を活用した操作性能を向上させた。

詳しい要約

1. どんなもの?

Temporal Forcingは、Vision-Language-Action (VLA)モデルのための4D表現アライメント手法。観察履歴を要約するhistory pathwayを導入し、事前学習済み4D foundation modelから抽出した幾何特徴と潜在表現を整列させることで、時間的変化を捉えた動的環境理解を実現する。

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

従来のVLA手法は3Dシーン幾何との表現アライメントで操作性能を向上させるが、現在の状態のみを捉えるため、長期的な操作や視覚的に類似した状態間の観察エイリアシングに課題があった。Temporal Forcingは4D表現を導入し、時間的進化を考慮することでこれらの問題を解決する点が新しい。

3. 技術・手法の肝は?

手法の核心は、1) バニラVLAモデルにhistory pathwayを追加し、観察履歴を時間的に認識した潜在表現に要約させること、2) その潜在表現を、時間的に一貫した幾何表現を捉える事前学習済み4D foundation modelの特徴と整列させること。これにより、動的環境の深い理解を可能にする。

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

LIBEROベンチマークで98.8%の成功率を達成し、ベースモデルを2.2ポイント上回った。また、物理的な隠し配置タスクでは、全タスク成功率を20.0%から43.3%に向上させた。

5. 議論はある?

要旨からは、提案手法の限界や他のタスクへの汎用性、計算コスト、4D foundation modelの選択依存性などについての議論は不明。また、実世界タスクでの評価は単一タスクのみであり、より多様な環境での検証が必要と考えられる。

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

要旨で参照されている先行研究は明示されていないが、関連する分野として、3D表現アライメントを用いたVLA手法(例: 3D-VLA)や、4D表現学習の基礎となる4D foundation modelに関する論文が挙げられる。具体的には、時間的ダイナミクスを扱う4Dシーン理解の研究が関連する。

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

著者: Xingyu Ding, Yuzhong Zhao, Chunhai Zhao, Yinghuan Shi, Chaoyang Zhao, Yifan Zhang

分類: cs.RO

原文アブストラクト

Recent vision-language-action (VLA) methods improve manipulation performance by aligning their representations with 3D scene geometry. However, these methods often struggle with long-horizon manipulation and observation aliasing between visually similar states due to a lack of temporal information: the 3D scene geometry captures only the current state, rather than how it has evolved over time. To resolve this, we present Temporal Forcing, a 4D representation alignment method for VLA models. Specifically, we first introduce a history pathway that enables a vanilla VLA model to summarize observation history into temporally aware latent representations. Then, the latent representations are aligned with the geometric features extracted by a pretrained 4D foundation model, which captures the evolving 3D world through temporally consistent geometric representations, enabling a deeper understanding of dynamic environments. Temporal Forcing reaches 98.8% on LIBERO, outperforming its base model by 2.2 points. On a physical hidden-placement task, it raises full-task success from 20.0% to 43.3%. Code will be publicly available.

関連論文