Papers › Fully Sparse 3D Occupancy Prediction

Fully Sparse 3D Occupancy Prediction

28 Dec 2023arXiv:2312.17118archive 2025-07-28

Haisong Liu, Yang Chen, Haiguang Wang, Zetong Yang, Tianyu Li, Jia Zeng, Li Chen, Hongyang Li, LiMin Wang

Occupancy prediction plays a pivotal role in autonomous driving. Previous methods typically construct dense 3D volumes, neglecting the inherent sparsity of the scene and suffering from high computational costs. To bridge the gap, we introduce a novel fully sparse occupancy network, termed SparseOcc. SparseOcc initially reconstructs a sparse 3D representation from camera-only inputs and subsequently predicts semantic/instance occupancy from the 3D sparse representation by sparse queries. A mask-guided sparse sampling is designed to enable sparse queries to interact with 2D features in a fully sparse manner, thereby circumventing costly dense features or global attention. Additionally, we design a thoughtful ray-based evaluation metric, namely RayIoU, to solve the inconsistency penalty along the depth axis raised in traditional voxel-level mIoU criteria. SparseOcc demonstrates its effectiveness by achieving a RayIoU of 34.0, while maintaining a real-time inference speed of 17.3 FPS, with 7 history frames inputs. By incorporating more preceding frames to 15, SparseOcc continuously improves its performance to 35.1 RayIoU without bells and whistles.

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

Code

Syntology Ran 15 of 24 code samples harvested from 3 repositories linked to this paper; 9 have no recorded run. Of those that ran: 15 ran with no contract checked.

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

mcg-nju/sparseocc officialmentioned in papermentioned on GitHubpytorchApache-2.0 report
mcg-nju/sparsebev mentioned on GitHubpytorchMIT report
opendrivelab/occnet 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

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

15ran
9unverified

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

batch_dice_loss mcg-nju/sparseocc/models/matcher.py official repository ran Apache-2.0 (permissive) · 483b6b8c81c0b6bb · report
batch_sigmoid_ce_loss mcg-nju/sparseocc/models/matcher.py official repository ran Apache-2.0 (permissive) · 7e8e2bcfcb2b11e8 · report
compute_scal_loss mcg-nju/sparseocc/models/loss_utils.py official repository ran Apache-2.0 (permissive) · 5b38b49212868074 · report
index2point mcg-nju/sparseocc/models/sparse_voxel_decoder.py official repository ran Apache-2.0 (permissive) · f87970b7c22e56a5 · report
make_sample_points_from_mask mcg-nju/sparseocc/models/sparsebev_sampling.py official repository ran Apache-2.0 (permissive) · 4a9cf3011e93f57b · report
meshgrid3d mcg-nju/sparseocc/gen_instance_info.py official repository ran Apache-2.0 (permissive) · c6f233575958bdd3 · report
point2bbox mcg-nju/sparseocc/models/sparse_voxel_decoder.py official repository ran fingerprinted Apache-2.0 (permissive) · dc9c1c4a8717a0bf · report
upsample mcg-nju/sparseocc/models/sparse_voxel_decoder.py official repository ran Apache-2.0 (permissive) · dac02d544d21142d · report
dice_loss mcg-nju/sparseocc/models/loss_utils.py official repository unverified Apache-2.0 (permissive) · 7649978f7463b1e8 · report
get_voxel_decoder_loss_input mcg-nju/sparseocc/models/loss_utils.py official repository unverified Apache-2.0 (permissive) · 9e5b23a1e48e12a1 · report
make_sample_points_from_bbox mcg-nju/sparseocc/models/sparsebev_sampling.py official repository unverified Apache-2.0 (permissive) · 9cf47f1cb19afbc9 · report
sampling_4d mcg-nju/sparseocc/models/sparsebev_sampling.py official repository unverified Apache-2.0 (permissive) · 88369f6990ec316a · report
detach_variable mcg-nju/sparsebev/models/checkpoint.py community (archive-listed) ran MIT (permissive) · c9aa0bc1f2c95d8c · report
evaluate mcg-nju/sparsebev/val.py community (archive-listed) ran MIT (permissive) · 97c6373ac9809717 · report
pad_multiple mcg-nju/sparsebev/models/utils.py community (archive-listed) ran MIT (permissive) · 3e9c83e1f53e5cdb · report
rotation_3d_in_axis mcg-nju/sparsebev/models/utils.py community (archive-listed) ran MIT (permissive) · 24ed606d1bb9e644 · report
rotz opendrivelab/occnet/utils/vis.py community (archive-listed) ran Apache-2.0 (permissive) · a30067af1a83cdf2 · report
voxel2points opendrivelab/occnet/utils/vis.py community (archive-listed) ran Apache-2.0 (permissive) · 4124214e21574acc · report
voxel_profile opendrivelab/occnet/utils/vis.py community (archive-listed) ran Apache-2.0 (permissive) · bd1aa420eb46a2d4 · report
checkpoint mcg-nju/sparsebev/models/checkpoint.py community (archive-listed) unverified MIT (permissive) · ac40908e99924f13 · report
checkpoint_sequential mcg-nju/sparsebev/models/checkpoint.py community (archive-listed) unverified MIT (permissive) · 1c35dc9d8a7ecbc3 · report
inverse_sigmoid mcg-nju/sparsebev/models/utils.py community (archive-listed) unverified MIT (permissive) · f3855be53d36327d · report
make_sample_points mcg-nju/sparsebev/models/sparsebev_sampling.py community (archive-listed) unverified MIT (permissive) · 7c1905bfbdc4affc · report
sampling_4d mcg-nju/sparsebev/models/sparsebev_sampling.py community (archive-listed) unverified MIT (permissive) · b65b0ef8ceb0314c · report

Tasks

Autonomous DrivingPrediction

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

SPEED

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