日本フィジカルAI新聞

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

週刊ニュースレター購読
自動運転ベンチマークarXiv:2608.31029v1

記憶による運転:NAVSIMスコアの再評価

Driving on Memory

シェア:XThreadsFacebookLINEはてブBluesky

エンドツーエンド自動運転モデルがカメラ入力の代わりに過去の記憶を用いてもNAVSIMで高いスコアを達成できることを示し、ベンチマークの評価指標に警鐘を鳴らす論文。

詳しい要約

1. どんなもの?

本論文は、エンドツーエンド自動運転モデルの評価ベンチマーク(NAVSIM、Bench2Drive、RealEngine)におけるスコアが、実際に現在の交通シーンを認識・反応しているかどうかを検証するために、カメラ入力を過去の走行記憶(同一地点のメモリ)に置き換える手法(MemoryDrivoR)を提案している。

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

従来のベンチマークは人間軌道との偏差を測定していたが、NAVSIMやBench2Driveはシミュレーションに基づく安全・法令遵守の指標を導入した。しかし、これらのスコアが動的シーンへの反応にどの程度依存するかは不明だった。本研究は、メモリ置換により動的情報を除去し、スコアへの寄与を定量化する点が新しい。

3. 技術・手法の肝は?

モデルのカメラ入力を、同一地点の過去走行から取得したメモリ(画像や特徴量)に置き換える。メモリは道路レイアウトや位置条件付き規則性などの静的情報を提供するが、現在の交通状態は含まない。これにより、動的シーンへの反応なしでどれだけスコアが得られるかを評価する。

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

NAVSIM、Bench2Drive、RealEngineの各ベンチマークで、メモリ駆動モデルと最先端のエンドツーエンド手法を比較した。NAVSIMではメモリ駆動が最先端手法と同等以上を達成し、Bench2DriveとRealEngineでは大幅な性能低下が見られた。

5. 議論はある?

NAVSIMのスコアが高いことは、現在の交通シーンへの反応を必ずしも意味せず、ベンチマークの評価指標に注意が必要であることを示唆する。また、ベンチマーク依存性があり、NAVSIMは静的情報で高いスコアが得られるが、他のベンチマークでは動的シーンへの反応が重要であることが示された。

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

要旨で参照されているNAVSIM、Bench2Drive、RealEngineの各ベンチマーク論文、およびエンドツーエンド自動運転モデルの関連研究(例:TransFuser、LBC)を読むことが推奨される。

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

著者: Christian Löwens, Thorben Funke, Alexandru Paul Condurache

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

原文アブストラクト

End-to-end autonomous driving models plan future trajectories from raw sensor input. While earlier driving benchmarks often measured deviation from the human trajectory, current benchmarks such as NAVSIM and Bench2Drive evaluate models with richer simulation-based metrics intended to capture safe and compliant driving. A high benchmark score should reflect that a model can understand the scene in front of it and act accordingly. But how much of that score specifically comes from reacting to the dynamic part of that scene? To probe this, we remove a model's camera input and replace it with memories from prior drives at the same location. The retrieved memories can provide persistent scene information, including road layout and location-conditioned regularities, but not the current traffic state. Surprisingly, memory is nearly sufficient on NAVSIM, reaching or even exceeding the performance of leading end-to-end methods without actually observing the evaluated scene. Our results suggest that a high NAVSIM score does not require a planner to react to the current traffic scene and should be treated with caution. This effect is benchmark-dependent: driving from memory causes substantially larger performance drops on Bench2Drive and RealEngine. We provide our code at https://github.com/boschresearch/MemoryDrivoR .