paper-with-me

Papers

Independent Feature Decomposition and Instance Alignment for Unsupervised Domain Adaptation

2023-04-19 · IJCAI 2023 4 · Qichen He, Siying Xiao, Mao Ye, Xiatian Zhu, Ferrante Neri and Dongde Hou

Existing Unsupervised Domain Adaptation (UDA) methods typically attempt to perform knowledge transfer in a domain-invariant space explicitly or implicitly. In practice, however, the obtained features are often mixed with domain-specific information which causes performance degradation. To overcome this fundamental limitation, this article presents a novel independent feature decomposition and instance alignment method (IndUDA in short). Specifically, based on an invertible flow, we project the base feature into a decomposed latent space with domain-invariant and domain specific dimensions. To drive semantic decomposition independently, we then swap the domain invariant part across source and target domain samples with the same category and require their inverted features are consistent in class-level with the original features. By treating domain-specific information as noise, we replace it by Gaussian noise and further regularize source model training by instance alignment, i.e., requiring the base features close to the corresponding reconstructed features, respectively. Extensive experiment results demonstrate that our method achieves state-of-the-art performance on popular UDA benchmarks. The appendix and code are available at https://github.com/ayombeach/IndUDA.

📄 PDF Abstract BibTeX

Code (1)

ayombeach/IndUDA pytorch

Tasks

Domain AdaptationTransfer LearningUnsupervised Domain Adaptation

Methods 이 논문이 사용한 방법론

BASE 설명 없음

Similar Papers 제목 키워드 기반

PDAM: A Panoptic-Level Feature Alignment Framework for Unsupervised Domain Adaptive Instance Segmentation in Microscopy Images

2020-09-11 · Dongnan Liu, Donghao Zhang, Yang song, Fan Zhang 외

In this work, we present an unsupervised domain adaptation (UDA) method, named Panoptic Domain Adaptive Mask R-CNN (PDAM), for unsupervised instance segmentation in microscopy images. Since there currently lack methods p…

Domain AdaptationInstance SegmentationSegmentationSemantic Segmentation+2

A Geometric Perspective towards Neural Calibration via Sensitivity Decomposition

2021-10-27 · NeurIPS 2021 12 · Junjiao Tian, Dylan Yung, Yen-Chang Hsu, Zsolt Kira

It is well known that vision classification models suffer from poor calibration in the face of data distribution shifts. In this paper, we take a geometric approach to this problem. We propose Geometric Sensitivity Decom…

Sensitivity

Decomposition-based Unsupervised Domain Adaptation for Remote Sensing Image Semantic Segmentation

2024-04-06 · Xianping Ma, Xiaokang Zhang, Xingchen Ding, Man-on Pun 외

Unsupervised domain adaptation (UDA) techniques are vital for semantic segmentation in geosciences, effectively utilizing remote sensing imagery across diverse domains. However, most existing UDA methods, which focus on …

Domain AdaptationGenerative Adversarial NetworkRepresentation LearningSegmentation+2

A Unifying Framework for Concept-Based Representational Similarity

2026-06-08 · Grégoire Dhimoïla, Victor Boutin, Agustin Martin Picard, Thomas Fel 외 arxiv

Learned representations across models and modalities often exhibit striking structural similarities, suggesting shared underlying concept decompositions. However, concept alignment remains poorly defined: existing approa…

ToAlign: Task-oriented Alignment for Unsupervised Domain Adaptation

2021-06-21 · NeurIPS 2021 12 · Guoqiang Wei, Cuiling Lan, Wenjun Zeng, Zhizheng Zhang 외

Unsupervised domain adaptive classifcation intends to improve the classifcation performance on unlabeled target domain. To alleviate the adverse effect of domain shift, many approaches align the source and target domains…

Domain AdaptationUnsupervised Domain Adaptation