MeanFuser: Fast One-Step Multi-Modal Trajectory Generation and Adaptive Reconstruction via MeanFlow for End-to-End Autonomous Driving

arXiv cs.RO / 3/27/2026

💬 OpinionSignals & Early TrendsIdeas & Deep AnalysisModels & Research

Key Points

  • 提案手法MeanFuserは、エンドツーエンド自動運転の軌道生成における効率と頑健性の両立を目指し、3つの設計(GMN・MeanFlow Identity・ARM)で課題を解決する。
  • 従来のアンカー語彙に依存していた離散的な表現の限界を、Gaussian Mixture Noise(GMN)による連続表現に置き換えることで緩和し、語彙サイズと性能のトレードオフを回避する。
  • MeanFlow Identityにより、軌道の分布間で「平均速度場」を学習して流れマッチングを行い、ODEソルバ由来の数値誤差を抑えつつ推論を大幅に高速化する。
  • 軽量なAdaptive Reconstruction Module(ARM)を導入し、生成された複数提案から適切なものを注意重みで暗黙に選ぶか、不適切な場合は新規軌道を再構成できる仕組みを与える。
  • NAVSIMのクローズドループベンチマークで、PDM Scoreの教師なしでも高性能を示し、さらに推論効率も高いことを報告している。

Abstract

Generative models have shown great potential in trajectory planning. Recent studies demonstrate that anchor-guided generative models are effective in modeling the uncertainty of driving behaviors and improving overall performance. However, these methods rely on discrete anchor vocabularies that must sufficiently cover the trajectory distribution during testing to ensure robustness, inducing an inherent trade-off between vocabulary size and model performance. To overcome this limitation, we propose MeanFuser, an end-to-end autonomous driving method that enhances both efficiency and robustness through three key designs. (1) We introduce Gaussian Mixture Noise (GMN) to guide generative sampling, enabling a continuous representation of the trajectory space and eliminating the dependency on discrete anchor vocabularies. (2) We adapt ``MeanFlow Identity" to end-to-end planning, which models the mean velocity field between GMN and trajectory distribution instead of the instantaneous velocity field used in vanilla flow matching methods, effectively eliminating numerical errors from ODE solvers and significantly accelerating inference. (3) We design a lightweight Adaptive Reconstruction Module (ARM) that enables the model to implicitly select from all sampled proposals or reconstruct a new trajectory when none is satisfactory via attention weights.Experiments on the NAVSIM closed-loop benchmark demonstrate that MeanFuser achieves outstanding performance without the supervision of the PDM Score and exceptional inference efficiency, offering a robust and efficient solution for end-to-end autonomous driving. Our code and model are available at https://github.com/wjl2244/MeanFuser.