Papers › DrivIng: A Large-Scale Multimodal Driving Dataset with Full Digital Twin Integration

DrivIng: A Large-Scale Multimodal Driving Dataset with Full Digital Twin Integration

21 Jan 2026arXiv:2601.15260added by Syntology

Dominik Rößle, Xujun Xie, Adithya Mohan, Venkatesh Thirugnana Sambandham, Daniel Cremers, Torsten Schön

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

Perception is a cornerstone of autonomous driving, enabling vehicles to understand their surroundings and make safe, reliable decisions. Developing robust perception algorithms requires large-scale, high-quality datasets that cover diverse driving conditions and support thorough evaluation. Existing datasets often lack a high-fidelity digital twin, limiting systematic testing, edge-case simulation, sensor modification, and sim-to-real evaluations. To address this gap, we present DrivIng, a large-scale multimodal dataset with a complete geo-referenced digital twin of a ~18 km route spanning urban, suburban, and highway segments. Our dataset provides continuous recordings from six RGB cameras, one LiDAR, and high-precision ADMA-based localization, captured across day, dusk, and night. All sequences are annotated at 10 Hz with 3D bounding boxes and track IDs across 12 classes, yielding ~1.2 million annotated instances. Alongside the benefits of a digital twin, DrivIng enables a 1-to-1 transfer of real traffic into simulation, preserving agent interactions while enabling realistic and flexible scenario testing. To support reproducible research and robust validation, we benchmark DrivIng with state-of-the-art perception models and publicly release the dataset, digital twin, HD map, and codebase.

PaperPDFCode 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="2601.15260")

Code

Syntology Ran 0 of 17 code samples harvested from 1 repository linked to this paper; 17 have no recorded run.

By repository: found in paper text by Syntology: 17 samples from 1 repository, 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.

cvims/DrivIng found in paper text by Syntology report

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

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

17unverified

Licence: 0 of the 17 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 cvims/DrivIng. “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.

compute_md5 cvims/DrivIng/dataset_scripts/driving_dataset_scripts/download_dataset.py found in paper text by Syntology unverified MIT (permissive) · c50e82e85641fa92 · report
convert_from_timestamp_wise_to_tracks_wise cvims/DrivIng/dataset_scripts/driving_dataset_scripts/utils/annotations.py found in paper text by Syntology unverified MIT (permissive) · 00a4364595afb64f · report
convert_labels_from_tracks_wise_to_timestamp_wise cvims/DrivIng/dataset_scripts/driving_dataset_scripts/utils/annotations.py found in paper text by Syntology unverified MIT (permissive) · c6cc24e565b70212 · report
convert_mmdet_to_bev_bboxes cvims/DrivIng/mmdetection3d/demo/driving_inference.py found in paper text by Syntology unverified MIT (permissive) · fd3274f945c4e725 · report
create_timesync_file_for_sequence cvims/DrivIng/dataset_scripts/driving_dataset_scripts/data_conversion/create_sequences_from_annotation_file.py found in paper text by Syntology unverified MIT (permissive) · 83c742714be75111 · report
enu_axes_from_llh cvims/DrivIng/dataset_scripts/driving_dataset_scripts/data_conversion/create_geo_ref_format.py found in paper text by Syntology unverified MIT (permissive) · 32205797563fa678 · report
extract_tar_gz cvims/DrivIng/dataset_scripts/driving_dataset_scripts/unzip_dataset.py found in paper text by Syntology unverified MIT (permissive) · 1360429eef0fc38a · report
find_all_chunk_groups cvims/DrivIng/dataset_scripts/driving_dataset_scripts/unzip_dataset.py found in paper text by Syntology unverified MIT (permissive) · c6fdd0fec4fa94fc · report
get_attribute_options_by_id cvims/DrivIng/dataset_scripts/driving_dataset_scripts/data_conversion/create_nuscenes_format.py found in paper text by Syntology unverified MIT (permissive) · c7ffb71f42241427 · report
get_nuscenes_attribute cvims/DrivIng/dataset_scripts/driving_dataset_scripts/data_conversion/create_nuscenes_format.py found in paper text by Syntology unverified MIT (permissive) · 8a39b12b54b9778a · report
get_nuscenes_object_types cvims/DrivIng/dataset_scripts/driving_dataset_scripts/data_conversion/create_nuscenes_format.py found in paper text by Syntology unverified MIT (permissive) · 28035ef5d6448459 · report
load_adma_file_data cvims/DrivIng/dataset_scripts/driving_dataset_scripts/utils/adma.py found in paper text by Syntology unverified MIT (permissive) · 7d9afb2acce1c4e6 · report
load_annotation_data cvims/DrivIng/dataset_scripts/driving_dataset_scripts/utils/annotations.py found in paper text by Syntology unverified MIT (permissive) · 9e29cc59b1737a8d · report
load_image cvims/DrivIng/dataset_scripts/driving_dataset_scripts/utils/camera.py found in paper text by Syntology unverified MIT (permissive) · 3e70a3cdabf7d1aa · report
plot_images_combined cvims/DrivIng/dataset_scripts/driving_dataset_scripts/utils/camera.py found in paper text by Syntology unverified MIT (permissive) · c5f3ceea21349870 · report
reassemble_tar_gz cvims/DrivIng/dataset_scripts/driving_dataset_scripts/unzip_dataset.py found in paper text by Syntology unverified MIT (permissive) · d848baaee99a607d · report
split_by_chunk_size cvims/DrivIng/dataset_scripts/driving_dataset_scripts/data_conversion/create_sequences_from_annotation_file.py found in paper text by Syntology unverified MIT (permissive) · 2c3bc7cd32e7bd53 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2601.15260, was issued in January 2026, after that date, so the archive has no leaderboard rows for it.

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