Papers › Model-Based Imitation Learning for Urban Driving

Model-Based Imitation Learning for Urban Driving

14 Oct 2022arXiv:2210.07729archive 2025-07-28

Anthony Hu, Gianluca Corrado, Nicolas Griffiths, Zak Murez, Corina Gurau, Hudson Yeo, Alex Kendall, Roberto Cipolla, Jamie Shotton

An accurate model of the environment and the dynamic agents acting in it offers great potential for improving motion planning. We present MILE: a Model-based Imitation LEarning approach to jointly learn a model of the world and a policy for autonomous driving. Our method leverages 3D geometry as an inductive bias and learns a highly compact latent space directly from high-resolution videos of expert demonstrations. Our model is trained on an offline corpus of urban driving data, without any online interaction with the environment. MILE improves upon prior state-of-the-art by 31% in driving score on the CARLA simulator when deployed in a completely new town and new weather conditions. Our model can predict diverse and plausible states and actions, that can be interpretably decoded to bird's-eye view semantic segmentation. Further, we demonstrate that it can execute complex driving manoeuvres from plans entirely predicted in imagination. Our approach is the first camera-only method that models static scene, dynamic scene, and ego-behaviour in an urban driving environment. The code and model weights are available at https://github.com/wayveai/mile.

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="2210.07729")

Code

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

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

wayveai/mile officialmentioned in papermentioned on GitHubpytorch 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

23 samples harvested; 21 ran; 0 honoured the contract we drafted; 2 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.

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

Licence: 0 of the 23 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 wayveai/mile. “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.

AdaptiveInstanceNorm wayveai/mile/mile/models/mile.py official repository ran fingerprinted MIT (permissive) · a893dd3fd3ec216a · report
BasicBlock wayveai/mile/mile/models/mile.py official repository ran fingerprinted MIT (permissive) · 7061c3cf6f06f937 · report
BevDecoder wayveai/mile/mile/models/mile.py official repository ran fingerprinted MIT (permissive) · fe125840f777d8e7 · report
ConvInstanceNorm wayveai/mile/mile/models/mile.py official repository ran MIT (permissive) · e206001c2aba6927 · report
Decoder wayveai/mile/mile/models/mile.py official repository ran MIT (permissive) · fe194f1ade3cf3cd · report
DecoderBlock wayveai/mile/mile/models/mile.py official repository ran MIT (permissive) · 1dff612c72436cae · report
FrustumPooling wayveai/mile/mile/models/mile.py official repository ran MIT (permissive) · 4ce04e5434fb8ac1 · report
Policy wayveai/mile/mile/models/mile.py official repository ran fingerprinted MIT (permissive) · 74e17dd6e4bbca2a · report
QuickCumsum wayveai/mile/mile/models/mile.py official repository ran MIT (permissive) · d09015c24a7e935f · report
RGBHead wayveai/mile/mile/models/mile.py official repository ran fingerprinted MIT (permissive) · 106d5cb27cd2ed94 · report
RSSM wayveai/mile/mile/models/mile.py official repository ran MIT (permissive) · 86c73d56030a9b3b · report
RepresentationModel wayveai/mile/mile/models/mile.py official repository ran fingerprinted MIT (permissive) · fc78f3ee3b877aee · report
SegmentationHead wayveai/mile/mile/models/mile.py official repository ran fingerprinted MIT (permissive) · e4ecc781a18f60dc · report
bev_params_to_intrinsics wayveai/mile/mile/models/mile.py official repository ran · fixture could not drive it fingerprinted MIT (permissive) · 2a3870f4e58e8a55 · report
cumsum_trick wayveai/mile/mile/models/mile.py official repository ran · our draft was wrong fingerprinted MIT (permissive) · 8945de8524a23486 · report
gen_dx_bx wayveai/mile/mile/models/mile.py official repository ran · our draft was wrong fingerprinted MIT (permissive) · cab6ef6047b66f57 · report
intrinsics_inverse wayveai/mile/mile/models/mile.py official repository ran · our draft was wrong fingerprinted MIT (permissive) · bfe6486a6690cc28 · report
pack_sequence_dim wayveai/mile/mile/models/mile.py official repository ran · our draft was wrong fingerprinted MIT (permissive) · 45e55a1e5f285f6f · report
quick_cumsum wayveai/mile/mile/models/mile.py official repository ran · our draft was wrong fingerprinted MIT (permissive) · fbe923f7c196da7e · report
remove_past wayveai/mile/mile/models/mile.py official repository ran · our draft was wrong MIT (permissive) · c6d11c36bcc8cd1c · report
unpack_sequence_dim wayveai/mile/mile/models/mile.py official repository ran · our draft was wrong MIT (permissive) · 011ae0c11407c0e4 · report
Mile wayveai/mile/mile/models/mile.py official repository unverified MIT (permissive) · 5c64ccddda30004c · report
RouteEncode wayveai/mile/mile/models/mile.py official repository unverified MIT (permissive) · 00a0de2481daada9 · report

Tasks

3D geometryAutonomous DrivingBird's-Eye View Semantic SegmentationImitation LearningInductive BiasMotion PlanningSemantic Segmentationmodel

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

CARLAEntropy RegularizationPPO

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