paper-with-me

홈 › Papers

Towards Fair Knowledge Transfer for Imbalanced Domain Adaptation

2020-10-23 · Taotao Jing, Bingrong Xu, Jingjing Li, Zhengming Ding

Domain adaptation (DA) becomes an up-and-coming technique to address the insufficient or no annotation issue by exploiting external source knowledge. Existing DA algorithms mainly focus on practical knowledge transfer through domain alignment. Unfortunately, they ignore the fairness issue when the auxiliary source is extremely imbalanced across different categories, which results in severe under-presented knowledge adaptation of minority source set. To this end, we propose a Towards Fair Knowledge Transfer (TFKT) framework to handle the fairness challenge in imbalanced cross-domain learning. Specifically, a novel cross-domain mixup generation is exploited to augment the minority source set with target information to enhance fairness. Moreover, dual distinct classifiers and cross-domain prototype alignment are developed to seek a more robust classifier boundary and mitigate the domain shift. Such three strategies are formulated into a unified framework to address the fairness issue and domain shift challenge. Extensive experiments over two popular benchmarks have verified the effectiveness of our proposed model by comparing to existing state-of-the-art DA models, and especially our model significantly improves over 20% on two benchmarks in terms of the overall accuracy.

📄 PDF Abstract BibTeX arXiv:2010.12184

Code (0)

등록된 구현이 없습니다.

Tasks

Domain AdaptationFairnessTransfer Learning

Methods 이 논문이 사용한 방법론

Mixup Mixup is a data augmentation technique that generates a weighted combination of random image pairs from the training data. Given two images and their ground truth labels:…

Similar Papers 제목 키워드 기반

AIDA: Legal Judgment Predictions for Non-Professional Fact Descriptions via Partial-and-Imbalanced Domain Adaptation

2023-02-12 · Guangyi Xiao, Xinlong Liu, Hao Chen, Jingzhi Guo 외

In this paper, we study the problem of legal domain adaptation problem from an imbalanced source domain to a partial target domain. The task aims to improve legal judgment predictions for non-professional fact descriptio…

Domain AdaptationUnsupervised Domain Adaptation

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 Open Set Domain Adaptation via Moving-threshold Estimation and Gradual Alignment

2023-03-08 · Jinghan Ru, Jun Tian, Zhekai Du, Chengwei Xiao 외

Multimedia applications are often associated with cross-domain knowledge transfer, where Unsupervised Domain Adaptation (UDA) can be used to reduce the domain shifts. Open Set Domain Adaptation (OSDA) aims to transfer kn…

Domain AdaptationTransfer LearningUnsupervised Domain Adaptation

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 imbalanc…

Domain AdaptationTransfer LearningUnsupervised Domain Adaptation

Learning Unbiased Transferability for Domain Adaptation by Uncertainty Modeling

2022-06-02 · Jian Hu, Haowen Zhong, Junchi Yan, Shaogang Gong 외

Domain adaptation (DA) aims to transfer knowledge learned from a labeled source domain to an unlabeled or a less labeled but related target domain. Ideally, the source and target distributions should be aligned to each o…

Domain AdaptationPseudo LabelTransfer Learning