paper-with-me

홈 › Papers

PixMatch: Unsupervised Domain Adaptation via Pixelwise Consistency Training

2021-05-17 · CVPR 2021 1 · Luke Melas-Kyriazi, Arjun K. Manrai

Unsupervised domain adaptation is a promising technique for semantic segmentation and other computer vision tasks for which large-scale data annotation is costly and time-consuming. In semantic segmentation, it is attractive to train models on annotated images from a simulated (source) domain and deploy them on real (target) domains. In this work, we present a novel framework for unsupervised domain adaptation based on the notion of target-domain consistency training. Intuitively, our work is based on the idea that in order to perform well on the target domain, a model's output should be consistent with respect to small perturbations of inputs in the target domain. Specifically, we introduce a new loss term to enforce pixelwise consistency between the model's predictions on a target image and a perturbed version of the same image. In comparison to popular adversarial adaptation methods, our approach is simpler, easier to implement, and more memory-efficient during training. Experiments and extensive ablation studies demonstrate that our simple approach achieves remarkably strong results on two challenging synthetic-to-real benchmarks, GTA5-to-Cityscapes and SYNTHIA-to-Cityscapes. Code is available at: https://github.com/lukemelas/pixmatch

📄 PDF Abstract BibTeX arXiv:2105.08128

Code (1)

lukemelas/pixmatch 공식 구현 pytorch

Tasks

Domain AdaptationSemantic SegmentationSynthetic-to-Real TranslationUnsupervised Domain Adaptation

Similar Papers 제목 키워드 기반

IPixMatch: Boost Semi-supervised Semantic Segmentation with Inter-Pixel Relation

2024-04-29 · Kebin Wu, Wenbin Li, Xiaofei Xiao

The scarcity of labeled data in real-world scenarios is a critical bottleneck of deep learning's effectiveness. Semi-supervised semantic segmentation has been a typical solution to achieve a desirable tradeoff between an…

RelationSemantic SegmentationSemi-Supervised Semantic Segmentation

Domain Consistency Regularization for Unsupervised Multi-source Domain Adaptive Classification

2021-06-16 · Zhipeng Luo, Xiaobing Zhang, Shijian Lu, Shuai Yi

Deep learning-based multi-source unsupervised domain adaptation (MUDA) has been actively studied in recent years. Compared with single-source unsupervised domain adaptation (SUDA), domain shift in MUDA exists not only be…

ClassificationDomain AdaptationMulti-Source Unsupervised Domain AdaptationPseudo Label+1

Adaptive Local Structure Consistency based Heterogeneous Remote Sensing Change Detection

2020-08-29 · Lin Lei, Yuli Sun, Gangyao Kuang

Change detection of heterogeneous remote sensing images is an important and challenging topic in remote sensing for emergency situation resulting from nature disaster. Due to the different imaging mechanisms of heterogen…

Change Detection

Unsupervised Domain Adaptation via Disentangled Representations: Application to Cross-Modality Liver Segmentation

2019-07-31 · Junlin Yang, Nicha C. Dvornek, Fan Zhang, Julius Chapiro 외

A deep learning model trained on some labeled data from a certain source domain generally performs poorly on data from different target domains due to domain shifts. Unsupervised domain adaptation methods address this pr…

Domain AdaptationImage GenerationLiver SegmentationSegmentation+2

Preserving Semantic Consistency in Unsupervised Domain Adaptation Using Generative Adversarial Networks

2021-04-28 · Mohammad Mahfujur Rahman, Clinton Fookes, Sridha Sridharan

Unsupervised domain adaptation seeks to mitigate the distribution discrepancy between source and target domains, given labeled samples of the source domain and unlabeled samples of the target domain. Generative adversari…

Domain AdaptationGenerative Adversarial NetworkUnsupervised Domain Adaptation