Share your thoughts, 1 month free Claude Pro on usSee more
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
215
LiDAR Semantic SegmentationnuScenes official (test)
mIoU70.8
204
Semantic Scene CompletionSemanticKITTI (val)
mIoU (Mean IoU)13.46
119
Semantic Scene CompletionSemanticKITTI (test)
SSC mIoU12.32
74
Semantic Occupancy PredictionSemanticKITTI (test)
mIoU34.53
67
3D Semantic Occupancy PredictionSemanticKITTI (val)
mIoU13.5
59
3D Semantic Occupancy PredictionSurroundOcc-nuScenes (val)
mIoU19.03
59
3D Semantic Occupancy PredictionOcc3D-nuScenes v1.0 (val)
mIoU37.4
54
3D Semantic Occupancy PredictionnuScenes-Occupancy (val)
mIoU20.1
51
3D Semantic Occupancy PredictionSurroundOcc (val)
mIoU19
43
Showing 10 of 32 rows

Other info

Code

Follow for update