Four Studies Push End-to-End Autonomous Driving Past Sparse Scenes
Recent arXiv papers tackle perception, prediction, and evaluation gaps in end-to-end driving systems.
End-to-end autonomous driving models often compress the world into sparse elements — objects, lane lines, and the like. Two new papers argue this representation is dangerous in crowded, occluded scenes, where missing evidence leads to poor candidate generation and risky behavior. Both propose a shift toward risk-aware occupancy, which models continuous spatial risk rather than discrete entities, to give planners a more complete picture of uncertainty.
A separate paper takes a step back, examining how these planners are evaluated. The authors unify CARLA-based leaderboards into a single benchmark and find that inconsistent metrics and routes across existing evaluations make fair comparison difficult. This work doesn't propose a new driving algorithm but a standardized testing framework, aiming to make progress in the field measurable.
A fourth paper targets the output side: waypoint-based imitation learning can produce jittery or unstable trajectories, which downstream controllers struggle to follow. The authors introduce SC-IMM-based teacher signals to stabilize trajectory predictions, improving the consistency of vehicle control commands.
Together, the papers agree that current end-to-end systems are fragile — either due to sparse perception, unstable outputs, or unclear evaluation. They differ in where they apply the fix: perception representation (risk-aware occupancy), evaluation methodology (unified CARLA benchmark), and control stability (SC-IMM teacher signals). No single paper addresses all three, but collectively they point toward a more robust pipeline.
Sources · 8
- FeasibleFlow: One-Step Joint Transport of Configuration Feasibility and Trajectories for End-to-End Driving
- DriveReferee: Geometric Safety Verdicts Need Not Be Learned for Driving World-Action Models
- Relationally Grounded Latent World Models for Autonomous Driving
- EditWM: Event-Decomposed World Modeling with Incremental Correction for End-to-End Autonomous Driving
- Risk-Aware Occupancy for Safety-Oriented End-to-End Autonomous Driving
- Driving on Registers, Reasoning on Risk: Risk-Aware Occupancy for Register-Based End-to-End Autonomous Driving
- Benchmarking Autonomous Driving Planners Across Leaderboards: A Unified CARLA-Based Evaluation
- Stabilizing Trajectory Outputs in End-to-End Autonomous Driving via SC-IMM Based Teacher Signals
More in Research Digest
OpenRoIS middleware decouples HRI apps from robot hardware
A new open-source middleware aims to let human-robot interaction applications run across different robot platforms without rewriting code.
4DGS-Fixer: Video Diffusion Priors for Sparse-View 4D Scenes
A new method iteratively refines 4D Gaussian splatting with video diffusion priors to improve dynamic scene synthesis from sparse-view videos.
Two papers probe RL bottlenecks for LLM agents
New arXiv work targets two stubborn obstacles in reinforcement learning for LLMs: sparse credit in open-ended tasks and merging separately trained capabilities.
LLM Social Agents Need More Than Mimicry, Two Preprints Argue
Two new arXiv papers identify a common reliability gap in LLM-driven social simulations, then propose different fixes: tuned personalities versus a Bayesian belief layer.