paper-with-me

홈 › Papers

OneDrive: Unified Multi-Paradigm Driving with Vision-Language-Action Models

2026-04-20 · Yiwei Zhang, Xuesong Chen, Jin Gao, Hanshi Wang, Fudong Ge, Weiming Hu, Shaoshuai Shi, Zhipeng Zhang arxiv

Vision-Language Models(VLMs) excel at autoregressive text generation, yet end-to-end autonomous driving requires multi-task learning with structured outputs and heterogeneous decoding behaviors, such as autoregressive language generation, parallel object detection and trajectory regression. To accommodate these differences, existing systems typically introduce separate or cascaded decoders, resulting in architectural fragmentation and limited backbone reuse. In this work, we present a unified autonomous driving framework built upon a pretrained VLM, where heterogeneous decoding behaviors are reconciled within a single transformer decoder. We demonstrate that pretrained VLM attention exhibits strong transferability beyond pure language modeling. By organizing visual and structured query tokens within a single causal decoder, structured queries can naturally condition on visual context through the original attention mechanism. Textual and structured outputs share a common attention backbone, enabling stable joint optimization across heterogeneous tasks. Trajectory planning is realized within the same causal LLM decoder by introducing structured trajectory queries. This unified formulation enables planning to share the pretrained attention backbone with images and perception tokens. Extensive experiments on end-to-end autonomous driving benchmarks demonstrate state-of-the-art performance, including 0.28 L2 and 0.18 collision rate on nuScenes open-loop evaluation and competitive results (86.8 PDMS) on NAVSIM closed-loop evaluation. The full model preserves multi-modal generation capability, while an efficient inference mode achieves approximately 40% lower latency. Code and models are available at https://github.com/Z1zyw/OneDrive

📄 PDF Abstract BibTeX arXiv:2604.17915

Code (0)

등록된 구현이 없습니다.

Tasks

Multi-Task LearningTrajectory PlanningAutonomous DrivingObject Detection

Results from the Paper

RankTaskDatasetModelMetrics
#10 Trajectory Planning nuScenes OneDrive Collision-1s: 0.18

Similar Papers 제목 키워드 기반

A Benchmark for Vision-Centric HD Mapping by V2I Systems

2025-03-31 · Miao Fan, Shanshan Yu, Shengtong Xu, Kun Jiang 외

Autonomous driving faces safety challenges due to a lack of global perspective and the semantic information of vectorized high-definition (HD) maps. Information from roadside cameras can greatly expand the map perception…

Autonomous DrivingAutonomous Vehicles

Toward Unified Multimodal Representation Learning for Autonomous Driving

2026-03-09 · Ximeng Tao, Dimitar Filev, Gaurav Pandey arxiv

Contrastive Language-Image Pre-training (CLIP) has shown impressive performance in aligning visual and textual representations. Recent studies have extended this paradigm to 3D vision to improve scene understanding for a…

Representation LearningContrastive LearningScene UnderstandingAutonomous Driving

Vega: Learning to Drive with Natural Language Instructions

2026-03-26 · Sicheng Zuo, Yuxuan Li, Wenzhao Zheng, Zheng Zhu 외 arxiv

Vision-language-action models have reshaped autonomous driving to incorporate languages into the decision-making process. However, most existing pipelines only utilize the language modality for scene descriptions or reas…

Autonomous Driving

SparseAD: Sparse Query-Centric Paradigm for Efficient End-to-End Autonomous Driving

2024-04-10 · Diankun Zhang, Guoan Wang, Runwen Zhu, Jianbo Zhao 외

End-to-End paradigms use a unified framework to implement multi-tasks in an autonomous driving system. Despite simplicity and clarity, the performance of end-to-end autonomous driving methods on sub-tasks is still far be…

3D Multi-Object Tracking3D Object DetectionAutonomous Drivingmotion prediction

VLM-RL: A Unified Vision Language Models and Reinforcement Learning Framework for Safe Autonomous Driving

2024-12-20 · Zilin Huang, Zihao Sheng, Yansong Qu, Junwei You 외

In recent years, reinforcement learning (RL)-based methods for learning driving policies have gained increasing attention in the autonomous driving community and have achieved remarkable progress in various driving scena…

Autonomous DrivingComputational EfficiencyReinforcement Learning (RL)