paper-with-me

홈 › Papers

Learning Direct Control Policies with Flow Matching for Autonomous Driving

2026-05-14 · Marcello Ceresini, Federico Pirazzoli, Andrea Bertogalli, Lorenzo Cipelli, Filippo D'Addeo, Anthony Dell'Eva, Alessandro Paolo Capasso, Alberto Broggi arxiv

We present a flow-matching planner for autonomous driving that directly outputs actionable control trajectories defined by acceleration and curvature profiles. The model is conditioned on a bird's-eye-view (BEV) raster of the surrounding scene and generates control sequences in a small number of Ordinary Differential Equations (ODE) integration steps, enabling low-latency inference suitable for real-time closed-loop re-planning. We train exclusively on urban scenarios (real urban city streets, intersections and roundabouts of the city of Parma, Italy) collected from a 2D traffic simulator with reactive agents, and evaluate in closed-loop on both in-distribution and markedly out-of-distribution environments, including multi-lane highways and unseen urban scenarios. Our results show that the model generalizes reliably to these unseen conditions, maintaining stable closed-loop control and successfully completing scenarios that differ substantially from the training distribution. We attribute this to the BEV representation, which provides a geometry-centric view of the scene that is inherently less sensitive to distributional shifts, and to the flow-matching formulation, which learns a smooth vector field that degrades gracefully under distribution shift. We provide video demonstrations of closed-loop behavior at https://marcelloceresini.github.io/DirectControlFlowMatching.

📄 PDF Abstract BibTeX arXiv:2605.14832

Code (0)

등록된 구현이 없습니다.

Tasks

Autonomous Driving

Similar Papers 제목 키워드 기반

Reinforcement Learning for Flow-Matching Policies with Density Transport

2026-06-07 · Boshu Lei, Kostas Daniilidis, Antonio Loquercio arxiv

We present an online reinforcement learning (RL) algorithm for fine-tuning flow-matching policies in continuous-control problems. Our key insight is to view RL-based policy improvement as a transport of action densities …

Reinforcement LearningRobot Manipulation

Real-Time Generative Policy via Langevin-Guided Flow Matching for Autonomous Driving

2026-03-03 · Tianze Zhu, Yinuo Wang, Wenjun Zou, Tianyi Zhang 외 arxiv

Reinforcement learning (RL) is a fundamental methodology in autonomous driving systems, where generative policies exhibit considerable potential by leveraging their ability to model complex distributions to enhance explo…

Reinforcement LearningAutonomous Driving

Reinforcement Learning for Flow-Matching Policies

2025-07-20 · Samuel Pfrommer, Yixiao Huang, Somayeh Sojoudi arxiv

Flow-matching policies have emerged as a powerful paradigm for generalist robotics. These models are trained to imitate an action chunk, conditioned on sensor observations and textual instructions. Often, training demons…

Reinforcement Learning

GuideFlow: Constraint-Guided Flow Matching for Planning in End-to-End Autonomous Driving

2025-11-24 · Lin Liu, Caiyan Jia, Guanyi Yu, Ziying Song 외 arxiv

Driving planning is a critical component of end-to-end (E2E) autonomous driving. However, prevailing Imitative E2E Planners often suffer from multimodal trajectory mode collapse, failing to produce diverse trajectory pro…

Autonomous Driving

Generative Predictive Control: Flow Matching Policies for Dynamic and Difficult-to-Demonstrate Tasks

2025-02-19 · Vince Kurtz, Joel W. Burdick

Generative control policies have recently unlocked major progress in robotics. These methods produce action sequences via diffusion or flow matching, with training data provided by demonstrations. But existing methods co…