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

VoxFormer: Sparse Voxel Transformer for Camera-based 3D Semantic Scene Completion

About

Humans can easily imagine the complete 3D geometry of occluded objects and scenes. This appealing ability is vital for recognition and understanding. To enable such capability in AI systems, we propose VoxFormer, a Transformer-based semantic scene completion framework that can output complete 3D volumetric semantics from only 2D images. Our framework adopts a two-stage design where we start from a sparse set of visible and occupied voxel queries from depth estimation, followed by a densification stage that generates dense 3D voxels from the sparse ones. A key idea of this design is that the visual features on 2D images correspond only to the visible scene structures rather than the occluded or empty spaces. Therefore, starting with the featurization and prediction of the visible structures is more reliable. Once we obtain the set of sparse queries, we apply a masked autoencoder design to propagate the information to all the voxels by self-attention. Experiments on SemanticKITTI show that VoxFormer outperforms the state of the art with a relative improvement of 20.0% in geometry and 18.1% in semantics and reduces GPU memory during training to less than 16GB. Our code is available on https://github.com/NVlabs/VoxFormer.

Yiming Li, Zhiding Yu, Christopher Choy, Chaowei Xiao, Jose M. Alvarez, Sanja Fidler, Chen Feng, Anima Anandkumar• 2023

Related benchmarks

TaskDatasetResultRank
3D Occupancy PredictionOcc3D-nuScenes (val)
mIoU40.6
144
Semantic Scene CompletionSemanticKITTI (val)
mIoU (Mean IoU)13.35
84
Semantic Scene CompletionSemanticKITTI official (test)
mIoU13.41
50
Semantic Scene CompletionSemanticKITTI (test)
Overall IoU43.21
48
Semantic Scene CompletionSSCBench-KITTI-360 (test)
IoU38.76
35
Semantic Scene CompletionSemanticKITTI hidden (test)
SSC mIoU0.1341
23
Semantic Scene CompletionSemanticKITTI 1.0 (test)
mIoU13.41
23
3D Semantic Occupancy PredictionSSCBench-KITTI-360 (test)
Overall IoU38.76
15
3D Semantic Occupancy PredictionSemanticKITTI (val)
IoU44.02
11
3D Occupancy PredictionKITTI-360
IoU38.8
9
Showing 10 of 18 rows

Other info

Code

Follow for update