Papers › Natural Language Instructions for Scene-Responsive Human-in-the-Loop Motion Planning...

Natural Language Instructions for Scene-Responsive Human-in-the-Loop Motion Planning in Autonomous Driving using Vision-Language-Action Models

4 Feb 2026arXiv:2602.04184added by Syntology

Angel Martinez-Sanchez, Parthib Roy, Ross Greer

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

Instruction-grounded driving, where passenger language guides trajectory planning, requires vehicles to understand intent before motion. However, most prior instruction-following planners rely on simulation or fixed command vocabularies, limiting real-world generalization. doScenes, the first real-world dataset linking free-form instructions (with referentiality) to nuScenes ground-truth motion, enables instruction-conditioned planning. In this work, we adapt OpenEMMA, an open-source MLLM-based end-to-end driving framework that ingests front-camera views and ego-state and outputs 10-step speed-curvature trajectories, to this setting, presenting a reproducible instruction-conditioned baseline on doScenes and investigate the effects of human instruction prompts on predicted driving behavior. We integrate doScenes directives as passenger-style prompts within OpenEMMA's vision-language interface, enabling linguistic conditioning before trajectory generation. Evaluated on 849 annotated scenes using ADE, we observe that instruction conditioning substantially improves robustness by preventing extreme baseline failures, yielding a 98.7% reduction in mean ADE. When such outliers are removed, instructions still influence trajectory alignment, with well-phrased prompts improving ADE by up to 5.1%. We use this analysis to discuss what makes a "good" instruction for the OpenEMMA framework. We release the evaluation prompts and scripts to establish a reproducible baseline for instruction-aware planning. GitHub: https://github.com/Mi3-Lab/doScenes-VLM-Planning

PaperPDFCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2602.04184")

Code

Syntology Ran 4 of 14 code samples harvested from 1 repository linked to this paper; 10 have no recorded run. Of those that ran: 1 ran · our draft was wrong; 1 ran · fixture could not drive it; 2 ran with no contract checked.

By repository: found in paper text by Syntology: 14 samples from 1 repository, 4 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

Mi3-Lab/doScenes-VLM-Planning found in paper text by Syntology report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

14 samples harvested; 4 ran; 0 honoured the contract we drafted; 10 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · our draft was wrong
1ran · fixture could not drive it
2ran
10unverified

Licence: 14 of the 14 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from Mi3-Lab/doScenes-VLM-Planning. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

divide_to_patches Mi3-Lab/doScenes-VLM-Planning/src/llava/mm_utils.py found in paper text by Syntology ran AGPL-3.0 (copyleft) · pointer only · 7e03b180fa317c9a · report
encode_image Mi3-Lab/doScenes-VLM-Planning/src/utils.py found in paper text by Syntology ran · our draft was wrong AGPL-3.0 (copyleft) · pointer only · f41cb1a19b154297 · report
resize_and_pad_image Mi3-Lab/doScenes-VLM-Planning/src/llava/mm_utils.py found in paper text by Syntology ran AGPL-3.0 (copyleft) · pointer only · 468eedeba67f1b00 · report
select_best_resolution Mi3-Lab/doScenes-VLM-Planning/src/llava/mm_utils.py found in paper text by Syntology ran · fixture could not drive it AGPL-3.0 (copyleft) · pointer only · 3999ff487573f32c · report
TransformPoint Mi3-Lab/doScenes-VLM-Planning/src/utils.py found in paper text by Syntology unverified AGPL-3.0 (copyleft) · pointer only · db969bb3c9928409 · report
divide_to_patches_torch Mi3-Lab/doScenes-VLM-Planning/src/llava/mm_utils_differentiable.py found in paper text by Syntology unverified AGPL-3.0 (copyleft) · pointer only · d583af3c197aa7a2 · report
list_dirs Mi3-Lab/doScenes-VLM-Planning/src/automate_doscenes.py found in paper text by Syntology unverified AGPL-3.0 (copyleft) · pointer only · 51b3a6d94677efe3 · report
newest_timestamp_folder Mi3-Lab/doScenes-VLM-Planning/src/automate_doscenes.py found in paper text by Syntology unverified AGPL-3.0 (copyleft) · pointer only · f9ffcd28ecc6eac9 · report
pretty_print_semaphore Mi3-Lab/doScenes-VLM-Planning/src/llava/utils.py found in paper text by Syntology unverified AGPL-3.0 (copyleft) · pointer only · 37899f22fb191b37 · report
query_gpt4 Mi3-Lab/doScenes-VLM-Planning/src/utils.py found in paper text by Syntology unverified AGPL-3.0 (copyleft) · pointer only · dc765bbcb632d812 · report
resize_and_pad_image_torch Mi3-Lab/doScenes-VLM-Planning/src/llava/mm_utils_differentiable.py found in paper text by Syntology unverified AGPL-3.0 (copyleft) · pointer only · 90f7965ceca36e63 · report
select_best_resolution Mi3-Lab/doScenes-VLM-Planning/src/llava/mm_utils_differentiable.py found in paper text by Syntology unverified AGPL-3.0 (copyleft) · pointer only · 3c876f5095840dc7 · report
slugify_instruction Mi3-Lab/doScenes-VLM-Planning/src/automate_doscenes.py found in paper text by Syntology unverified AGPL-3.0 (copyleft) · pointer only · 2af5c33484dbfdff · report
violates_moderation Mi3-Lab/doScenes-VLM-Planning/src/llava/utils.py found in paper text by Syntology unverified AGPL-3.0 (copyleft) · pointer only · f9939a84b9a65279 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2602.04184, was issued in February 2026, after that date, so the archive has no leaderboard rows for it.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections