日本フィジカルAI新聞

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

週刊ニュースレター購読
自動運転/ワールドモデルarXiv:2609.24626

関係性に基づく潜在ワールドモデルによる自動運転

Relationally Grounded Latent World Models for Autonomous Driving

シェア:XThreadsFacebookLINEはてブBluesky

交通シーングラフを意味的教師信号として使い、視覚的潜在表現を訓練時に整合させることで、推論時には追加計算なしに軌道予測誤差と衝突率を改善した。

詳しい要約

1. どんなもの?

自動運転向けの latent world model において、traffic scene graph を privileged semantic supervision として用い、visual latent representation を関係構造と整合させる手法。推論時には supervision branch を除去し、scene graph や 3D annotation を必要とせず、test-time computation も増やさない。

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

- 従来の latent world model は予測表現を学習するが、保持する relational semantics が暗黙的だった。 - 本研究は traffic scene graph を明示的な意味監督として使う点が新しい。 - 再学習した LAW baseline に対し、nuScenes で平均 trajectory L2 error を 0.661 から 0.622(5.9% 減)、collision rate を 0.456 から 0.217(52.4% 減)に改善。 - unstructured caption-style semantic target よりも優れ、明示的な関係構造の利点を支持。

3. 技術・手法の肝は?

- LAW を基盤とする。 - nuScenes の 3D annotations から actor-centric scene graphs を構築。 - その serialized relational structure を frozen text embedding model でエンコード。 - 訓練中に visual latent representations をこの semantic target に align。 - 推論時は supervision branch を除去し、scene graph や 3D annotation を不要にし、test-time computation を増やさない。

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

- nuScenes で評価。 - 再学習した LAW baseline と比較し、平均 trajectory L2 error が 0.661 から 0.622(5.9% 減)、collision rate が 0.456 から 0.217(52.4% 減)。 - unstructured caption-style semantic target との比較も行い、それを上回ることを確認。

5. 議論はある?

- 明示的な relational structure が latent world-model representation learning に有益であることを支持。 - ただし、要旨からは scene graph 構築の詳細、frozen text embedding model の種類、align 損失の設計、他のデータセットへの汎化、計算コストの詳細などは不明。

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

- LAW(本研究の基盤) - nuScenes(データセット) - caption-style semantic target を用いる関連研究 - scene graph を活用した自動運転の表現学習研究

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

著者: Fabian Schmidt, Markus Enzweiler, Abhinav Valada

分類: cs.CV, cs.RO

原文アブストラクト

Latent world models learn predictive representations for autonomous driving, but the relational semantics these states preserve often remain implicit. We investigate whether traffic scene graphs can serve as privileged semantic supervision for latent world representations. Building on LAW, we construct actor-centric scene graphs from nuScenes 3D annotations, encode their serialized relational structure using a frozen text embedding model, and align the visual latent representations with this semantic target during training. We remove the supervision branch at inference, so it requires neither scene graphs nor 3D annotations and adds no test-time computation. On nuScenes, our method reduces average trajectory L2 error from 0.661 to 0.622 (5.9%) and collision rate from 0.456 to 0.217 (52.4%) relative to our retrained LAW baseline. It also outperforms an unstructured caption-style semantic target, supporting the benefit of explicit relational structure for latent world-model representation learning.

関連論文

PR本紙発行元 EmplifAI