Rebenchmarking Unsupervised Monocular 3D Occupancy Prediction
Zizhan Guo, Yi Feng, Mengtan Zhang, Haoran Zhang, Wei Ye, Rui Fan
TL;DR
The paper tackles unsupervised monocular 3D occupancy prediction by addressing a fundamental training-evaluation mismatch: NeRF-style density outputs are not directly compatible with voxel-wise 3D occupancy ground truth, especially in occluded regions. It introduces an interpretable occupancy representation based on opacity $\alpha$, and a coordinate-transformed occupancy sampling (CTS) to align predictions with voxel grids, enabling fair 3D evaluation without 2D supervision. Additionally, it adds an occlusion-aware occupancy polarization mechanism that leverages multi-view visual cues to provide explicit supervision in occluded areas, improving learning where photometric signals are weak. Extensive experiments on KITTI-360 with 3D ground truth from SSCBench-KITTI-360 demonstrate state-of-the-art unsupervised performance, with results competitive or superior to supervised baselines on several metrics, and a clear demonstration of improved occlusion reasoning and generalization, including zero-shot tests on SemanticKITTI. The framework offers a practical, interpretable benchmark that bridges NeRF-based unsupervised learning with voxel-level 3D occupancy evaluation, paving the way for more reliable 3D scene understanding in autonomous systems.
Abstract
Inferring the 3D structure from a single image, particularly in occluded regions, remains a fundamental yet unsolved challenge in vision-centric autonomous driving. Existing unsupervised approaches typically train a neural radiance field and treat the network outputs as occupancy probabilities during evaluation, overlooking the inconsistency between training and evaluation protocols. Moreover, the prevalent use of 2D ground truth fails to reveal the inherent ambiguity in occluded regions caused by insufficient geometric constraints. To address these issues, this paper presents a reformulated benchmark for unsupervised monocular 3D occupancy prediction. We first interpret the variables involved in the volume rendering process and identify the most physically consistent representation of the occupancy probability. Building on these analyses, we improve existing evaluation protocols by aligning the newly identified representation with voxel-wise 3D occupancy ground truth, thereby enabling unsupervised methods to be evaluated in a manner consistent with that of supervised approaches. Additionally, to impose explicit constraints in occluded regions, we introduce an occlusion-aware polarization mechanism that incorporates multi-view visual cues to enhance discrimination between occupied and free spaces in these regions. Extensive experiments demonstrate that our approach not only significantly outperforms existing unsupervised approaches but also matches the performance of supervised ones. Our source code and evaluation protocol will be made available upon publication.
