Efficient Semantic Scene Completion Network with Spatial Group Convolution
Jiahui Zhang, Hao Zhao, Anbang Yao, Yurong Chen, Li Zhang, Hongen Liao

TL;DR
This paper proposes Spatial Group Convolution (SGC), a method that accelerates 3D dense prediction tasks by dividing voxels into groups for efficient sparse convolution, validated on semantic scene completion with state-of-the-art results.
Contribution
Introduction of SGC, a novel spatial grouping method for 3D convolution that reduces computation while maintaining accuracy, enabling faster semantic scene completion.
Findings
Achieves state-of-the-art performance on SUNCG dataset.
Significantly reduces computation time with minimal accuracy loss.
Validates effectiveness of SGC in 3D semantic scene completion.
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
Topics3D Shape Modeling and Analysis · Advanced Vision and Imaging · Computer Graphics and Visualization Techniques
MethodsConvolution
