Papers › Senna: Bridging Large Vision-Language Models and End-to-End Autonomous Driving

Senna: Bridging Large Vision-Language Models and End-to-End Autonomous Driving

29 Oct 2024arXiv:2410.22313archive 2025-07-28

Bo Jiang, Shaoyu Chen, Bencheng Liao, Xingyu Zhang, Wei Yin, Qian Zhang, Chang Huang, Wenyu Liu, Xinggang Wang

End-to-end autonomous driving demonstrates strong planning capabilities with large-scale data but still struggles in complex, rare scenarios due to limited commonsense. In contrast, Large Vision-Language Models (LVLMs) excel in scene understanding and reasoning. The path forward lies in merging the strengths of both approaches. Previous methods using LVLMs to predict trajectories or control signals yield suboptimal results, as LVLMs are not well-suited for precise numerical predictions. This paper presents Senna, an autonomous driving system combining an LVLM (Senna-VLM) with an end-to-end model (Senna-E2E). Senna decouples high-level planning from low-level trajectory prediction. Senna-VLM generates planning decisions in natural language, while Senna-E2E predicts precise trajectories. Senna-VLM utilizes a multi-image encoding approach and multi-view prompts for efficient scene understanding. Besides, we introduce planning-oriented QAs alongside a three-stage training strategy, which enhances Senna-VLM's planning performance while preserving commonsense. Extensive experiments on two datasets show that Senna achieves state-of-the-art planning performance. Notably, with pre-training on a large-scale dataset DriveX and fine-tuning on nuScenes, Senna significantly reduces average planning error by 27.12% and collision rate by 33.33% over model without pre-training. We believe Senna's cross-scenario generalization and transferability are essential for achieving fully autonomous driving. Code and models will be released at https://github.com/hustvl/Senna.

PaperPDFCodeCode 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="2410.22313")

Code

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

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

hustvl/senna officialmentioned in papermentioned on GitHubpytorchApache-2.0 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; 3 ran; 0 honoured the contract we drafted; 11 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
2ran · fixture could not drive it
11unverified

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 hustvl/senna. “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.

image_parser hustvl/senna/data_tools/senna_qa_utils.py official repository ran · our draft was wrong Apache-2.0 (permissive) · a7bee88c1c7fd6a3 · report
split_to_even_chunks hustvl/senna/llava/senna/senna_llava_trainer.py official repository ran · fixture could not drive it Apache-2.0 (permissive) · 10893c4608c08075 · report
unpad_image hustvl/senna/llava/senna/senna_llava_arch.py official repository ran · fixture could not drive it fingerprinted Apache-2.0 (permissive) · 55c32993da87759b · report
add_text_below_image hustvl/senna/eval_tools/senna_plan_visualization.py official repository unverified Apache-2.0 (permissive) · 04c564bdfe296115 · report
draw_text_on_image hustvl/senna/eval_tools/senna_plan_visualization.py official repository unverified Apache-2.0 (permissive) · 8e939956535d47e6 · report
get_mm_adapter_state_maybe_zero_3 hustvl/senna/llava/senna/senna_llava_trainer.py official repository unverified Apache-2.0 (permissive) · bb35e3ac741bb2c9 · report
get_peft_state_maybe_zero_3 hustvl/senna/llava/senna/train_senna_llava_laion_pretrain.py official repository unverified Apache-2.0 (permissive) · fa1225dfac92bc0d · report
get_peft_state_non_lora_maybe_zero_3 hustvl/senna/llava/senna/train_senna_llava_laion_pretrain.py official repository unverified Apache-2.0 (permissive) · 1c53657305b66e9f · report
load_image hustvl/senna/data_tools/senna_qa_utils.py official repository unverified Apache-2.0 (permissive) · e66e1c21f77a1ac3 · report
load_images hustvl/senna/data_tools/senna_qa_utils.py official repository unverified Apache-2.0 (permissive) · d462f0c387fe8781 · report
locate_message hustvl/senna/data_tools/senna_nusc_data_converter.py official repository unverified Apache-2.0 (permissive) · 842cf4feb41742e4 · report
maybe_zero_3 hustvl/senna/llava/senna/senna_llava_trainer.py official repository unverified Apache-2.0 (permissive) · 735025744c1ab0cf · report
maybe_zero_3 hustvl/senna/llava/senna/train_senna_llava_laion_pretrain.py official repository unverified Apache-2.0 (permissive) · 616ffbdc154ed2d8 · report
quart_to_rpy hustvl/senna/data_tools/senna_nusc_data_converter.py official repository unverified Apache-2.0 (permissive) · 6366e83084a51c37 · report

Tasks

Autonomous DrivingScene UnderstandingTrajectory Prediction

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

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