Papers › UniScene: Unified Occupancy-centric Driving Scene Generation

UniScene: Unified Occupancy-centric Driving Scene Generation

6 Dec 2024CVPR 2025 1arXiv:2412.05435archive 2025-07-28

Bohan Li, Jiazhe Guo, Hongsi Liu, Yingshuang Zou, Yikang Ding, Xiwu Chen, Hu Zhu, Feiyang Tan, Chi Zhang, Tiancai Wang, Shuchang Zhou, Li Zhang, Xiaojuan Qi, Hao Zhao, Mu Yang, Wenjun Zeng, Xin Jin

Generating high-fidelity, controllable, and annotated training data is critical for autonomous driving. Existing methods typically generate a single data form directly from a coarse scene layout, which not only fails to output rich data forms required for diverse downstream tasks but also struggles to model the direct layout-to-data distribution. In this paper, we introduce UniScene, the first unified framework for generating three key data forms - semantic occupancy, video, and LiDAR - in driving scenes. UniScene employs a progressive generation process that decomposes the complex task of scene generation into two hierarchical steps: (a) first generating semantic occupancy from a customized scene layout as a meta scene representation rich in both semantic and geometric information, and then (b) conditioned on occupancy, generating video and LiDAR data, respectively, with two novel transfer strategies of Gaussian-based Joint Rendering and Prior-guided Sparse Modeling. This occupancy-centric approach reduces the generation burden, especially for intricate scenes, while providing detailed intermediate representations for the subsequent generation stages. Extensive experiments demonstrate that UniScene outperforms previous SOTAs in the occupancy, video, and LiDAR generation, which also indeed benefits downstream driving tasks.

PaperPDFConference PDFCodeCode 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="2412.05435")

Code

Syntology Ran 1 of 11 code samples harvested from 1 repository linked to this paper; 10 have no recorded run. Of those that ran: 1 ran · our draft was wrong.

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

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

11 samples harvested; 1 ran; 0 honoured the contract we drafted; 10 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
10unverified

Licence: 0 of the 11 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 arlo0o/uniscene-unified-occupancy-centric-driving-scene-generation. “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.

modulate arlo0o/uniscene-unified-occupancy-centric-driving-scene-generation/occupancy_gen/diffusion/models.py community (archive-listed) ran · our draft was wrong fingerprinted Apache-2.0 (permissive) · 03310bba324ae4fb · report
cal_occ_meta arlo0o/uniscene-unified-occupancy-centric-driving-scene-generation/occupancy_gen/dataload_util.py community (archive-listed) unverified Apache-2.0 (permissive) · c31237be0944deb7 · report
download_model arlo0o/uniscene-unified-occupancy-centric-driving-scene-generation/occupancy_gen/download.py community (archive-listed) unverified Apache-2.0 (permissive) · 5db549980f2a6e09 · report
find_model arlo0o/uniscene-unified-occupancy-centric-driving-scene-generation/occupancy_gen/download.py community (archive-listed) unverified Apache-2.0 (permissive) · dc4bde5231259769 · report
get_2d_sincos_pos_embed arlo0o/uniscene-unified-occupancy-centric-driving-scene-generation/occupancy_gen/diffusion/models.py community (archive-listed) unverified Apache-2.0 (permissive) · 244852749ee4a19a · report
get_color_by_priority arlo0o/uniscene-unified-occupancy-centric-driving-scene-generation/occupancy_gen/map_visualizer.py community (archive-listed) unverified Apache-2.0 (permissive) · 5d3570f4993c0755 · report
get_colors arlo0o/uniscene-unified-occupancy-centric-driving-scene-generation/occupancy_gen/map_visualizer.py community (archive-listed) unverified Apache-2.0 (permissive) · bcc7fc71a1ced4e3 · report
nBEV1 arlo0o/uniscene-unified-occupancy-centric-driving-scene-generation/occupancy_gen/dataload_util.py community (archive-listed) unverified Apache-2.0 (permissive) · 0e6f2bba3bf82af7 · report
normalizer arlo0o/uniscene-unified-occupancy-centric-driving-scene-generation/occupancy_gen/diffusion/models.py community (archive-listed) unverified Apache-2.0 (permissive) · 745ed425cbbef9cc · report
rgb_to_01range arlo0o/uniscene-unified-occupancy-centric-driving-scene-generation/occupancy_gen/map_visualizer.py community (archive-listed) unverified Apache-2.0 (permissive) · a5a9b4f9ebcff3d1 · report
rot_flip arlo0o/uniscene-unified-occupancy-centric-driving-scene-generation/occupancy_gen/dataload_util.py community (archive-listed) unverified Apache-2.0 (permissive) · 61f89b696af7393e · report

Tasks

Autonomous DrivingScene Generation

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