Incremental Pseudo-Labeling for Black-Box Unsupervised Domain Adaptation
Yawen Zou, Chunzhi Gu, Jun Yu, Shangce Gao, Chao Zhang

TL;DR
This paper introduces an incremental pseudo-labeling approach for black-box unsupervised domain adaptation that iteratively refines pseudo-labels to enhance target model performance without access to source data.
Contribution
The method proposes a novel incremental pseudo-labeling strategy that improves black-box UDA by selecting high-confidence samples and iteratively training a stronger target model.
Findings
Achieves state-of-the-art results on three benchmark datasets.
Effectively reduces negative impact of incorrect pseudo-labels.
Demonstrates improved generalization in target domain.
Abstract
Black-Box unsupervised domain adaptation (BBUDA) learns knowledge only with the prediction of target data from the source model without access to the source data and source model, which attempts to alleviate concerns about the privacy and security of data. However, incorrect pseudo-labels are prevalent in the prediction generated by the source model due to the cross-domain discrepancy, which may substantially degrade the performance of the target model. To address this problem, we propose a novel approach that incrementally selects high-confidence pseudo-labels to improve the generalization ability of the target model. Specifically, we first generate pseudo-labels using a source model and train a crude target model by a vanilla BBUDA method. Second, we iteratively select high-confidence data from the low-confidence data pool by thresholding the softmax probabilities, prototype labels,…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning
MethodsSoftmax
