Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

OccFormer: Dual-path Transformer for Vision-based 3D Semantic Occupancy Prediction

About

The vision-based perception for autonomous driving has undergone a transformation from the bird-eye-view (BEV) representations to the 3D semantic occupancy. Compared with the BEV planes, the 3D semantic occupancy further provides structural information along the vertical direction. This paper presents OccFormer, a dual-path transformer network to effectively process the 3D volume for semantic occupancy prediction. OccFormer achieves a long-range, dynamic, and efficient encoding of the camera-generated 3D voxel features. It is obtained by decomposing the heavy 3D processing into the local and global transformer pathways along the horizontal plane. For the occupancy decoder, we adapt the vanilla Mask2Former for 3D semantic occupancy by proposing preserve-pooling and class-guided sampling, which notably mitigate the sparsity and class imbalance. Experimental results demonstrate that OccFormer significantly outperforms existing methods for semantic scene completion on SemanticKITTI dataset and for LiDAR semantic segmentation on nuScenes dataset. Code is available at \url{https://github.com/zhangyp15/OccFormer}.

Yunpeng Zhang, Zheng Zhu, Dalong Du• 2023

Related benchmarks

TaskDatasetResultRank
3D Occupancy PredictionOcc3D-nuScenes (val)
mIoU2.19e+3
144
LiDAR Semantic SegmentationnuScenes official (test)
mIoU70.8
132
Semantic Scene CompletionSemanticKITTI (val)
mIoU (Mean IoU)13.46
84
Semantic Scene CompletionSemanticKITTI (test)
Overall IoU34.53
48
3D Semantic Occupancy PredictionSurroundOcc (val)
mIoU19
36
Semantic Scene CompletionSSCBench-KITTI-360 (test)
IoU40.27
35
Semantic Occupancy PredictionSemanticKITTI (test)
mIoU12.3
32
3D Semantic Occupancy PredictionSurroundOcc-nuScenes (val)
IoU31.39
31
Semantic Scene CompletionSemanticKITTI hidden (test)
SSC mIoU0.1232
23
Semantic Scene CompletionSemanticKITTI 1.0 (test)
mIoU12.32
23
Showing 10 of 19 rows

Other info

Code

Follow for update