DSOcc: Leveraging Depth Awareness and Semantic Aid to Boost Camera-Based 3D Semantic Occupancy Prediction
Naiyu Fang, Zheyuan Zhou, Kang Wang, Ruibo Li, Lemiao Qiu, Shuyou Zhang, Zhe Wang, Guosheng Lin
TL;DR
DSOcc tackles camera-based 3D semantic occupancy by introducing depth-aware soft occupancy and semantic-aided class inference. It embeds depth-derived occupancy confidence into image features and fuses multi-frame semantic segmentation with occupancy probabilities via a dual deformable-attention voxel fusion module. The approach achieves state-of-the-art mIoU among camera-based methods on SemanticKITTI and competitive results on SSCBench-KITTI-360 and Occ3D-nuScenes, with robustness to depth estimation noise and class imbalance. This work demonstrates practical potential for low-cost autonomous driving perception by improving both occupancy state and class prediction without expanding occupancy annotations.
Abstract
Camera-based 3D semantic occupancy prediction offers an efficient and cost-effective solution for perceiving surrounding scenes in autonomous driving. However, existing works rely on explicit occupancy state inference, leading to numerous incorrect feature assignments, and insufficient samples restrict the learning of occupancy class inference. To address these challenges, we propose leveraging \textbf{D}epth awareness and \textbf{S}emantic aid to boost camera-based 3D semantic \textbf{Occ}upancy prediction (\textbf{DSOcc}). We jointly perform occupancy state and occupancy class inference, where soft occupancy confidence is calculated by non-learning method and multiplied with image features to make voxels aware of depth, enabling adaptive implicit occupancy state inference. Instead of enhancing feature learning, we directly utilize well-trained image semantic segmentation and fuse multiple frames with their occupancy probabilities to aid occupancy class inference, thereby enhancing robustness. Experimental results demonstrate that DSOcc achieves state-of-the-art performance on the SemanticKITTI dataset among camera-based methods and achieves competitive performance on the SSCBench-KITTI-360 and Occ3D-nuScenes datasets. Code will be released on github.
