Papers › SimLingo: Vision-Only Closed-Loop Autonomous Driving with Language-Action Alignment

SimLingo: Vision-Only Closed-Loop Autonomous Driving with Language-Action Alignment

12 Mar 2025CVPR 2025 1arXiv:2503.09594archive 2025-07-28

Katrin Renz, Long Chen, Elahe Arani, Oleg Sinavski

Integrating large language models (LLMs) into autonomous driving has attracted significant attention with the hope of improving generalization and explainability. However, existing methods often focus on either driving or vision-language understanding but achieving both high driving performance and extensive language understanding remains challenging. In addition, the dominant approach to tackle vision-language understanding is using visual question answering. However, for autonomous driving, this is only useful if it is aligned with the action space. Otherwise, the model's answers could be inconsistent with its behavior. Therefore, we propose a model that can handle three different tasks: (1) closed-loop driving, (2) vision-language understanding, and (3) language-action alignment. Our model SimLingo is based on a vision language model (VLM) and works using only camera, excluding expensive sensors like LiDAR. SimLingo obtains state-of-the-art performance on the widely used CARLA simulator on the Bench2Drive benchmark and is the winning entry at the CARLA challenge 2024. Additionally, we achieve strong results in a wide variety of language-related tasks while maintaining high driving performance.

PaperPDFConference PDFCodeCode 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="2503.09594")

Code

Syntology Ran 11 of 14 code samples harvested from 1 repository linked to this paper; 3 have no recorded run. Of those that ran: 3 ran · our draft was wrong; 8 ran with no contract checked.

By repository: community (archive-listed): 14 samples from 1 repository, 11 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

RenzKa/simlingo mentioned on GitHub report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. 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; 11 ran; 0 honoured the contract we drafted; 3 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.

3ran · our draft was wrong
8ran
3unverified

Licence: 0 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 RenzKa/simlingo. “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.

DrivingAdaptor RenzKa/simlingo/simlingo_training/models/driving.py community (archive-listed) ran Apache-2.0 (permissive) · 3cd9d0899118482f · report
DrivingExample RenzKa/simlingo/simlingo_training/models/driving.py community (archive-listed) ran Apache-2.0 (permissive) · 36d5cb2d42c4019a · report
DrivingInput RenzKa/simlingo/simlingo_training/models/driving.py community (archive-listed) ran Apache-2.0 (permissive) · 7780149c21221e67 · report
DrivingLabel RenzKa/simlingo/simlingo_training/models/driving.py community (archive-listed) ran Apache-2.0 (permissive) · 9158c2308af952c2 · report
DrivingOutput RenzKa/simlingo/simlingo_training/models/driving.py community (archive-listed) ran Apache-2.0 (permissive) · 4036898f925c6097 · report
LanguageAdaptor RenzKa/simlingo/simlingo_training/models/driving.py community (archive-listed) ran Apache-2.0 (permissive) · 765126a8ac0e686c · report
LanguageLabel RenzKa/simlingo/simlingo_training/models/driving.py community (archive-listed) ran Apache-2.0 (permissive) · 0b408cdf017a0487 · report
WaypointInputAdaptor RenzKa/simlingo/simlingo_training/models/driving.py community (archive-listed) ran Apache-2.0 (permissive) · f949a804aa6563b3 · report
_gather_from_dict RenzKa/simlingo/simlingo_training/models/driving.py community (archive-listed) ran · our draft was wrong Apache-2.0 (permissive) · c8facb81fd5d0bd4 · report
decode_uint8 RenzKa/simlingo/simlingo_training/models/driving.py community (archive-listed) ran · our draft was wrong fingerprinted Apache-2.0 (permissive) · 5cc019bdbc5c0e2e · report
summarise_losses RenzKa/simlingo/simlingo_training/models/driving.py community (archive-listed) ran · our draft was wrong Apache-2.0 (permissive) · 627f61db7eca94a9 · report
AdaptorList RenzKa/simlingo/simlingo_training/models/driving.py community (archive-listed) unverified Apache-2.0 (permissive) · f50fd600a3e066c9 · report
DrivingModel RenzKa/simlingo/simlingo_training/models/driving.py community (archive-listed) unverified Apache-2.0 (permissive) · d166584531f5374f · report
TrainingOutput RenzKa/simlingo/simlingo_training/models/driving.py community (archive-listed) unverified Apache-2.0 (permissive) · c22b994ccafe6a78 · report

Tasks

Autonomous DrivingBench2DriveLanguage ModelingLanguage ModellingQuestion AnsweringVisual Question Answering

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

AttentionCARLAEntropy RegularizationFocusPPOSoftmax

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