paper-with-me

Papers

Discriminative Partial Domain Adversarial Network

2020-08-01 · ECCV 2020 8 · Jian Hu, Hongya Tuo, Chao Wang, Lingfeng Qiao, Haowen Zhong, Junchi Yan, Zhongliang Jing, Henry Leung

Domain adaptation (DA) has been a fundamental building block for Transfer Learning (TL) which assumes that source and target domain share the same label space. A more general and realistic setting is that the label space of target domain is a subset of the source domain, as termed by Partial domain adaptation (PDA). Previous methods typically match the whole source domain to target domain, which causes negative transfer due to the source-negative classes in source domain that does not exist in target domain. In this paper, a novel Discriminative Partial Domain Adversarial Network (DPDAN) is developed. We first propose to use hard binary weighting to differentiate the source-positive and source-negative samples in the source domain. The source-positive samples are those with labels shared by two domains, while the rest in the source domain are treated as source-negative samples. Based on the above binary relabeling strategy, our algorithm maximizes the distribution divergence between source-negative samples and all the others (source-positive and target samples), meanwhile minimizes domain shift between source-positive samples and target domain to obtain discriminative domain-invariant features. We empirically verify DPDAN can effectively reduce the negative transfer caused by source-negative classes, and also theoretically show it decreases negative transfer caused by domain shift. Experiments on four benchmark domain adaptation datasets show DPDAN consistently outperforms state-of-the-art methods.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Domain AdaptationPartial Domain AdaptationTransfer Learning

Similar Papers 제목 키워드 기반

Discriminative Clustering for Robust Unsupervised Domain Adaptation

2019-05-30 · Rui Wang, Guoyin Wang, Ricardo Henao

Unsupervised domain adaptation seeks to learn an invariant and discriminative representation for an unlabeled target domain by leveraging the information of a labeled source dataset. We propose to improve the discriminat…

ClusteringDomain AdaptationPartial Domain AdaptationUnsupervised Domain Adaptation

Discriminative Adversarial Domain Adaptation

2019-11-27 · Hui Tang, Kui Jia

Given labeled instances on a source domain and unlabeled ones on a target domain, unsupervised domain adaptation aims to learn a task classifier that can well classify target instances. Recent advances rely on domain-adv…

Domain AdaptationUnsupervised Domain Adaptation

Coupling Adversarial Learning with Selective Voting Strategy for Distribution Alignment in Partial Domain Adaptation

2022-07-17 · Sandipan Choudhuri, Hemanth Venkateswara, Arunabha Sen

In contrast to a standard closed-set domain adaptation task, partial domain adaptation setup caters to a realistic scenario by relaxing the identical label set assumption. The fact of source label set subsuming the targe…

Domain Adaptationdomain classificationPartial Domain AdaptationTransfer Learning

Graph Transfer Learning via Adversarial Domain Adaptation with Graph Convolution

2019-09-04 · Quanyu Dai, Xiao-Ming Wu, Jiaren Xiao, Xiao Shen 외

This paper studies the problem of cross-network node classification to overcome the insufficiency of labeled data in a single network. It aims to leverage the label information in a partially labeled source network to as…

Domain AdaptationGeneral ClassificationGRAPH DOMAIN ADAPTATIONNode Classification+1

Adversarial Discriminative Domain Adaptation

2017-02-17 · CVPR 2017 7 · Eric Tzeng, Judy Hoffman, Kate Saenko, Trevor Darrell

Adversarial learning methods are a promising approach to training robust deep networks, and can generate complex samples across diverse domains. They also can improve recognition despite the presence of domain shift or d…

Domain AdaptationGeneral ClassificationUnsupervised Domain AdaptationUnsupervised Image-To-Image Translation