日本フィジカルAI新聞

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

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

推論コストなしの推論:ロボットVLAポリシーのための潜在意味的足場

Reasoning Without Inference Cost: Latent Semantic Scaffolding for Robot VLA Policies

シェア:XThreadsFacebookLINEはてブBluesky

ロボットのVLAモデルに、推論時のコストを増やさずに物理的推論の能力を持たせるため、訓練中にアクショントークンの表現をテキストの推論根拠に合わせる補助損失を導入し、推論時にはそのヘッドを捨てる手法を提案した。

詳しい要約

1. どんなもの?

本論文は、ロボットのVision-Language-Action (VLA)モデルに対して、推論コストを増やさずに物理的推論能力を獲得させる手法「Latent Semantic Scaffolding (LSS)」を提案している。LSSは、人間のデモンストレーションによる事前学習中に補助損失を導入し、VLAのアクショントークン表現を物理的推論の根拠(rationale)のテキスト埋め込みに整列させる。推論時には、そのための小さなprojection headを除去するため、ベースポリシーは変更されず、追加コストはゼロとなる。

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

従来のVLAモデルは模倣学習で訓練され、行動自体は学習するがその理由は学習しない。因果推論を追加すると操作性能は向上するが、推論トークンの生成や将来状態の予測ロールアウトを毎ステップ行うため、長いタスクではコストが累積する。LSSは、この推論の利点を訓練中に獲得し、デプロイ時には破棄することで、推論コストをゼロにしながら性能向上を実現する点が新しい。

3. 技術・手法の肝は?

手法の肝は、整列の粒度にある。具体的には、各アクショントークンを、それが属する操作フェーズ(manipulation phase)のrationaleに対応するテキスト埋め込みに整列させる「Dense LSS」を提案している。これに対し、エピソード全体をプールした単一の埋め込みに整列させる「Pooled LSS」は、訓練タスクへの過特化を招く。Dense LSSは、小さなprojection headを介してアクショントークン表現をテキスト埋め込みに近づける補助損失を追加し、訓練後はheadを除去する。

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

有効性は、分布内タスクの成功率と、整列時に見られなかったタスクへの転移性能で検証している。Dense LSSは分布内成功率と転移性能の両方で最高を達成し、Pooled LSSは訓練タスクに過特化することが示された。さらに、表現プローブを用いて、Dense LSSがバックボーン内のフェーズごとの分離可能性を約2倍に高めることを確認し、フェーズ局所的な整列が主要なメカニズムであることを示した。

5. 議論はある?

要旨からは、Pooled LSSの過特化やDense LSSの優位性の理由についての議論はあるが、具体的な限界や将来課題は不明。また、LSSが適用可能なタスクの範囲や、テキストrationaleの生成方法、実ロボットでの検証などは要旨に含まれていないため、不明である。

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

要旨で参照されている先行研究は明示されていないが、関連する手法として、VLAモデル(Vision-Language-Action models)、因果推論を追加する手法(causal reasoning)、推論トークン生成や将来状態予測を用いる手法が挙げられる。次に読むべき論文は、これらの基盤となるVLAモデルや、推論コストを削減する手法に関する研究が考えられる。

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

著者: Andrew Ting Yan Li, Zhuo Li, Zhelin Yang, Zhipeng Dong, Quentin Rouxel, Fei Chen

分類: cs.RO

原文アブストラクト

Vision-language-action (VLA) models are trained by imitation and capture what action to take but not why; adding causal reasoning improves manipulation, but current methods pay for it at inference time - generating reasoning tokens or rolling out predicted future states at every step, a cost that compounds over long horizons. We ask whether this benefit can instead be captured during training and discarded before deployment. We introduce Latent Semantic Scaffolding (LSS), an auxiliary loss applied during human-demonstration pretraining that aligns a VLA's action-token representations to text embeddings of physical-reasoning rationales through a small projection head. The head is dropped at inference, leaving the unmodified base policy with zero added cost. Our central finding concerns alignment granularity: aligning each action token to the rationale of its own manipulation phase (Dense LSS) rather than to a single pooled episode-level embedding (Pooled LSS) yields representations that transfer markedly better to held-out tasks. Dense LSS attains both the best in-distribution success and the best transfer to tasks unseen during alignment, whereas pooled alignment over-specializes to the training task. A representational probe shows Dense LSS induces roughly twice the per-phase separability in the backbone, supporting that phase-local alignment is the operative mechanism.

関連論文