paper-with-me

Papers

Pairwise Adversarial Training for Unsupervised Class-imbalanced Domain Adaptation

2021-09-29 · Weili Shi, Ronghang Zhu, Sheng Li

Unsupervised domain adaptation (UDA) has become an appealing approach for knowledge transfer from a labeled source domain to an unlabeled target domain. However, when the classes in source and target domains are imbalanced, most existing UDA methods experience significant performance drop, as the decision boundary usually favors the majority classes. Some recent class-imbalanced domain adaptation (CDA) methods aim to tackle the challenge of biased label distribution by exploiting pseudo-labeled target data during training process. However, these methods may be challenged with the problem of unreliable pseudo labels and error accumulation during training. In this paper, we propose a pairwise adversarial training approach to augment training data for unsupervised class-imbalanced domain adaptation. Unlike conventional adversarial training in which the adversarial samples are obtained from the $\ell_p$ ball of the original data, we obtain the semantic adversarial samples from the interpolated line of the aligned pair-wise samples from source domain and target domain. Experimental results and ablation study show that our method can achieve considerable improvements on the CDA benchmarks compared with the state-of-art methods focusing on the same problem.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Domain AdaptationTransfer LearningUnsupervised Domain Adaptation

Similar Papers 제목 키워드 기반

NI-UDA: Graph Adversarial Domain Adaptation from Non-shared-and-Imbalanced Big Data to Small Imbalanced Applications

2021-08-11 · Guangyi Xiao, Weiwei Xiang, Huan Liu, Hao Chen 외

We propose a new general Graph Adversarial Domain Adaptation (GADA) based on semantic knowledge reasoning of class structure for solving the problem of unsupervised domain adaptation (UDA) from the big data with non-shar…

Domain AdaptationUnsupervised Domain Adaptation

Imbalanced Adversarial Training with Reweighting

2021-07-28 · Wentao Wang, Han Xu, Xiaorui Liu, Yaxin Li 외

Adversarial training has been empirically proven to be one of the most effective and reliable defense methods against adversarial attacks. However, almost all existing studies about adversarial training are focused on ba…

Adversarial Classifier for Imbalanced Problems

2018-11-21 · Ehsan Montahaei, Mahsa Ghorbani, Mahdieh Soleymani Baghshah, Hamid R. Rabiee

Adversarial approach has been widely used for data generation in the last few years. However, this approach has not been extensively utilized for classifier training. In this paper, we propose an adversarial framework fo…

ClassificationGeneral ClassificationGraph Representation Learningimbalanced classification+2

Conditional Variational Autoencoder with Balanced Pre-training for Generative Adversarial Networks

2022-01-13 · Yuchong Yao, Xiaohui Wangr, Yuanbang Ma, Han Fang 외

Class imbalance occurs in many real-world applications, including image classification, where the number of images in each class differs significantly. With imbalanced data, the generative adversarial networks (GANs) lea…

image-classificationImage Classification

Adversarial Examples for Good: Adversarial Examples Guided Imbalanced Learning

2022-01-28 · Jie Zhang, Lei Zhang, Gang Li, Chao Wu

Adversarial examples are inputs for machine learning models that have been designed by attackers to cause the model to make mistakes. In this paper, we demonstrate that adversarial examples can also be utilized for good …