paper-with-me

Papers

ADriver-I: A General World Model for Autonomous Driving

2023-11-22 · Fan Jia, Weixin Mao, Yingfei Liu, Yucheng Zhao, Yuqing Wen, Chi Zhang, Xiangyu Zhang, Tiancai Wang

Typically, autonomous driving adopts a modular design, which divides the full stack into perception, prediction, planning and control parts. Though interpretable, such modular design tends to introduce a substantial amount of redundancy. Recently, multimodal large language models (MLLM) and diffusion techniques have demonstrated their superior performance on comprehension and generation ability. In this paper, we first introduce the concept of interleaved vision-action pair, which unifies the format of visual features and control signals. Based on the vision-action pairs, we construct a general world model based on MLLM and diffusion model for autonomous driving, termed ADriver-I. It takes the vision-action pairs as inputs and autoregressively predicts the control signal of the current frame. The generated control signals together with the historical vision-action pairs are further conditioned to predict the future frames. With the predicted next frame, ADriver-I performs further control signal prediction. Such a process can be repeated infinite times, ADriver-I achieves autonomous driving in the world created by itself. Extensive experiments are conducted on nuScenes and our large-scale private datasets. ADriver-I shows impressive performance compared to several constructed baselines. We hope our ADriver-I can provide some new insights for future autonomous driving and embodied intelligence.

📄 PDF Abstract BibTeX arXiv:2311.13549

Code (0)

등록된 구현이 없습니다.

Tasks

Autonomous Driving

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

PADriver: Towards Personalized Autonomous Driving

2025-05-08 · Genghua Kou, Fan Jia, Weixin Mao, Yingfei Liu 외

In this paper, we propose PADriver, a novel closed-loop framework for personalized autonomous driving (PAD). Built upon Multi-modal Large Language Model (MLLM), PADriver takes streaming frames and personalized textual pr…

Autonomous DrivingLanguage ModelingLanguage ModellingLarge Language Model+1

VLADriver-RAG: Retrieval-Augmented Vision-Language-Action Models for Autonomous Driving

2026-05-01 · Rui Zhao, Haofeng Hu, Zhenhai Gao, Jiaqiao Liu 외 arxiv

Vision-Language-Action (VLA) models have emerged as a promising paradigm for end-to-end autonomous driving, yet their reliance on implicit parametric knowledge limits generalization in long-tail scenarios. While Retrieva…

Autonomous Driving

CAT: Closed-loop Adversarial Training for Safe End-to-End Driving

2023-10-19 · Linrui Zhang, Zhenghao Peng, Quanyi Li, Bolei Zhou

Driving safety is a top priority for autonomous vehicles. Orthogonal to prior work handling accident-prone traffic events by algorithm designs at the policy level, we investigate a Closed-loop Adversarial Training (CAT) …

Autonomous Vehiclesmotion prediction

Learning to Drive by Watching YouTube Videos: Action-Conditioned Contrastive Policy Pretraining

2022-04-05 · Qihang Zhang, Zhenghao Peng, Bolei Zhou

Deep visuomotor policy learning, which aims to map raw visual observation to action, achieves promising results in control tasks such as robotic manipulation and autonomous driving. However, it requires a huge number of …

Autonomous DrivingImitation Learning

MetaDrive: Composing Diverse Driving Scenarios for Generalizable Reinforcement Learning

2021-09-26 · Quanyi Li, Zhenghao Peng, Lan Feng, Qihang Zhang 외

Driving safely requires multiple capabilities from human and intelligent agents, such as the generalizability to unseen environments, the safety awareness of the surrounding traffic, and the decision-making in complex mu…

BenchmarkingDecision MakingMulti-agent Reinforcement Learningreinforcement-learning+4