日本フィジカルAI新聞

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

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

Mind-VLA: 指示を考慮した空間表現アライメントによる視覚言語行動モデル

Mind-VLA: Instruction-Aware Spatial Representation Alignment for Vision-Language-Action Models

シェア:XThreadsFacebookLINEはてブBluesky

言語指示で指定された対象物体の3D情報に基づいてVLAモデルの表現を整列させる手法を提案し、細かい操作や遮蔽タスクでの性能を大幅に向上させた。

詳しい要約

1. どんなもの?

Mind-VLAは、Vision-Language-Action (VLA)モデルのための命令認識型空間表現アライメント手法を提案する。従来のVLA手法は3Dシーン幾何学に表現をアライメントするが、言語命令で指定された特定のターゲットオブジェクトの3D幾何学を無視する命令非依存型である。Mind-VLAは、言語命令からターゲットオブジェクトを特定し、そのターゲットオブジェクトのtri-viewを準備してVAEとVGGT特徴を抽出し、VLAモデルの潜在表現をこれらの特徴にアライメントすることで、命令認識型の3D理解を実現する。

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

先行研究のVLA手法はシーン全体を均一にアライメントするため、ターゲットオブジェクトの正確な3D理解が必要な細かい操作やターゲット遮蔽タスクで失敗する。Mind-VLAは、命令に基づいてターゲットオブジェクトに焦点を当てたアライメントを行う点で優れており、これにより遮蔽や細かい操作での性能が大幅に向上する。

3. 技術・手法の肝は?

Mind-VLAの手法の肝は、言語命令からターゲットオブジェクトを特定し、そのオブジェクトのtri-view(3視点画像)を生成してVAEとVGGT特徴を抽出し、VLAモデルの潜在表現をこれらの特徴にアライメントすることである。これにより、シーン全体ではなくターゲットオブジェクトの3D幾何学に焦点を当てた命令認識型の表現学習が可能になる。

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

Mind-VLAは、LIBEROベンチマークで93.9%、CALVINで4.47のスコアを達成し、345Mパラメータのコンパクトなバックボーンを使用している。また、ターゲット遮蔽を含む実ロボットタスクで平均成功率54%を達成し、最良の命令非依存型手法と比較して32パーセントポイント上回った。

5. 議論はある?

要旨からは、Mind-VLAの限界や潜在的な問題についての議論は不明である。ただし、命令認識型アライメントがターゲットオブジェクトの正確な3D理解に依存するため、ターゲットオブジェクトの検出やtri-view生成の精度が性能に影響する可能性が考えられるが、要旨には明記されていない。

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

要旨で参照されている関連手法として、Vision-Language-Action (VLA)モデル、3Dシーン幾何学への表現アライメント手法、VAE、VGGTが挙げられる。次に読むべき論文としては、これらの基盤技術に関する論文が適切である。

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

著者: Xingyu Ding, Yuzhong Zhao, Yang Wu, Chaoyang Zhao, Chunhai Zhao, Yifan Zhang, Jian Cheng

分類: cs.RO

原文アブストラクト

Recent Vision-Language-Action (VLA) methods improve generalization by aligning their representations with 3D scene geometry. However, these methods are fundamentally instruction-agnostic: the representations align the entire scene uniformly, neglecting the 3D geometry of the specific target object designated by the language instruction. This causes failures on fine-grained manipulation and target occlusion tasks, where success depends on accurate 3D understanding of the target object rather than the entire scene. To address this, we present Mind-VLA, an instruction-aware spatial representation alignment method for VLA models. Specifically, Mind-VLA first obtains the target object specified by the language instruction, then prepares its target-object tri-view and extracts the corresponding VAE and VGGT features. Finally, the latent representation of the VLA model is aligned with these features to enable instruction-aware 3D understanding. Mind-VLA reaches 93.9% on LIBERO and 4.47 on CALVIN with a compact 345M-parameter backbone. On real-robot tasks with target occlusion, Mind-VLA reaches 54% average success, outperforming the best-performing instruction-agnostic method in real-robot comparison by 32 percentage points. Code will be publicly available.