paper-with-me

Papers

Using Diffusion Ensembles to Estimate Uncertainty for End-to-End Autonomous Driving

2025-05-31 · Florian Wintel, Sigmund H. Høeg, Gabriel Kiss, Frank Lindseth

End-to-end planning systems for autonomous driving are improving rapidly, especially in closed-loop simulation environments like CARLA. Many such driving systems either do not consider uncertainty as part of the plan itself, or obtain it by using specialized representations that do not generalize. In this paper, we propose EnDfuser, an end-to-end driving system that uses a diffusion model as the trajectory planner. EnDfuser effectively leverages complex perception information like fused camera and LiDAR features, through combining attention pooling and trajectory planning into a single diffusion transformer module. Instead of committing to a single plan, EnDfuser produces a distribution of candidate trajectories (128 for our case) from a single perception frame through ensemble diffusion. By observing the full set of candidate trajectories, EnDfuser provides interpretability for uncertain, multi-modal future trajectory spaces, where there are multiple plausible options. EnDfuser achieves a competitive driving score of 70.1 on the Longest6 benchmark in CARLA with minimal concessions on inference speed. Our findings suggest that ensemble diffusion, used as a drop-in replacement for traditional point-estimate trajectory planning modules, can help improve the safety of driving decisions by modeling the uncertainty of the posterior trajectory distribution.

📄 PDF Abstract BibTeX arXiv:2506.00560

Code (0)

등록된 구현이 없습니다.

Tasks

Autonomous DrivingCARLA longest6Trajectory Planning

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음
Entropy Regularization 설명 없음
PPO Proximal Policy Optimization, or PPO, is a policy gradient method for reinforcement learning. The motivation was to have an algorithm with the data efficiency and reliable…
Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…
CARLA CARLA is an open-source simulator for autonomous driving research. CARLA has been developed from the ground up to support development, training, and validation of autonomous urban…
SET Dynamic Sparse Training method where weight mask is updated randomly periodically
Attention Pooling 설명 없음

Similar Papers 제목 키워드 기반

You can have your ensemble and run it too -- Deep Ensembles Spread Over Time

2023-09-20 · Isak Meding, Alexander Bodin, Adam Tonderski, Joakim Johnander 외

Ensembles of independently trained deep neural networks yield uncertainty estimates that rival Bayesian networks in performance. They also offer sizable improvements in terms of predictive performance over single models.…

Autonomous DrivingOut-of-Distribution Detection

MapDiffusion: Generative Diffusion for Vectorized Online HD Map Construction and Uncertainty Estimation in Autonomous Driving

2025-07-29 · Thomas Monninger, Zihan Zhang, Zhipeng Mo, Md Zafar Anwar 외 arxiv

Autonomous driving requires an understanding of the static environment from sensor data. Learned Bird's-Eye View (BEV) encoders are commonly used to fuse multiple inputs, and a vector decoder predicts a vectorized map re…

Online Vectorized HD Map ConstructionAutonomous VehiclesAutonomous Driving

GroupEnsemble: Efficient Uncertainty Estimation for DETR-based Object Detection

2026-03-02 · Yutong Yang, Katarina Popović, Julian Wiederer, Markus Braun 외 arxiv

Detection Transformer (DETR) and its variants show strong performance on object detection, a key task for autonomous systems. However, a critical limitation of these models is that their confidence scores only reflect se…

Autonomous DrivingObject Detection

Mimir: Hierarchical Goal-Driven Diffusion with Uncertainty Propagation for End-to-End Autonomous Driving

2025-12-08 · Zebin Xing, Yupeng Zheng, Qichao Zhang, Zhixing Ding 외 arxiv

End-to-end autonomous driving has emerged as a pivotal direction in the field of autonomous systems. Recent works have demonstrated impressive performance by incorporating high-level guidance signals to steer low-level t…

Autonomous Driving

OCCUQ: Exploring Efficient Uncertainty Quantification for 3D Occupancy Prediction

2025-03-13 · Severin Heidrich, Till Beemelmanns, Alexey Nekrasov, Bastian Leibe 외

Autonomous driving has the potential to significantly enhance productivity and provide numerous societal benefits. Ensuring robustness in these safety-critical systems is essential, particularly when vehicles must naviga…

Autonomous DrivingNavigateOut of Distribution (OOD) DetectionUncertainty Quantification