Papers › KITTI-360: A Novel Dataset and Benchmarks for Urban Scene Understanding in 2D and 3D

KITTI-360: A Novel Dataset and Benchmarks for Urban Scene Understanding in 2D and 3D

28 Sep 2021arXiv:2109.13410archive 2025-07-28

Yiyi Liao, Jun Xie, Andreas Geiger

For the last few decades, several major subfields of artificial intelligence including computer vision, graphics, and robotics have progressed largely independently from each other. Recently, however, the community has realized that progress towards robust intelligent systems such as self-driving cars requires a concerted effort across the different fields. This motivated us to develop KITTI-360, successor of the popular KITTI dataset. KITTI-360 is a suburban driving dataset which comprises richer input modalities, comprehensive semantic instance annotations and accurate localization to facilitate research at the intersection of vision, graphics and robotics. For efficient annotation, we created a tool to label 3D scenes with bounding primitives and developed a model that transfers this information into the 2D image domain, resulting in over 150k images and 1B 3D points with coherent semantic instance annotations across 2D and 3D. Moreover, we established benchmarks and baselines for several tasks relevant to mobile perception, encompassing problems from computer vision, graphics, and robotics on the same dataset, e.g., semantic scene understanding, novel view synthesis and semantic SLAM. KITTI-360 will enable progress at the intersection of these research areas and thus contribute towards solving one of today's grand challenges: the development of fully autonomous self-driving systems.

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

Code

Syntology Ran 2 of 16 code samples harvested from 2 repositories linked to this paper; 14 have no recorded run. Of those that ran: 2 ran with no contract checked.

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

autonomousvision/kitti360labeltool officialmentioned in papermentioned on GitHubMIT report
autonomousvision/kitti360scripts officialmentioned in paperMIT 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

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

2ran
14unverified

Licence: 0 of the 16 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.

parse_header autonomousvision/kitti360scripts/kitti360scripts/helpers/ply.py official repository ran MIT (permissive) · 27aa4c3bde697bf7 · report
parse_mesh_header autonomousvision/kitti360scripts/kitti360scripts/helpers/ply.py official repository ran MIT (permissive) · 5f8cf95da4e4af73 · report
assureSingleInstanceName autonomousvision/kitti360scripts/kitti360scripts/helpers/labels.py official repository unverified MIT (permissive) · 1bbbf9f4bf965ba6 · report
check_credentials autonomousvision/kitti360labeltool/user_auth.py official repository unverified MIT (permissive) · 3e518c53b4c82b9c · report
encrypt_password autonomousvision/kitti360labeltool/create_db.py official repository unverified MIT (permissive) · a6f77a1ff9252531 · report
getColorEntry autonomousvision/kitti360scripts/kitti360scripts/helpers/csHelpers.py official repository unverified MIT (permissive) · f235ef5bfd12fdd2 · report
getFileInfo autonomousvision/kitti360scripts/kitti360scripts/helpers/csHelpers.py official repository unverified MIT (permissive) · d4af60d2845431e4 · report
getWindowInfo autonomousvision/kitti360scripts/kitti360scripts/helpers/csHelpers.py official repository unverified MIT (permissive) · 5cac5b94e4a3b6b4 · report
global2local autonomousvision/kitti360scripts/kitti360scripts/helpers/annotation.py official repository unverified MIT (permissive) · c1ba03a3f28f565d · report
loadCalibrationCameraToPose autonomousvision/kitti360scripts/kitti360scripts/devkits/commons/loadCalibration.py official repository unverified MIT (permissive) · 6d30ae1acdf4af14 · report
loadCalibrationRigid autonomousvision/kitti360scripts/kitti360scripts/devkits/commons/loadCalibration.py official repository unverified MIT (permissive) · a40cbfe9e1c016c8 · report
local2global autonomousvision/kitti360scripts/kitti360scripts/helpers/annotation.py official repository unverified MIT (permissive) · 9e00fccb6ac72c2b · report
member_of autonomousvision/kitti360labeltool/user_auth.py official repository unverified MIT (permissive) · 85785df0aa43aad5 · report
readVariable autonomousvision/kitti360scripts/kitti360scripts/devkits/commons/loadCalibration.py official repository unverified MIT (permissive) · b2d5935b7fbd3050 · report
readYAMLFile autonomousvision/kitti360scripts/kitti360scripts/helpers/project.py official repository unverified MIT (permissive) · b6e0a4c988640904 · report
read_ply autonomousvision/kitti360scripts/kitti360scripts/helpers/ply.py official repository unverified MIT (permissive) · 1e26a8ee45f6722c · report

Tasks

Multiple Object TrackingNovel View SynthesisScene UnderstandingSelf-Driving CarsSemantic SLAM

Datasets

Introduced by this paper, per the archive.

KITTI-360

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