paper-with-me

Papers

Test-Time Trajectory Optimization for Autonomous Driving

2026-06-05 · Yihong Xu, Eloi Zablocki, Yuan Yin, Elias Ramzi, Ellington Kirby, Alexandre Boulch, Matthieu Cord arxiv

End-to-end planners for autonomous driving typically generate a set of candidate trajectories, score each one, and return the highest-scoring candidate. However, the scorer is applied only after the proposals are generated and cannot influence the set of trajectories: a weak set of candidates limits planning performance regardless of the scorer's quality. We instead treat the scorer as a learned trajectory-level reward function and search for trajectories that maximize it. Our method, TOAD, runs the Cross-Entropy Method at test time, warm-started from the planner's proposals. It requires no retraining and is plug-and-play for existing planners. Across six base planners, TOAD improves results on NAVSIM-v1 (94.7 PDMS), NAVSIM-v2 (56.3 EPDMS), and the closed-loop HUGSIM benchmark. The code will be made publicly available via the project page: https://valeoai.github.io/TOAD/.

📄 PDF Abstract BibTeX arXiv:2606.07170

Code (0)

등록된 구현이 없습니다.

Tasks

Autonomous Driving

Similar Papers 제목 키워드 기반

LLaViDA: A Large Language Vision Driving Assistant for Explicit Reasoning and Enhanced Trajectory Planning

2025-12-20 · Yudong Liu, Spencer Hallyburton, Jiwoo Kim, Yueqian Lin 외 arxiv

Trajectory planning is a fundamental yet challenging component of autonomous driving. End-to-end planners frequently falter under adverse weather, unpredictable human behavior, or complex road layouts, primarily because …

Scene UnderstandingTrajectory PlanningAutonomous Driving

S4TP: Social-Suitable and Safety-Sensitive Trajectory Planning for Autonomous Vehicles

2024-04-18 · Xiao Wang, Ke Tang, Xingyuan Dai, Jintao Xu 외

In public roads, autonomous vehicles (AVs) face the challenge of frequent interactions with human-driven vehicles (HDVs), which render uncertain driving behavior due to varying social characteristics among humans. To eff…

Autonomous DrivingAutonomous VehiclesMotion PlanningTrajectory Planning+1

Safe Real-World Autonomous Driving by Learning to Predict and Plan with a Mixture of Experts

2022-11-03 · Stefano Pini, Christian S. Perone, Aayush Ahuja, Ana Sofia Rufino Ferreira 외

The goal of autonomous vehicles is to navigate public roads safely and comfortably. To enforce safety, traditional planning approaches rely on handcrafted rules to generate trajectories. Machine learning-based systems, o…

Autonomous DrivingAutonomous VehiclesMixture-of-ExpertsNavigate

A Collaborative Multi-Modality Interaction for VLA-based End-to-End Autonomous Driving

2026-08-21 · Jingtao Sun, Xiaohai He, Yike Zhang, Dong Huang 외 arxiv

Vision-Language-Action (VLA) models have emerged as a powerful paradigm for end-to-end autonomous driving by jointly integrating perception, reasoning, and decision making within a unified multimodal framework. However, …

Visual Question AnsweringTrajectory PlanningAutonomous DrivingDecision Making

Baidu Apollo EM Motion Planner

2018-07-20 · Haoyang Fan, Fan Zhu, Changchun Liu, Liangliang Zhang 외

In this manuscript, we introduce a real-time motion planning system based on the Baidu Apollo (open source) autonomous driving platform. The developed system aims to address the industrial level-4 motion planning problem…

Autonomous DrivingMotion Planning