paper-with-me

Papers

Co-regularized Alignment for Unsupervised Domain Adaptation

2018-11-13 · NeurIPS 2018 12 · Abhishek Kumar, Prasanna Sattigeri, Kahini Wadhawan, Leonid Karlinsky, Rogerio Feris, William T. Freeman, Gregory Wornell

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 as the \emph{source domain}. It can be expensive or even infeasible to obtain required amount of labeled data in all possible domains. Unsupervised domain adaptation sets out to address this problem, aiming to learn a good predictive model for the target domain using labeled examples from the source domain but only unlabeled examples from the target domain. Domain alignment approaches this problem by matching the source and target feature distributions, and has been used as a key component in many state-of-the-art domain adaptation methods. However, matching the marginal feature distributions does not guarantee that the corresponding class conditional distributions will be aligned across the two domains. We propose co-regularized domain alignment for unsupervised domain adaptation, which constructs multiple diverse feature spaces and aligns source and target distributions in each of them individually, while encouraging that alignments agree with each other with regard to the class predictions on the unlabeled target examples. The proposed method is generic and can be used to improve any domain adaptation method which uses domain alignment. We instantiate it in the context of a recent state-of-the-art method and observe that it provides significant performance improvements on several domain adaptation benchmarks.

📄 PDF Abstract BibTeX arXiv:1811.05443

Code (0)

등록된 구현이 없습니다.

Tasks

Domain AdaptationUnsupervised Domain Adaptation

Similar Papers 제목 키워드 기반

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

Revisiting Deep Subspace Alignment for Unsupervised Domain Adaptation

2022-01-05 · Kowshik Thopalli, Jayaraman J Thiagarajan, Rushil Anirudh, Pavan K Turaga

Unsupervised domain adaptation (UDA) aims to transfer and adapt knowledge from a labeled source domain to an unlabeled target domain. Traditionally, subspace-based methods form an important class of solutions to this pro…

Domain AdaptationRepresentation LearningUnsupervised Domain Adaptation

GCAN: Graph Convolutional Adversarial Network for Unsupervised Domain Adaptation

2019-06-01 · CVPR 2019 6 · Xinhong Ma, Tianzhu Zhang, Changsheng Xu

To bridge source and target domains for domain adaptation, there are three important types of information including data structure, domain label, and class label. Most existing domain adaptation approaches exploit only o…

Domain AdaptationUnsupervised Domain Adaptation

Unsupervised Domain Adaptation: A Multi-task Learning-based Method

2018-03-25 · Jing Zhang, Wanqing Li, Philip Ogunbona

This paper presents a novel multi-task learning-based method for unsupervised domain adaptation. Specifically, the source and target domain classifiers are jointly learned by considering the geometry of target domain and…

Domain AdaptationMulti-Task LearningUnsupervised Domain Adaptation

Unsupervised Domain Adaptation via Structurally Regularized Deep Clustering

2020-03-19 · CVPR 2020 6 · Hui Tang, Ke Chen, Kui Jia

Unsupervised domain adaptation (UDA) is to make predictions for unlabeled data on a target domain, given labeled data on a source domain whose distribution shifts from the target one. Mainstream UDA methods learn aligned…

ClusteringDeep ClusteringDomain AdaptationUnsupervised Domain Adaptation