paper-with-me

Papers

Precise and Efficient Collision Prediction under Uncertainty in Autonomous Driving

2025-10-07 · Marc Kaufeld, Johannes Betz arxiv

This research introduces two efficient methods to estimate the collision risk of planned trajectories in autonomous driving under uncertain driving conditions. Deterministic collision checks of planned trajectories are often inaccurate or overly conservative, as noisy perception, localization errors, and uncertain predictions of other traffic participants introduce significant uncertainty into the planning process. This paper presents two semi-analytic methods to compute the collision probability of planned trajectories with arbitrary convex obstacles. The first approach evaluates the probability of spatial overlap between an autonomous vehicle and surrounding obstacles, while the second estimates the collision probability based on stochastic boundary crossings. Both formulations incorporate full state uncertainties, including position, orientation, and velocity, and achieve high accuracy at computational costs suitable for real-time planning. Simulation studies verify that the proposed methods closely match Monte Carlo results while providing significant runtime advantages, enabling their use in risk-aware trajectory planning. The collision estimation methods are available as open-source software: https://github.com/TUM-AVS/Collision-Probability-Estimation

📄 PDF Abstract BibTeX arXiv:2510.05729

Code (0)

등록된 구현이 없습니다.

Tasks

Trajectory PlanningAutonomous Driving

Similar Papers 제목 키워드 기반

CATPlan: Loss-based Collision Prediction in End-to-End Autonomous Driving

2025-03-10 · Ziliang Xiong, Shipeng Liu, Nathaniel Helgesen, Joakim Johnander 외

In recent years, there has been increased interest in the design, training, and evaluation of end-to-end autonomous driving (AD) systems. One often overlooked aspect is the uncertainty of planned trajectories predicted b…

Autonomous DrivingNeRFUncertainty Quantification

UncAD: Towards Safe End-to-end Autonomous Driving via Online Map Uncertainty

2025-04-17 · Pengxuan Yang, Yupeng Zheng, Qichao Zhang, Kefei Zhu 외

End-to-end autonomous driving aims to produce planning trajectories from raw sensors directly. Currently, most approaches integrate perception, prediction, and planning modules into a fully differentiable network, promis…

Autonomous Drivingmotion prediction

Probabilistic Collision Risk Estimation through Gauss-Legendre Cubature and Non-Homogeneous Poisson Processes

2025-07-24 · Trent Weiss, Madhur Behl arxiv

Overtaking in high-speed autonomous racing demands precise, real-time estimation of collision risk; particularly in wheel-to-wheel scenarios where safety margins are minimal. Existing methods for collision risk estimatio…

Motion Planning

Learning A Unified Risk Map for Autonomous Driving in Partially Observable Environments

2026-05-21 · Jie Jia, Yaofeng Su, Zeyu Bao, Yun Hong 외 arxiv

Occlusion-aware prediction remains a critical challenge in autonomous driving due to the inherent uncertainty of unobserved regions. Existing approaches either overestimate risk based on reachable states or struggle to p…

Autonomous Driving

Safe Reinforcement Learning with Model Uncertainty Estimates

2018-10-19 · Björn Lütjens, Michael Everett, Jonathan P. How

Many current autonomous systems are being designed with a strong reliance on black box predictions from deep neural networks (DNNs). However, DNNs tend to be overconfident in predictions on unseen data and can give unpre…

Collision Avoidancemodelreinforcement-learningReinforcement Learning+2