paper-with-me

Papers

3D-PL: Domain Adaptive Depth Estimation with 3D-aware Pseudo-Labeling

2022-09-19 · Yu-Ting Yen, Chia-Ni Lu, Wei-Chen Chiu, Yi-Hsuan Tsai

For monocular depth estimation, acquiring ground truths for real data is not easy, and thus domain adaptation methods are commonly adopted using the supervised synthetic data. However, this may still incur a large domain gap due to the lack of supervision from the real data. In this paper, we develop a domain adaptation framework via generating reliable pseudo ground truths of depth from real data to provide direct supervisions. Specifically, we propose two mechanisms for pseudo-labeling: 1) 2D-based pseudo-labels via measuring the consistency of depth predictions when images are with the same content but different styles; 2) 3D-aware pseudo-labels via a point cloud completion network that learns to complete the depth values in the 3D space, thus providing more structural information in a scene to refine and generate more reliable pseudo-labels. In experiments, we show that our pseudo-labeling methods improve depth estimation in various settings, including the usage of stereo pairs during training. Furthermore, the proposed method performs favorably against several state-of-the-art unsupervised domain adaptation approaches in real-world datasets.

📄 PDF Abstract BibTeX arXiv:2209.09231

Code (1)

ccc870206/3d-pl 공식 구현 pytorch

Tasks

Depth EstimationDomain AdaptationMonocular Depth EstimationPoint Cloud CompletionUnsupervised Domain Adaptation

Similar Papers 제목 키워드 기반

Transferring to Real-World Layouts: A Depth-aware Framework for Scene Adaptation

2023-11-21 · Mu Chen, Zhedong Zheng, Yi Yang

Scene segmentation via unsupervised domain adaptation (UDA) enables the transfer of knowledge acquired from source synthetic data to real-world target data, which largely reduces the need for manual pixel-level annotatio…

Depth EstimationDomain AdaptationScene SegmentationSynthetic-to-Real Translation+1

Geometry-Aware Network for Domain Adaptive Semantic Segmentation

2022-12-02 · Yinghong Liao, Wending Zhou, Xu Yan, Shuguang Cui 외

Measuring and alleviating the discrepancies between the synthetic (source) and real scene (target) data is the core issue for domain adaptive semantic segmentation. Though recent works have introduced depth information i…

Depth EstimationDepth PredictionDisentanglementDomain Adaptation+2

Adaptive confidence thresholding for monocular depth estimation

2020-09-27 · ICCV 2021 10 · Hyesong Choi, Hunsang Lee, Sunkyung Kim, Sunok Kim 외

Self-supervised monocular depth estimation has become an appealing solution to the lack of ground truth labels, but its reconstruction loss often produces over-smoothed results across object boundaries and is incapable o…

Depth EstimationMonocular Depth EstimationStereo Matching

Pseudo-Stereo for Monocular 3D Object Detection in Autonomous Driving

2022-03-04 · CVPR 2022 1 · Yi-Nan Chen, Hang Dai, Yong Ding

Pseudo-LiDAR 3D detectors have made remarkable progress in monocular 3D detection by enhancing the capability of perceiving depth with depth estimation networks, and using LiDAR-based 3D detection architectures. The adva…

3D Object DetectionAutonomous DrivingDepth EstimationImage Generation+3

Refined Pseudo labeling for Source-free Domain Adaptive Object Detection

2023-03-07 · Siqi Zhang, Lu Zhang, Zhiyong Liu

Domain adaptive object detection (DAOD) assumes that both labeled source data and unlabeled target data are available for training, but this assumption does not always hold in real-world scenarios. Thus, source-free DAOD…

object-detectionObject DetectionPseudo Label