paper-with-me

Papers

Contextual-Relation Consistent Domain Adaptation for Semantic Segmentation

2020-07-05 · ECCV 2020 8 · Jiaxing Huang, Shijian Lu, Dayan Guan, Xiaobing Zhang

Recent advances in unsupervised domain adaptation for semantic segmentation have shown great potentials to relieve the demand of expensive per-pixel annotations. However, most existing works address the domain discrepancy by aligning the data distributions of two domains at a global image level whereas the local consistencies are largely neglected. This paper presents an innovative local contextual-relation consistent domain adaptation (CrCDA) technique that aims to achieve local-level consistencies during the global-level alignment. The idea is to take a closer look at region-wise feature representations and align them for local-level consistencies. Specifically, CrCDA learns and enforces the prototypical local contextual-relations explicitly in the feature space of a labelled source domain while transferring them to an unlabelled target domain via backpropagation-based adversarial learning. An adaptive entropy max-min adversarial learning scheme is designed to optimally align these hundreds of local contextual-relations across domain without requiring discriminator or extra computation overhead. The proposed CrCDA has been evaluated extensively over two challenging domain adaptive segmentation tasks (e.g., GTA5 to Cityscapes and SYNTHIA to Cityscapes), and experiments demonstrate its superior segmentation performance as compared with state-of-the-art methods.

📄 PDF Abstract BibTeX arXiv:2007.02424

Code (1)

jxhuang0508/CrCDA 공식 구현

Tasks

Domain AdaptationRelationSegmentationSemantic SegmentationUnsupervised Domain Adaptation

Similar Papers 제목 키워드 기반

TermGPT: Multi-Level Contrastive Fine-Tuning for Terminology Adaptation in Legal and Financial Domain

2025-11-13 · Yidan Sun, Mengying Zhu, Feiyue Chen, Yangyang Wu 외 arxiv

Large language models (LLMs) have demonstrated impressive performance in text generation tasks; however, their embedding spaces often suffer from the isotropy problem, resulting in poor discrimination of domain-specific …

Contrastive LearningText Generation

Biomedical Relation Classification by single and multiple source domain adaptation

2019-11-01 · WS 2019 11 · Sinchani Chakraborty, Sudeshna Sarkar, Pawan Goyal, Mahan Gattu 외

Relation classification is crucial for inferring semantic relatedness between entities in a piece of text. These systems can be trained given labelled data. However, relation classification is very domain-specific and it…

ClassificationDomain AdaptationGeneral ClassificationRelation+1

OMUDA: Omni-level Masking for Unsupervised Domain Adaptation in Semantic Segmentation

2025-12-13 · Yang Ou, Xiongwei Zhao, Xinye Yang, Yihan Wang 외 arxiv

Unsupervised domain adaptation (UDA) enables semantic segmentation models to generalize from a labeled source domain to an unlabeled target domain. However, existing UDA methods still struggle to bridge the domain gap du…

Unsupervised Domain AdaptationSemantic Segmentation

Collaborative Learning with Multiple Foundation Models for Source-Free Domain Adaptation

2025-11-24 · Huisoo Lee, Jisu Han, Hyunsouk Cho, Wonjun Hwang arxiv

Source-Free Domain Adaptation (SFDA) aims to adapt a pre-trained source model to an unlabeled target domain without access to source data. Recent advances in Foundation Models (FMs) have introduced new opportunities for …

Source-Free Domain Adaptation

Evaluating Continual Test-Time Adaptation for Contextual and Semantic Domain Shifts

2022-08-18 · Tommie Kerssies, Mert Kılıçkaya, Joaquin Vanschoren

In this paper, our goal is to adapt a pre-trained convolutional neural network to domain shifts at test time. We do so continually with the incoming stream of test batches, without labels. The existing literature mostly …

Test-time Adaptation