Not All Voxels Are Equal: Hardness-Aware Semantic Scene Completion with Self-Distillation
Song Wang, Jiawei Yu, Wentong Li, Wenyu Liu, Xiaolu Liu, Junbo Chen, Jianke Zhu
TL;DR
This paper tackles the inefficiency and uneven difficulty of 3D semantic scene completion by introducing HASSC, a hardness-aware training framework. It combines global hardness-based hard voxel mining with local geometric anisotropy to refine challenging voxels, and augments training with a self-distillation strategy using a mean-teacher model to stabilize learning. The approach yields consistent accuracy gains across state-of-the-art camera-based SSC baselines on SemanticKITTI while keeping inference cost unchanged, and shows robustness through extensive ablations. The findings suggest that targeted voxel-wise refinement guided by hardness signals can substantially improve 3D semantic occupancy predictions for autonomous driving, with potential future gains from integrating richer geometric cues such as NeRF-based cues.
Abstract
Semantic scene completion, also known as semantic occupancy prediction, can provide dense geometric and semantic information for autonomous vehicles, which attracts the increasing attention of both academia and industry. Unfortunately, existing methods usually formulate this task as a voxel-wise classification problem and treat each voxel equally in 3D space during training. As the hard voxels have not been paid enough attention, the performance in some challenging regions is limited. The 3D dense space typically contains a large number of empty voxels, which are easy to learn but require amounts of computation due to handling all the voxels uniformly for the existing models. Furthermore, the voxels in the boundary region are more challenging to differentiate than those in the interior. In this paper, we propose HASSC approach to train the semantic scene completion model with hardness-aware design. The global hardness from the network optimization process is defined for dynamical hard voxel selection. Then, the local hardness with geometric anisotropy is adopted for voxel-wise refinement. Besides, self-distillation strategy is introduced to make training process stable and consistent. Extensive experiments show that our HASSC scheme can effectively promote the accuracy of the baseline model without incurring the extra inference cost. Source code is available at: https://github.com/songw-zju/HASSC.
