paper-with-me

홈 › Papers

Conditional Driving from Natural Language Instructions

2019-10-16 · Junha Roh, Chris Paxton, Andrzej Pronobis, Ali Farhadi, Dieter Fox

Widespread adoption of self-driving cars will depend not only on their safety but largely on their ability to interact with human users. Just like human drivers, self-driving cars will be expected to understand and safely follow natural-language directions that suddenly alter the pre-planned route according to user's preference or in presence of ambiguities, particularly in locations with poor or outdated map coverage. To this end, we propose a language-grounded driving agent implementing a hierarchical policy using recurrent layers and gated attention. The hierarchical approach enables us to reason both in terms of high-level language instructions describing long time horizons and low-level, complex, continuous state/action spaces required for real-time control of a self-driving car. We train our policy with conditional imitation learning from realistic language data collected from human drivers and navigators. Through quantitative and interactive experiments within the CARLA framework, we show that our model can successfully interpret language instructions and follow them safely, even when generalizing to previously unseen environments. Code and video are available at https://sites.google.com/view/language-grounded-driving.

📄 PDF Abstract BibTeX arXiv:1910.07615

Code (0)

등록된 구현이 없습니다.

Tasks

Imitation LearningSelf-Driving Cars

Methods 이 논문이 사용한 방법론

Entropy Regularization 설명 없음
PPO Proximal Policy Optimization, or PPO, is a policy gradient method for reinforcement learning. The motivation was to have an algorithm with the data efficiency and reliable…
CARLA CARLA is an open-source simulator for autonomous driving research. CARLA has been developed from the ground up to support development, training, and validation of autonomous urban…

Similar Papers 제목 키워드 기반

Incorporating Voice Instructions in Model-Based Reinforcement Learning for Self-Driving Cars

2022-06-21 · Mingze Wang, Ziyang Zhang, Grace Hui Yang

This paper presents a novel approach that supports natural language voice instructions to guide deep reinforcement learning (DRL) algorithms when training self-driving cars. DRL methods are popular approaches for autonom…

Deep Reinforcement LearningModel-based Reinforcement Learningreinforcement-learningReinforcement Learning+2

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

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

2026-03-26 · Zehao Wang, Huaide Jiang, Shuaiwu Dong, Yuping Wang 외 arxiv

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 situ…

Autonomous Driving

Autoware.Flex: Human-Instructed Dynamically Reconfigurable Autonomous Driving Systems

2024-12-20 · Ziwei Song, Mingsong Lv, Tianchi Ren, Chun Jason Xue 외

Existing Autonomous Driving Systems (ADS) independently make driving decisions, but they face two significant limitations. First, in complex scenarios, ADS may misinterpret the environment and make inappropriate driving …

Autonomous DrivingDecision MakingLanguage ModelingLanguage Modelling+1

BEVDriver: Leveraging BEV Maps in LLMs for Robust Closed-Loop Driving

2025-03-05 · Katharina Winter, Mark Azer, Fabian B. Flohr

Autonomous driving has the potential to set the stage for more efficient future mobility, requiring the research domain to establish trust through safe, reliable and transparent driving. Large Language Models (LLMs) poss…

Autonomous DrivingMotion PlanningNatural Language UnderstandingNavigate