paper-with-me

Papers

Domain Adaptive Semantic Segmentation with Self-Supervised Depth Estimation

2021-04-28 · ICCV 2021 10 · Qin Wang, Dengxin Dai, Lukas Hoyer, Luc van Gool, Olga Fink

Domain adaptation for semantic segmentation aims to improve the model performance in the presence of a distribution shift between source and target domain. Leveraging the supervision from auxiliary tasks~(such as depth estimation) has the potential to heal this shift because many visual tasks are closely related to each other. However, such a supervision is not always available. In this work, we leverage the guidance from self-supervised depth estimation, which is available on both domains, to bridge the domain gap. On the one hand, we propose to explicitly learn the task feature correlation to strengthen the target semantic predictions with the help of target depth estimation. On the other hand, we use the depth prediction discrepancy from source and target depth decoders to approximate the pixel-wise adaptation difficulty. The adaptation difficulty, inferred from depth, is then used to refine the target semantic segmentation pseudo-labels. The proposed method can be easily implemented into existing segmentation frameworks. We demonstrate the effectiveness of our approach on the benchmark tasks SYNTHIA-to-Cityscapes and GTA-to-Cityscapes, on which we achieve the new state-of-the-art performance of $55.0\%$ and $56.6\%$, respectively. Our code is available at \url{https://qin.ee/corda}.

📄 PDF Abstract BibTeX arXiv:2104.13613

Code (1)

qinenergy/corda 공식 구현 pytorch

Tasks

Depth EstimationDepth PredictionDomain AdaptationFeature CorrelationSegmentationSemantic SegmentationSynthetic-to-Real Translation

Similar Papers 제목 키워드 기반

Improving Semi-Supervised and Domain-Adaptive Semantic Segmentation with Self-Supervised Depth Estimation

2021-08-28 · Lukas Hoyer, Dengxin Dai, Qin Wang, Yuhua Chen 외

Training deep networks for semantic segmentation requires large amounts of labeled training data, which presents a major challenge in practice, as labeling segmentation masks is a highly labor-intensive process. To addre…

Data AugmentationDepth EstimationDomain AdaptationMonocular Depth Estimation+5

Energy-based Domain-Adaptive Segmentation with Depth Guidance

2024-02-06 · Jinjing Zhu, Zhedong Hu, Tae-Kyun Kim, Lin Wang

Recent endeavors have been made to leverage self-supervised depth estimation as guidance in unsupervised domain adaptation (UDA) for semantic segmentation. Prior arts, however, overlook the discrepancy between semantic a…

Depth EstimationDomain AdaptationSegmentationSemantic Segmentation+1

Cross-View Regularization for Domain Adaptive Panoptic Segmentation

2021-03-03 · CVPR 2021 1 · Jiaxing Huang, Dayan Guan, Aoran Xiao, Shijian Lu

Panoptic segmentation unifies semantic segmentation and instance segmentation which has been attracting increasing attention in recent years. However, most existing research was conducted under a supervised learning setu…

Domain AdaptationInstance SegmentationPanoptic SegmentationSegmentation+1

Unsupervised Adaptive Semantic Segmentation with Local Lipschitz Constraint

2021-05-27 · Guanyu Cai, Lianghua He

Recent advances in unsupervised domain adaptation have seen considerable progress in semantic segmentation. Existing methods either align different domains with adversarial training or involve the self-learning that util…

Domain AdaptationSegmentationSelf-LearningSemantic Segmentation+1

MoDA: Leveraging Motion Priors from Videos for Advancing Unsupervised Domain Adaptation in Semantic Segmentation

2023-09-21 · Fei Pan, Xu Yin, Seokju Lee, Axi Niu 외

Unsupervised domain adaptation (UDA) has been a potent technique to handle the lack of annotations in the target domain, particularly in semantic segmentation task. This study introduces a different UDA scenarios where t…

Domain AdaptationImage SegmentationObjectObject Discovery+7