菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-02-23
📄 Abstract - MeanFuser: Fast One-Step Multi-Modal Trajectory Generation and Adaptive Reconstruction via MeanFlow for End-to-End Autonomous Driving

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 this https URL.

顶级标签: robotics multi-modal model training
详细标签: autonomous driving trajectory generation generative models flow matching end-to-end planning 或 搜索:

MeanFuser:基于MeanFlow的快速一步多模态轨迹生成与自适应重建用于端到端自动驾驶 / MeanFuser: Fast One-Step Multi-Modal Trajectory Generation and Adaptive Reconstruction via MeanFlow for End-to-End Autonomous Driving


1️⃣ 一句话总结

这篇论文提出了一个名为MeanFuser的端到端自动驾驶新方法,它通过使用连续的高斯混合噪声替代离散的轨迹锚点、引入平均流模型加速推理,并配备一个自适应重建模块,从而在保证高性能的同时,大幅提升了轨迹规划的鲁棒性和运行效率。

源自 arXiv: 2602.20060