日本フィジカルAI新聞

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

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

MomADv2: エンドツーエンド自動運転のための信頼性の高い時間的記憶

MomADv2: Reliable Temporal Memory for End-to-End Autonomous Driving

シェア:XThreadsFacebookLINEはてブBluesky

運転コマンドの変化に応じて履歴情報を選択的に活用し、コマンドと矛盾する記憶を抑制する信頼性の高い状態空間記憶フレームワークを提案。長期的な計画の一貫性を向上させ、衝突率を低減した。

詳しい要約

1. どんなもの?

MomADv2は、長期的な計画(long-horizon planning)を必要とする自動運転のために設計された、信頼性の高い状態空間メモリフレームワークです。運転コマンドが変更された際に、過去のメモリが無効になり意思決定を誤らせる問題に対処します。Selective State-Space Planning Memory Query ModuleとFlow-Matching Trajectory Residual Refinerの2つの主要コンポーネントから構成され、時間的一貫性とコマンド整合性に基づいて履歴をフィルタリングし、軌道の微細な修正を行います。

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

先行研究では、時間的メモリを用いて計画の連続性を改善していましたが、運転コマンドが変わったときにメモリが無効になり、誤った決定を引き起こす可能性がありました。MomADv2は、コマンドと矛盾するメモリを抑制し、現在のコマンドに関連する計画モードを選択することで、この問題を解決します。また、Flow-Matching Trajectory Residual Refinerにより、局所的な軌道逸脱と誤差蓄積を軽減し、アンカーベースの計画の安定性を保ちながら微細な軌道修正を実現します。

3. 技術・手法の肝は?

手法の核心は、Selective State-Space Planning Memory Query Moduleです。これは、時間的連続性とコマンド整合性に基づいて履歴の計画クエリをフィルタリングし、現在のコマンドに関連する計画モードを選択し、選択的状態空間メカニズムを通じて計画意図の進化をモデル化します。さらに、Flow-Matching Trajectory Residual Refinerは、洗練された計画出力からエキスパート軌道への連続的な残差補正場を学習し、アンカーベースの計画の安定性を維持しながら軌道を微調整します。

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

閉ループのNAVSIMとBench2Drive、および開ループのnuScenesで広範な実験を行いました。その結果、MomADv2は長期的な計画の一貫性を改善し、6秒計画においてMomADと比較して平均衝突率を15.6%削減しました。

5. 議論はある?

要旨からは、提案手法の限界や潜在的な欠点についての議論は不明です。ただし、長期的な計画における誤差蓄積の問題に対処しているものの、複雑な交通状況や予期しないイベントに対する頑健性など、さらなる検証が必要かもしれません。

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

要旨で参照されているMomAD(MomADv2の前身)や、関連する状態空間モデル(State Space Model)を用いた研究、Flow Matchingを用いた軌道生成の研究、およびエンドツーエンド自動運転の計画に関する一般的な研究(例:UniAD、VAD)が挙げられます。

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

著者: Ziying Song, Shengkai Zhang, Lin Liu, Peiliang Wu, Lei Yang, Dongyang Xu, Bin Sun, Li Wang, Shaoqing Xu, Caiyan Jia, Yadan Luo

分類: cs.CV, cs.RO

原文アブストラクト

Long-horizon planning is critical for safe autonomous driving in complex scenarios. Existing methods improve planning continuity with temporal memory, but such memory may become invalid and mislead decisions when the driving command changes. Thus, selectively leveraging useful history while suppressing command-inconsistent memory remains a key challenge. To address this issue, we propose MomADv2, a reliable state-space memory framework for long-horizon end-to-end autonomous driving. At its core, MomADv2 introduces a Selective State-Space Planning Memory Query Module, which filters historical planning queries based on temporal continuity and command consistency, selects planning modes relevant to the current command, and models the evolution of planning intentions through a selective state-space mechanism. To further alleviate local trajectory deviations and error accumulation in long-horizon planning, we design a Flow-Matching Trajectory Residual Refiner. It learns a continuous residual correction field from the refined planning output to the expert trajectory, enabling fine-grained trajectory refinement while preserving the stability of anchor-based planning. Extensive experiments on closed-loop NAVSIM and Bench2Drive, as well as open-loop nuScenes, demonstrate that MomADv2 improves long-horizon planning consistency and reduces the average collision rate by 15.6% over MomAD under 6-second planning.

関連論文