日本フィジカルAI新聞

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

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

V-Link: アクションDiTにおける失われた視覚表現の回復による視覚-言語-行動モデルの強化

V-Link: Recovering Lost Visual Representations in Action DiT for Vision-Language-Action Models

シェア:XThreadsFacebookLINEはてブBluesky

VLAモデルのアクション専門家が視覚特徴を十分に活用できない問題を解決するため、VLM内に空間・意味クエリを学習し、非対称経路でAction DiTに注入するV-Linkを提案。ベンチマークで成功率を大幅に向上させた。

詳しい要約

1. どんなもの?

V-Linkは、Vision-Language-Action (VLA)モデルにおけるAction DiT(Diffusion Transformer)の視覚表現の喪失問題を解決する手法。VLAモデルは視覚・言語・連続行動制御を統合するが、Action expertがVLM特徴の3D幾何・2D意味情報に十分アクセスできないという限界を指摘し、VLからAへの特徴転送時に視覚表現を明示的に回復する。具体的には、VLM内に相補的なSpatial QueryとSemantic Queryを学習し、非対称な経路でAction DiTに注入する。Semantic Queryは元のVLM画像トークンを補完し、Spatial Queryは空間的に接地した行動生成のための幾何条件付けを提供する。

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

先行研究のVLAモデル(例:GR00T N1.6)は、VLM特徴を直接Action DiTに転送するが、アクションエキスパートが3D幾何・2D意味情報を十分に利用できないというアクセシビリティギャップがある。V-Linkはこのギャップを明示的に埋める点で新規。既存手法が視覚表現の喪失を暗黙に扱うのに対し、V-Linkはクエリベースの明示的な回復機構を導入し、空間・意味の両面から視覚情報を補完する。

3. 技術・手法の肝は?

手法の核は、VLM内に学習可能なSpatial QueryとSemantic Queryを導入し、Action DiTに非対称な経路で注入すること。Semantic QueryはVLMの画像トークンを補完する追加の意味表現、Spatial Queryは行動生成のための幾何学的条件付けを提供する。これにより、Action DiTはVLMの豊かな視覚特徴にアクセスでき、細かい操作タスクの知覚的接地が強化される。

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

検証は、シミュレーション環境LIBERO、LIBERO-Plus、RoboTwin 2.0と実機AGIBOT A3 Ultraで実施。ベースモデルGR00T N1.6と比較し、平均成功率がLIBEROで+1.9%、LIBERO-Plusで+31.2%、RoboTwin 2.0で+18.8%向上。実機のヒューマノイドタスク2種では+20%と+24%の改善を達成。

5. 議論はある?

要旨からは、V-Linkの有効性は示されたが、計算コストや追加パラメータの増加、他のVLAアーキテクチャへの一般化、実機での多様なタスクへの適用可能性などは議論されていない。また、Spatial QueryとSemantic Queryの設計の詳細や、非対称経路の理論的根拠も要旨からは不明。

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

要旨で参照されているベースモデルはGR00T N1.6であり、関連手法としてVLAモデル一般(例:RT-2、OpenVLA)やAction DiT、VLMの視覚表現を活用する手法が挙げられる。次に読むべきは、GR00T N1.6の論文、またはVLAモデルのサーベイ論文。

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

著者: Yehao Lu, Jiarui Yang, Yuning Su, Yufeng Xie, Yu Zhong, Yazhou Zhang, Haiyu Lan, Kaixiang Lu, Peiwen Lin, Chuang Wang, Zequn Qin, Enyu Li, Xi Li

分類: cs.CV

原文アブストラクト

Vision-language-action (VLA) models provide a scalable path toward generalist robotic manipulation by integrating visual perception, language understanding, and continuous action control. However, we reveal a critical limitation of VLA architectures: the action expert has limited access to the 3D geometric and 2D semantic information available in VLM features. This accessibility gap weakens perceptual grounding and limits performance on fine-grained robotic manipulation. To address this issue, we propose V-Link, which explicitly recovers visual representations during the vision-language (VL) to action (A) feature transfer. Specifically, V-Link learns complementary Spatial and Semantic Query representations within the VLM and injects them into Action DiT through asymmetric pathways. Semantic Queries complement the original VLM image tokens, whereas Spatial Queries provide dedicated geometric conditioning for spatially grounded action generation. Across LIBERO, LIBERO-Plus, and RoboTwin 2.0, our V-Link improves the average success rate over base model GR00T N1.6 by +1.9%, +31.2%, and +18.8%, respectively. On the AGIBOT A3 Ultra, V-Link further achieves gains of +20% and +24% on two real-world humanoid tasks.

関連論文