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

Efficient Semantic Scene Completion Network with Spatial Group Convolution

About

We introduce Spatial Group Convolution (SGC) for accelerating the computation of 3D dense prediction tasks. SGC is orthogonal to group convolution, which works on spatial dimensions rather than feature channel dimension. It divides input voxels into different groups, then conducts 3D sparse convolution on these separated groups. As only valid voxels are considered when performing convolution, computation can be significantly reduced with a slight loss of accuracy. The proposed operations are validated on semantic scene completion task, which aims to predict a complete 3D volume with semantic labels from a single depth image. With SGC, we further present an efficient 3D sparse convolutional network, which harnesses a multiscale architecture and a coarse-to-fine prediction strategy. Evaluations are conducted on the SUNCG dataset, achieving state-of-the-art performance and fast speed. Code is available at https://github.com/zjhthu/SGC-Release.git

Jiahui Zhang, Hao Zhao, Anbang Yao, Yurong Chen, Li Zhang, Hongen Liao• 2019

Related benchmarks

TaskDatasetResultRank
Semantic Scene CompletionNYU v2 (test)
Ceiling Error17.5
72
Semantic Scene CompletionSemanticKITTI official (test)
mIoU17.5
50
Scene CompletionNYU dataset (test)
mIoU56.2
50
Scene CompletionNYU v2 (test)
mIoU56.2
48
Semantic Scene CompletionNYU (test)
Ceiling Error17.5
46
Semantic Scene CompletionSUNCG (test)
Acc (Ceiling)96.6
33
Scene CompletionSUNCG (test)
IoU84.5
28
Scene CompletionSemanticKITTI official (test)
mIoU41.8
24
Scene CompletionNYU Kinect
IoU56.2
21
Scene CompletionNYU Depth V2 (test)
Precision71.9
7
Showing 10 of 17 rows

Other info

Code

Follow for update