Drive My Way: Preference Alignment of Vision-Language-Action Model for Personalized Driving

2026-03-26Robotics

RoboticsArtificial IntelligenceComputer Vision and Pattern RecognitionMachine LearningMultiagent Systems
AI summary

The authors created a system called Drive My Way (DMW) that makes self-driving cars drive more like a specific person would. It learns how someone usually drives, like how they speed up or brake, and also listens to short instructions given in natural language. This helps the car adapt to both long-term driving habits and immediate commands. Tests showed that DMW can mimic different driving styles well, making autonomous driving feel more personal and human-centered.

personalized drivingvision-language-action frameworkuser embeddingnatural language instructionsautonomous drivingdriving style adaptationend-to-end driving systemBench2Drive benchmarkclosed-loop evaluation
Authors
Zehao Wang, Huaide Jiang, Shuaiwu Dong, Yuping Wang, Hang Qiu, Jiachen Li
Abstract
Human driving behavior is inherently personal, which is shaped by long-term habits and influenced by short-term intentions. Individuals differ in how they accelerate, brake, merge, yield, and overtake across diverse situations. However, existing end-to-end autonomous driving systems either optimize for generic objectives or rely on fixed driving modes, lacking the ability to adapt to individual preferences or interpret natural language intent. To address this gap, we propose Drive My Way (DMW), a personalized Vision-Language-Action (VLA) driving framework that aligns with users' long-term driving habits and adapts to real-time user instructions. DMW learns a user embedding from our personalized driving dataset collected across multiple real drivers and conditions the policy on this embedding during planning, while natural language instructions provide additional short-term guidance. Closed-loop evaluation on the Bench2Drive benchmark demonstrates that DMW improves style instruction adaptation, and user studies show that its generated behaviors are recognizable as each driver's own style, highlighting personalization as a key capability for human-centered autonomous driving. Our data and code are available at https://dmw-cvpr.github.io/.