DepthSSC: Monocular 3D Semantic Scene Completion via Depth-Spatial Alignment and Voxel Adaptation
Jiawei Yao, Jusheng Zhang, Xiaochao Pan, Tong Wu, Canran Xiao
TL;DR
DepthSSC tackles monocular 3D semantic scene completion by coupling a Spatially-Transformed Graph Fusion to align depth and voxel features with a graph-based fusion, and a Geometrically-aware Voxelization that adapts voxel resolution to local geometry. Building on VoxFormer, it introduces ASAN-based voxel-to-node alignment, graph clustering, and resolution-aware deformable attention to preserve fine structures and boundaries. The two-stage training with occupancy and semantic losses, plus a Hausdorff-based geometric preservation term, yields state-of-the-art results on SemanticKITTI and KITTI-360 datasets and demonstrates robustness to depth noise. Overall, DepthSSC provides a principled approach to retrieving accurate 3D structure from monocular inputs, with strong implications for autonomous driving perception and scene understanding.
Abstract
The task of 3D semantic scene completion using monocular cameras is gaining significant attention in the field of autonomous driving. This task aims to predict the occupancy status and semantic labels of each voxel in a 3D scene from partial image inputs. Despite numerous existing methods, many face challenges such as inaccurately predicting object shapes and misclassifying object boundaries. To address these issues, we propose DepthSSC, an advanced method for semantic scene completion using only monocular cameras. DepthSSC integrates the Spatial Transformation Graph Fusion (ST-GF) module with Geometric-Aware Voxelization (GAV), enabling dynamic adjustment of voxel resolution to accommodate the geometric complexity of 3D space. This ensures precise alignment between spatial and depth information, effectively mitigating issues such as object boundary distortion and incorrect depth perception found in previous methods. Evaluations on the SemanticKITTI and SSCBench-KITTI-360 dataset demonstrate that DepthSSC not only captures intricate 3D structural details effectively but also achieves state-of-the-art performance.
