日本フィジカルAI新聞

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

週刊ニュースレター購読
自動運転arXiv:2608.19085

DA-WAM: 運転ワールドモデルのための意思決定整合的未来潜在表現

DA-WAM: Decision-Aligned Future Latents for Driving World Models

シェア:XThreadsFacebookLINEはてブBluesky

自動運転のためのワールドモデルにおいて、将来予測が意思決定に直接寄与するよう、予測表現学習と軌道スコアリングを統合したフレームワークDA-WAMを提案した。

詳しい要約

1. どんなもの?

DA-WAMは、自動運転のための世界モデル(world model)を意思決定に直接結びつけるフレームワークである。将来のシーン予測を単なる予測に留めず、軌道選択に役立つように、予測表現学習、行動条件付き将来モデリング、軌道スコアリングを単一の意思決定目的で統合する。オンラインエンコーダと安定したモーメンタムターゲットを用いて、プランナー最適化全体で予測監視を維持し、将来表現が運転タスクと共進化することを可能にする。

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

既存手法は将来表現学習とプランニング最適化を分離するか、予測状態を軌道候補間で共有するため、軌道選択を導くべき行動固有の結果が希薄化していた。DA-WAMは、将来表現学習とプランニングを単一の目的で統合し、軌道候補ごとに異なる将来潜在状態を生成してスコアリングすることで、行動固有の影響を明確に扱う点が新しい。

3. 技術・手法の肝は?

手法の核は、(1)オンラインエンコーダとモーメンタムターゲットによる予測監視の維持、(2)行動条件付き予測器による軌道候補ごとの将来潜在状態の生成、(3)将来潜在状態に条件付けられた因子化スコアラーによる軌道評価、(4)エキスパート軌道に対する将来表現の監視と、プランニング境界付近での安全上重要なハードネガティブによる追加監視、である。

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

NAVSIM-v1およびNAVSIM-v2データセットで広範な実験を行い、最先端の性能を達成した。さらに、アブレーション研究と診断解析により、各主要コンポーネントの有効性を検証した。

5. 議論はある?

要旨からは、提案手法の限界や潜在的な欠点についての議論は不明である。また、実世界でのロバスト性や計算コストに関する考察も要旨には含まれていない。

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

要旨で参照されている関連研究として、NAVSIMベンチマークや、世界モデルを用いた自動運転の既存手法(例:action-conditioned world models)が挙げられる。具体的には、将来表現学習とプランニングを分離した従来手法や、軌道候補間で予測状態を共有する手法に関する論文が関連する。

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

著者: Ruiguo Zhong, Benshan Ma, Xiaolong Chen, Lang Zhang, Mingyue Feng, Yaonong Wang, Pei Liu, Jun Ma

分類: cs.RO, cs.AI

原文アブストラクト

Anticipating how scenes evolve under ego actions is fundamental to safe autonomous driving, yet the full potential of world models for decision-making remains unrealized. The critical challenge lies in ensuring that future modeling is not merely predictive, but decision-informative: the predicted future must directly shape which trajectory is selected. Existing approaches decouple future representation learning from planning optimization, or share predicted states across trajectory candidates, thereby diluting the action-specific consequences that ought to guide selection. To bridge this gap, we propose DA-WAM, a framework that unifies predictive representation learning, action-conditioned future modeling, and trajectory scoring under a single decision-making objective. DA-WAM maintains predictive supervision throughout planner optimization via an online encoder and a stable momentum target, allowing future representations to co-evolve with the driving task. An action-conditioned predictor generates a distinct future latent state per trajectory candidate, which is then evaluated by a future-latent-conditioned factorized scorer. For the expert-matched trajectory, the predicted future latent is supervised by the observed future representation, while safety-critical hard negatives provide additional supervision near planning boundaries. Extensive experiments on NAVSIM-v1 and NAVSIM-v2 demonstrate state-of-the-art performance, while ablations and diagnostic analyses validate the key components.

関連論文