Papers › One Thousand and One Hours: Self-driving Motion Prediction Dataset

One Thousand and One Hours: Self-driving Motion Prediction Dataset

25 Jun 2020arXiv:2006.14480archive 2025-07-28

John Houston, Guido Zuidhof, Luca Bergamini, Yawei Ye, Long Chen, Ashesh Jain, Sammy Omari, Vladimir Iglovikov, Peter Ondruska

Motivated by the impact of large-scale datasets on ML systems we present the largest self-driving dataset for motion prediction to date, containing over 1,000 hours of data. This was collected by a fleet of 20 autonomous vehicles along a fixed route in Palo Alto, California, over a four-month period. It consists of 170,000 scenes, where each scene is 25 seconds long and captures the perception output of the self-driving system, which encodes the precise positions and motions of nearby vehicles, cyclists, and pedestrians over time. On top of this, the dataset contains a high-definition semantic map with 15,242 labelled elements and a high-definition aerial view over the area. We show that using a dataset of this size dramatically improves performance for key self-driving problems. Combined with the provided software kit, this collection forms the largest and most detailed dataset to date for the development of self-driving machine learning tasks, such as motion forecasting, motion planning and simulation. The full dataset is available at http://level5.lyft.com/.

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

Code

Syntology Ran 0 of 12 code samples harvested from 2 repositories linked to this paper; 12 have no recorded run.

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

kazuki-shin/l5kit mentioned on GitHubpytorchApache-2.0 report
kumgleb/Lyft_motion_prediction mentioned on GitHubpytorch report
wenkaip-1836890/pyromid_l5prediction mentioned 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

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

12unverified

Licence: 0 of the 12 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 2 repositories linked to this paper, official or community; each sample names its own and says which. “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.

angle_between_vectors kazuki-shin/l5kit/l5kit/l5kit/geometry/angle.py community (archive-listed) unverified Apache-2.0 (permissive) · a50e4dbbbd238392 · report
build_model_resnet50 wenkaip-1836890/pyromid_l5prediction/agent_motion_prediction.py community (archive-listed) unverified Apache-2.0 (permissive) · 27cde99d4fbcd6fa · report
compute_mse_error_csv kazuki-shin/l5kit/l5kit/l5kit/evaluation/extract_losses.py community (archive-listed) unverified Apache-2.0 (permissive) · d1f37740b489c259 · report
compute_yaw_around_north_from_direction kazuki-shin/l5kit/l5kit/l5kit/geometry/angle.py community (archive-listed) unverified Apache-2.0 (permissive) · 11d84a4585550ba9 · report
crop_rectangle_from_image kazuki-shin/l5kit/l5kit/l5kit/geometry/image.py community (archive-listed) unverified Apache-2.0 (permissive) · d57b6311bb1a8031 · report
fit_ackerman_model_approximate kazuki-shin/l5kit/l5kit/l5kit/kinematic/ackerman_steering_model.py community (archive-listed) unverified Apache-2.0 (permissive) · 3d42c5f091c331f2 · report
fit_ackerman_model_exact kazuki-shin/l5kit/l5kit/l5kit/kinematic/ackerman_steering_model.py community (archive-listed) unverified Apache-2.0 (permissive) · 1bf44bcbbd74c8b0 · report
forward_resnet50 wenkaip-1836890/pyromid_l5prediction/agent_motion_prediction.py community (archive-listed) unverified Apache-2.0 (permissive) · 08332f03eefbeebe · report
in_angular_distance kazuki-shin/l5kit/l5kit/l5kit/dataset/select_agents.py community (archive-listed) unverified Apache-2.0 (permissive) · e0ae661ca3c6d2b9 · report
in_av_distance kazuki-shin/l5kit/l5kit/l5kit/dataset/select_agents.py community (archive-listed) unverified Apache-2.0 (permissive) · 39730a93a95dfc59 · report
in_consecutive_frame kazuki-shin/l5kit/l5kit/l5kit/dataset/select_agents.py community (archive-listed) unverified Apache-2.0 (permissive) · f520542801f4bbc1 · report
load_config_data kazuki-shin/l5kit/l5kit/l5kit/configs/config.py community (archive-listed) unverified Apache-2.0 (permissive) · 557e35ed5eacf6ab · report

Tasks

Autonomous VehiclesMotion ForecastingMotion Planningmotion prediction

Datasets

Introduced by this paper, per the archive.

Lyft Level 5 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