paper-with-me

홈 › Papers

Efficient Semantic Scene Completion Network with Spatial Group Convolution

2019-07-11 · ECCV 2018 9 · Jiahui Zhang, Hao Zhao, Anbang Yao, Yurong Chen, Li Zhang, Hongen Liao

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

📄 PDF Abstract BibTeX arXiv:1907.05091

Code (1)

zjhthu/SGC-Release 공식 구현 pytorch

Tasks

3D Semantic Scene Completionvalid

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

Attention-based Multi-modal Fusion Network for Semantic Scene Completion

2020-03-31 · Siqi Li, Changqing Zou, Yipeng Li, Xibin Zhao 외

This paper presents an end-to-end 3D convolutional network named attention-based multi-modal fusion network (AMFNet) for the semantic scene completion (SSC) task of inferring the occupancy and semantic labels of a volume…

2D Semantic Segmentation3D Semantic Scene CompletionSegmentationSemantic Segmentation

ScanComplete: Large-Scale Scene Completion and Semantic Segmentation for 3D Scans

2017-12-29 · CVPR 2018 6 · Angela Dai, Daniel Ritchie, Martin Bokeloh, Scott Reed 외

We introduce ScanComplete, a novel data-driven approach for taking an incomplete 3D scan of a scene as input and predicting a complete 3D model along with per-voxel semantic labels. The key contribution of our method is …

Semantic Segmentation

Semantic Scene Completion using Local Deep Implicit Functions on LiDAR Data

2020-11-18 · Christoph B. Rist, David Emmerichs, Markus Enzweiler, Dariu M. Gavrila

Semantic scene completion is the task of jointly estimating 3D geometry and semantics of objects and surfaces within a given extent. This is a particularly challenging task on real-world data that is sparse and occluded.…

3D geometry3D Semantic Scene CompletionScene Segmentation

Geospatial-Prior Guidance for 3D Semantic Scene Completion

2026-08-04 · Meng Wang, Shougao Zhang, Wenzhe He, Ruihui Li 외 arxiv

Inferring complete 3D geometry and semantics from onboard images remains challenging because occlusions and restricted fields of view leave large scene regions underconstrained. Although satellite imagery provides wide-a…

3D Semantic Scene Completion

AdaSFormer: Adaptive Serialized Transformers for Monocular Semantic Scene Completion from Indoor Environments

2026-03-26 · Xuzhi Wang, Xinran Wu, Song Wang, Lingdong Kong 외 arxiv

Indoor monocular semantic scene completion (MSSC) is notably more challenging than its outdoor counterpart due to complex spatial layouts and severe occlusions. While transformers are well suited for modeling global depe…