paper-with-me

홈 › Papers

Not All Voxels Are Equal: Hardness-Aware Semantic Scene Completion with Self-Distillation

2024-04-18 · CVPR 2024 1 · Song Wang, Jiawei Yu, Wentong Li, Wenyu Liu, Xiaolu Liu, Junbo Chen, Jianke Zhu

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.

📄 PDF Abstract BibTeX arXiv:2404.11958

Code (1)

songw-zju/HASSC 공식 구현 pytorch

Tasks

AllAutonomous Vehicles

Similar Papers 제목 키워드 기반

Not All Voxels Are Equal: Semantic Scene Completion from the Point-Voxel Perspective

2021-12-24 · Xiaokang Chen, Jiaxiang Tang, Jingbo Wang, Gang Zeng

We revisit Semantic Scene Completion (SSC), a useful task to predict the semantic and occupancy representation of 3D scenes, in this paper. A number of methods for this task are always based on voxelized scene representa…

3D Semantic Scene CompletionAll

Sparsity-Aware Voxel Attention and Foreground Modulation for 3D Semantic Scene Completion

2026-04-07 · Yu Xue, Longjun Gao, Yuanqi Su, HaoAng Lu 외 arxiv

Monocular Semantic Scene Completion (SSC) aims to reconstruct complete 3D semantic scenes from a single RGB image, offering a cost-effective solution for autonomous driving and robotics. However, the inherently imbalance…

3D Semantic Scene CompletionAutonomous Driving

Three Cars Approaching within 100m! Enhancing Distant Geometry by Tri-Axis Voxel Scanning for Camera-based Semantic Scene Completion

2024-11-25 · CVPR 2025 1 · Jongseong Bae, Junwoo Ha, Ha Young Kim

Camera-based Semantic Scene Completion (SSC) is gaining attentions in the 3D perception field. However, properties such as perspective and occlusion lead to the underestimation of the geometry in distant regions, posing …

Autonomous Driving

PanoSSC: Exploring Monocular Panoptic 3D Scene Reconstruction for Autonomous Driving

2024-06-11 · Yining Shi, Jiusi Li, Kun Jiang, Ke Wang 외

Vision-centric occupancy networks, which represent the surrounding environment with uniform voxels with semantics, have become a new trend for safe driving of camera-only autonomous driving perception systems, as they ar…

3D Instance Segmentation3D Scene Reconstruction3D Semantic SegmentationAutonomous Driving+5

Inner-Outer Aware Reconstruction Model for Monocular 3D Scene Reconstruction

2023-09-21 · NeurIPS 2023 11

Monocular 3D scene reconstruction aims to reconstruct the 3D structure of scenes based on posed images. Recent volumetric-based methods directly predict the truncated signed distance function (TSDF) volume and have achie…