paper-with-me

홈 › Papers

OccDepth: A Depth-Aware Method for 3D Semantic Scene Completion

2023-02-27 · Ruihang Miao, Weizhou Liu, Mingrui Chen, Zheng Gong, Weixin Xu, Chen Hu, Shuchang Zhou

3D Semantic Scene Completion (SSC) can provide dense geometric and semantic scene representations, which can be applied in the field of autonomous driving and robotic systems. It is challenging to estimate the complete geometry and semantics of a scene solely from visual images, and accurate depth information is crucial for restoring 3D geometry. In this paper, we propose the first stereo SSC method named OccDepth, which fully exploits implicit depth information from stereo images (or RGBD images) to help the recovery of 3D geometric structures. The Stereo Soft Feature Assignment (Stereo-SFA) module is proposed to better fuse 3D depth-aware features by implicitly learning the correlation between stereo images. In particular, when the input are RGBD image, a virtual stereo images can be generated through original RGB image and depth map. Besides, the Occupancy Aware Depth (OAD) module is used to obtain geometry-aware 3D features by knowledge distillation using pre-trained depth models. In addition, a reformed TartanAir benchmark, named SemanticTartanAir, is provided in this paper for further testing our OccDepth method on SSC task. Compared with the state-of-the-art RGB-inferred SSC method, extensive experiments on SemanticKITTI show that our OccDepth method achieves superior performance with improving +4.82% mIoU, of which +2.49% mIoU comes from stereo images and +2.33% mIoU comes from our proposed depth-aware method. Our code and trained models are available at https://github.com/megvii-research/OccDepth.

📄 PDF Abstract BibTeX arXiv:2302.13540

Code (1)

megvii-research/occdepth 공식 구현 pytorch

Tasks

3D geometry3D Semantic Scene CompletionAutonomous DrivingKnowledge Distillation

Methods 이 논문이 사용한 방법론

Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…
AWARE We propose to theoretically and empirically examine the effect of incorporating weighting schemes into walk-aggregating GNNs. To this end, we propose a simple, interpretable, and…

Similar Papers 제목 키워드 기반

Scene Completeness-Aware Lidar Depth Completion for Driving Scenario

2020-03-15 · Cho-Ying Wu, Ulrich Neumann

This paper introduces Scene Completeness-Aware Depth Completion (SCADC) to complete raw lidar scans into dense depth maps with fine and complete scene structures. Recent sparse depth completion for lidars only focuses on…

Depth CompletionRGBD Semantic SegmentationScene UnderstandingSemantic Segmentation+2

SemAttNet: Towards Attention-based Semantic Aware Guided Depth Completion

2022-04-28 · Danish Nazir, Marcus Liwicki, Didier Stricker, Muhammad Zeshan Afzal

Depth completion involves recovering a dense depth map from a sparse map and an RGB image. Recent approaches focus on utilizing color images as guidance images to recover depth at invalid pixels. However, color images al…

Depth Completion

DepthSSC: Monocular 3D Semantic Scene Completion via Depth-Spatial Alignment and Voxel Adaptation

2023-11-28 · Jiawei Yao, Jusheng Zhang, Xiaochao Pan, Tong Wu 외

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 Semantic Scene CompletionAutonomous DrivingObject

Depth Based Semantic Scene Completion with Position Importance Aware Loss

2020-01-29 · Yu Liu, Jie Li, Xia Yuan, Chunxia Zhao 외

Semantic Scene Completion (SSC) refers to the task of inferring the 3D semantic segmentation of a scene while simultaneously completing the 3D shapes. We propose PALNet, a novel hybrid network for SSC based on single dep…

3D Semantic SegmentationPositionSemantic Segmentation

CurriFlow: Curriculum-Guided Depth Fusion with Optical Flow-Based Temporal Alignment for 3D Semantic Scene Completion

2025-10-14 · Jinzhou Lin, Jie Zhou, Wenhao Xu, Rongtao Xu 외 arxiv

Semantic Scene Completion (SSC) aims to infer complete 3D geometry and semantics from monocular images, serving as a crucial capability for camera-based perception in autonomous driving. However, existing SSC methods rel…

3D Semantic Scene CompletionAutonomous Driving