paper-with-me

Papers

Aligning Domain-specific Distribution and Classifier for Cross-domain Classification from Multiple Sources

2022-01-04 · Yongchun Zhu, Fuzhen Zhuang, Deqing Wang

While Unsupervised Domain Adaptation (UDA) algorithms, i.e., there are only labeled data from source domains, have been actively studied in recent years, most algorithms and theoretical results focus on Single-source Unsupervised Domain Adaptation (SUDA). However, in the practical scenario, labeled data can be typically collected from multiple diverse sources, and they might be different not only from the target domain but also from each other. Thus, domain adapters from multiple sources should not be modeled in the same way. Recent deep learning based Multi-source Unsupervised Domain Adaptation (MUDA) algorithms focus on extracting common domain-invariant representations for all domains by aligning distribution of all pairs of source and target domains in a common feature space. However, it is often very hard to extract the same domain-invariant representations for all domains in MUDA. In addition, these methods match distributions without considering domain-specific decision boundaries between classes. To solve these problems, we propose a new framework with two alignment stages for MUDA which not only respectively aligns the distributions of each pair of source and target domains in multiple specific feature spaces, but also aligns the outputs of classifiers by utilizing the domain-specific decision boundaries. Extensive experiments demonstrate that our method can achieve remarkable results on popular benchmark datasets for image classification.

📄 PDF Abstract BibTeX arXiv:2201.01003

Code (1)

easezyc/deep-transfer-learning 공식 구현 pytorch

Tasks

Domain Adaptationdomain classificationimage-classificationImage ClassificationMulti-Source Unsupervised Domain AdaptationUnsupervised Domain Adaptation

Similar Papers 제목 키워드 기반

Adversarial Category Alignment Network for Cross-domain Sentiment Classification

2019-06-01 · NAACL 2019 6 · Xiaoye Qu, Zhikang Zou, Yu Cheng, Yang Yang 외

Cross-domain sentiment classification aims to predict sentiment polarity on a target domain utilizing a classifier learned from a source domain. Most existing adversarial learning methods focus on aligning the global mar…

ClassificationGeneral ClassificationSentiment AnalysisSentiment Classification

Undoing the Damage of Label Shift for Cross-domain Semantic Segmentation

2022-04-12 · CVPR 2022 1 · Yahao Liu, Jinhong Deng, Jiale Tao, Tong Chu 외

Existing works typically treat cross-domain semantic segmentation (CDSS) as a data distribution mismatch problem and focus on aligning the marginal distribution or conditional distribution. However, the label shift issue…

Semantic Segmentation

Learning a Domain Classifier Bank for Unsupervised Adaptive Object Detection

2020-07-06 · Sanli Tang, Zhanzhan Cheng, ShiLiang Pu, Dashan Guo 외

In real applications, object detectors based on deep networks still face challenges of the large domain gap between the labeled training data and unlabeled testing data. To reduce the gap, recent techniques are proposed …

Objectobject-detectionObject Detection

Unsupervised domain adaptation via double classifiers based on high confidence pseudo label

2021-05-11 · Huihuang Chen, Li Li, Jie Chen, Kuo-Yi Lin

Unsupervised domain adaptation (UDA) aims to solve the problem of knowledge transfer from labeled source domain to unlabeled target domain. Recently, many domain adaptation (DA) methods use centroid to align the local di…

Domain AdaptationPseudo LabelTransfer LearningUnsupervised Domain Adaptation

Guidance Not Obstruction: A Conjugate Consistent Enhanced Strategy for Domain Generalization

2024-12-13 · Meng Cao, Songcan Chen

Domain generalization addresses domain shift in real-world applications. Most approaches adopt a domain angle, seeking invariant representation across domains by aligning their marginal distributions, irrespective of ind…

Domain Generalization