paper-with-me

홈 › Papers

Distribution Regularized Self-Supervised Learning for Domain Adaptation of Semantic Segmentation

2022-06-20 · Javed Iqbal, Hamza Rawal, Rehan Hafiz, Yu-Tseh Chi, Mohsen Ali

This paper proposes a novel pixel-level distribution regularization scheme (DRSL) for self-supervised domain adaptation of semantic segmentation. In a typical setting, the classification loss forces the semantic segmentation model to greedily learn the representations that capture inter-class variations in order to determine the decision (class) boundary. Due to the domain shift, this decision boundary is unaligned in the target domain, resulting in noisy pseudo labels adversely affecting self-supervised domain adaptation. To overcome this limitation, along with capturing inter-class variation, we capture pixel-level intra-class variations through class-aware multi-modal distribution learning (MMDL). Thus, the information necessary for capturing the intra-class variations is explicitly disentangled from the information necessary for inter-class discrimination. Features captured thus are much more informative, resulting in pseudo-labels with low noise. This disentanglement allows us to perform separate alignments in discriminative space and multi-modal distribution space, using cross-entropy based self-learning for the former. For later, we propose a novel stochastic mode alignment method, by explicitly decreasing the distance between the target and source pixels that map to the same mode. The distance metric learning loss, computed over pseudo-labels and backpropagated from multi-modal modeling head, acts as the regularizer over the base network shared with the segmentation head. The results from comprehensive experiments on synthetic to real domain adaptation setups, i.e., GTA-V/SYNTHIA to Cityscapes, show that DRSL outperforms many existing approaches (a minimum margin of 2.3% and 2.5% in mIoU for SYNTHIA to Cityscapes).

📄 PDF Abstract BibTeX arXiv:2206.09683

Code (0)

등록된 구현이 없습니다.

Tasks

DisentanglementDomain AdaptationMetric LearningSegmentationSelf-LearningSelf-Supervised LearningSemantic Segmentation

Methods 이 논문이 사용한 방법론

BASE 설명 없음
Self-Learning 설명 없음

Similar Papers 제목 키워드 기반

Co-regularized Alignment for Unsupervised Domain Adaptation

2018-11-13 · NeurIPS 2018 12 · Abhishek Kumar, Prasanna Sattigeri, Kahini Wadhawan, Leonid Karlinsky 외

Deep neural networks, trained with large amount of labeled data, can fail to generalize well when tested with examples from a \emph{target domain} whose distribution differs from the training data distribution, referred …

Domain AdaptationUnsupervised Domain Adaptation

Confidence Regularized Self-Training

2019-08-26 · ICCV 2019 10 · Yang Zou, Zhiding Yu, Xiaofeng Liu, B. V. K. Vijaya Kumar 외

Recent advances in domain adaptation show that deep self-training presents a powerful means for unsupervised domain adaptation. These methods often involve an iterative process of predicting on target domain and then tak…

Domain Adaptationimage-classificationImage ClassificationSemantic Segmentation+2

Unsupervised Domain Adaptation via Regularized Conditional Alignment

2019-05-26 · ICCV 2019 10 · Safa Cicek, Stefano Soatto

We propose a method for unsupervised domain adaptation that trains a shared embedding to align the joint distributions of inputs (domain) and outputs (classes), making any classifier agnostic to the domain. Joint alignme…

Domain AdaptationUnsupervised Domain Adaptation

ConDA: Unsupervised Domain Adaptation for LiDAR Segmentation via Regularized Domain Concatenation

2021-11-30 · Lingdong Kong, Niamul Quader, Venice Erin Liong

Transferring knowledge learned from the labeled source domain to the raw target domain for unsupervised domain adaptation (UDA) is essential to the scalable deployment of autonomous driving systems. State-of-the-art meth…

Autonomous DrivingDomain AdaptationLIDAR Semantic SegmentationSemantic Segmentation+1

Hypothesis Disparity Regularized Mutual Information Maximization

2020-12-15 · Qicheng Lao, Xiang Jiang, Mohammad Havaei

We propose a hypothesis disparity regularized mutual information maximization~(HDMI) approach to tackle unsupervised hypothesis transfer -- as an effort towards unifying hypothesis transfer learning (HTL) and unsupervise…

Domain AdaptationTransfer LearningUnsupervised Domain Adaptation