日本フィジカルAI新聞

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

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

DeicticVLA: 言語と指示ジェスチャに基づく指示モードを単一のVLAで統合する

DeicticVLA: Unifying Instruction Modes Based on Language and Deictic Gestures in a Single VLA

シェア:XThreadsFacebookLINEはてブBluesky

言語指示、視覚言語指示、視覚指示の3つの指示モードをテキストプロンプトと指示マスクに正規化し、単一の事前学習済みVLAで扱えるようにした。シミュレーションと実世界タスクで、未見の表現や物体に対する汎化性能を評価し、視覚指示が言語指示より優れていることを示した。

詳しい要約

1. どんなもの?

DeicticVLAは、ロボット操作タスクの指示方法として、言語指示(LI)、視覚言語指示(VLI)、視覚指示(VI)の3つのモードを単一のVision-Language-Action model (VLA)で統一的に扱うフレームワークを提案する。各指示をテキストプロンプトとdeictic mask(指示的マスク)に正規化し、テキストプロンプト補完とdeictic gesture groundingを用いて、事前学習済みVLAが3つのモードすべてを処理できるようにする。

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

従来のVLAは自然言語による指示に依存しており、同カテゴリや類似外観の物体間で目標や配置先を区別するには詳細な表現が必要で、VLAがそれを確実に使用できない問題があった。DeicticVLAは、言語指示とジェスチャー(指差し)を組み合わせることで、この問題を解決し、単一のモデルで複数の指示モードを扱える点が新しい。

3. 技術・手法の肝は?

手法の核は、LI、VLI、VIをテキストプロンプトとdeictic maskに正規化すること。テキストプロンプト補完とdeictic gesture groundingにより、指示モードを統一表現に変換する。また、2つのRGB visual prompting法、2つのseparate-channel mask prompting法、3つの訓練戦略を比較し、2段階訓練がdeictic maskの未見レイアウトでの使用を改善することを示す。

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

シミュレーションで、共有バックボーン、デモ、訓練ステップを揃えた上で、4つのプロンプティング法と3つの訓練戦略を比較。2段階訓練では、4つのプロンプティング法が分布内成功で高い性能を示すが、未見レイアウトでのdeictic mask使用に差が出る。実世界の3タスクで、単一ポリシーが全モードをサポートし、VLIとVIが未見表現、外観変化、新規物体でLIを上回る。未見カテゴリではVLIとVIが100%成功、LIは16.7%だった。

5. 議論はある?

要旨からは、2段階訓練がdeictic maskの使用を改善する一方、第2段階のLIデータを保持することでVLIとVI性能を低下させずに忘却を防ぐことが示された。しかし、プロンプティング法間の性能差の原因や、実世界でのスケーラビリティ、他のVLAアーキテクチャへの適用性などは要旨からは不明。

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

要旨で参照されている研究は明示されていないが、関連手法としてVision-Language-Action models (VLAs)、visual prompting、deictic gesture groundingが挙げられる。次に読むべき論文としては、VLAの基盤となるRT-2やPaLM-E、visual promptingの手法、deictic gestureの研究などが考えられる。

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

著者: Kango Yanagida, Tatsuya Aoki, Yuichiro Yoshikawa, Takato Horii

分類: cs.RO, cs.CV

原文アブストラクト

Vision-Language-Action models (VLAs) allow users to specify manipulation tasks in natural language, but distinguishing a target or placement goal among objects of the same category or similar appearance requires detailed expressions that VLAs may not use reliably. We propose DeicticVLA, which canonicalizes Language Instruction (LI), Vision-Language Instruction (VLI), and Visual Instruction (VI) into a text prompt and deictic masks through text-prompt completion and deictic gesture grounding, enabling a single pretrained VLA to handle all three instruction modes. With a shared backbone, demonstrations, and matched training steps, we compare two RGB visual prompting methods, two separate-channel mask prompting methods, and three training strategies in simulation. Under two-stage training, the four prompting methods achieve high in-distribution success but differ in their ability to use deictic masks in unseen layouts. Across methods, training-strategy ablations show that two-stage training improves such use, while retaining second-stage LI data mitigates forgetting without reducing VLI and VI performance. In three real-world tasks, one policy supports all modes. VLI and VI outperform LI under unseen expressions, appearance changes, and novel objects. For unseen categories, both achieve 100% success, compared with 16.7% for jointly trained LI. These results demonstrate the unified three-mode interface and guide DeicticVLA design.

関連論文