日本フィジカルAI新聞

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

週刊ニュースレター購読
自動運転/拡散モデル/軌道計画/シナリオ生成arXiv:2609.04921

一つの拡散モデルで二つの役割:閉ループシミュレーションにおける軌道計画と安全臨界シナリオ生成の誘導

One Diffusion Model, Two Roles: Guided Trajectory Planning and Safety-Critical Scenario Generation in Closed-Loop Simulation

シェア:XThreadsFacebookLINEはてブBluesky

事前学習済みの拡散交通モデルを、自動運転の開発ループにおいて、自己車両の軌道計画器と、計画器をストレステストするための安全臨界シナリオ生成器の両方として活用する手法を提案した。

詳しい要約

1. どんなもの?

本論文は、単一の事前学習済み拡散トラフィックモデルが、自動運転開発ループにおいて2つの相補的な役割を果たせることを示す。すなわち、ego motion plannerとしての役割と、プランナーをストレステストするための安全臨界シナリオの制御可能な生成器としての役割である。プランニング側では、シーンコンテキストを後期クロスアテンションではなくジョイントアテンションで融合するSingle-Stream Dual-Stream (SSDS) diffusion-transformer decoderを導入し、nuPlanでのクローズドループ性能を向上させる。さらに、クリーンサンプルレベルで任意のエネルギー関数を注入する訓練不要のガイダンス手法であるDecoupled Annealing Posterior Sampling with Energy (DAPSE)を提案し、一次近似誤差を回避し、補助ネットワークを不要にする。プランニングを超えて、同じ拡散モデルを制御可能なシナリオ生成器として利用し、クローズドループ評価のための現実的なロングテール運転インタラクションを生成する。推論時ガイダンス…

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

先行研究では、拡散モデルは主にトラフィック予測やシナリオ生成のいずれかに使用され、プランニングとシナリオ生成を単一モデルで統合する試みは限られていた。また、既存のガイダンス手法は、スコアベースの近似や補助ネットワークを必要とし、誤差や計算コストが生じる。本論文は、単一の事前学習済み拡散モデルをプランニングとシナリオ生成の両方に活用する点で新規性がある。さらに、SSDSデコーダは、従来のクロスアテンション方式よりもシーンコンテキストを効果的に融合し、DAPSEは訓練不要で高品質なガイダンスを実現する。また、生成されたシナリオでプランナーのロバスト性を評価し、ベンチマーク性能とロバスト性の乖離を明らかにする点も新しい。

3. 技術・手法の肝は?

技術の肝は、まずSSDSデコーダである。これは、シーンコンテキストをジョイントアテンションで融合するdiffusion-transformerデコーダで、エージェント間の相互作用をより効果的にモデル化する。次に、DAPSEは、拡散モデルの逆過程において、クリーンサンプルレベルでエネルギー関数を注入する訓練不要のガイダンス手法である。これにより、一次近似誤差を回避し、補助ネットワークを必要としない。さらに、同じ拡散モデルをシナリオ生成に使用する際、推論時ガイダンスにより選択エージェントの行動を制御し、安全臨界なインタラクションを生成する。

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

有効性は、クローズドループnuPlanシミュレーションで検証された。プランニング性能は、標準ベンチマークで評価され、SSDSベースのプランナーが強い名目性能を示す。シナリオ生成は、独立したブラックボックスプランナーを用いて、生成されたシナリオが標準ベンチマークでは隠された失敗モードを露呈することを示す。さらに、SSDSプランナーは挑戦的なシナリオでより大きな性能低下を示し、ロバスト性の課題を明らかにした。

5. 議論はある?

議論として、ベンチマークでの優位性が必ずしもロバスト性に結びつかないことが示され、プランナー評価における安全臨界シナリオの重要性が強調される。また、単一モデルがプランニングとシナリオ生成の両方に使用できることは、モデルの汎用性を示すが、生成されたシナリオの現実性や多様性の限界、ガイダンスの調整に関する課題が残る可能性がある。要旨からは、これらの詳細な議論は不明である。

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

要旨で参照されている研究は、拡散確率モデル、nuPlan、クローズドループシミュレーション、安全臨界シナリオ生成などである。次に読むべき論文としては、拡散モデルによる軌道予測の基礎研究(例: Diffuser, Motion Diffusion)、nuPlanベンチマークの詳細、安全臨界シナリオ生成の関連研究(例: STRIVE, AdvSim)が挙げられる。

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

著者: Arka Pal, Rajesh Kumar, Hannes Eriksson, Rémi Lacombe, Arvid Laveno Ling, Ankit Gupta, Maciej Wozniak

分類: cs.CV, cs.AI, cs.LG, cs.RO

原文アブストラクト

Diffusion probabilistic models can capture the multi-modal, interaction-rich distribution of joint future trajectories in driving scenes. We show that a single pretrained diffusion traffic model can serve two complementary roles in the autonomous driving development loop: as an ego motion planner, and as a controllable generator of safety-critical scenarios for stress-testing the planners. On the planning side, we introduce a Single-Stream Dual-Stream (SSDS) diffusion-transformer decoder that fuses scene context via joint attention rather than late cross-attention, improving closed-loop performance on nuPlan. We further propose Decoupled Annealing Posterior Sampling with Energy (DAPSE), a training-free guidance scheme that injects arbitrary energy functions at the clean-sample level, avoiding the first-order approximation errors while requiring no auxiliary networks. Beyond planning, we leverage the same diffusion model as a controllable scenario generator to create realistic long-tail driving interactions for closed-loop evaluation. Through inference-time guidance, selected agents are steered toward safety-critical behaviors, including aggressive cut-ins, lead-vehicle braking, and combined longitudinal-lateral interactions, while preserving realistic traffic behaviors. Evaluated in closed-loop nuPlan simulations with independent black-box planners, the generated scenarios expose failure modes that remain hidden under standard benchmarks. Although the SSDS-based planner achieves stronger nominal performance, it experiences larger degradation under these challenging scenarios, demonstrating that benchmark superiority does not necessarily translate to robustness. These results demonstrate that a single learned traffic prior can simultaneously improve motion planning and provide a realistic framework for systematic planner robustness evaluation.