Uncertainty-Aware Pseudo-Label Filtering for Source-Free Unsupervised Domain Adaptation
Xi Chen, Haosen Yang, Huicong Zhang, Hongxun Yao, Xiatian Zhu
TL;DR
This work tackles SFUDA by addressing pseudo-label noise without introducing extra models. It introduces Adaptive Pseudo-label Selection (APS) to estimate sample uncertainty via neighbor information and Class-Aware Contrastive Learning (CACL) to mitigate memorization of noisy labels, all within a progressive, coarse-to-fine learning framework (UPA). The method yields state-of-the-art or competitive results across standard SFUDA benchmarks (Office, Office-Home, VisDA-C, DomainNet-126), with ablations confirming the contributions of APS and CACL and visual analyses illustrating reduced domain shift. Overall, UPA offers a simple, robust, and practical solution for source-free adaptation in unlabeled target domains, with code available for reproducibility.
Abstract
Source-free unsupervised domain adaptation (SFUDA) aims to enable the utilization of a pre-trained source model in an unlabeled target domain without access to source data. Self-training is a way to solve SFUDA, where confident target samples are iteratively selected as pseudo-labeled samples to guide target model learning. However, prior heuristic noisy pseudo-label filtering methods all involve introducing extra models, which are sensitive to model assumptions and may introduce additional errors or mislabeling. In this work, we propose a method called Uncertainty-aware Pseudo-label-filtering Adaptation (UPA) to efficiently address this issue in a coarse-to-fine manner. Specially, we first introduce a sample selection module named Adaptive Pseudo-label Selection (APS), which is responsible for filtering noisy pseudo labels. The APS utilizes a simple sample uncertainty estimation method by aggregating knowledge from neighboring samples and confident samples are selected as clean pseudo-labeled. Additionally, we incorporate Class-Aware Contrastive Learning (CACL) to mitigate the memorization of pseudo-label noise by learning robust pair-wise representation supervised by pseudo labels. Through extensive experiments conducted on three widely used benchmarks, we demonstrate that our proposed method achieves competitive performance on par with state-of-the-art SFUDA methods. Code is available at https://github.com/chenxi52/UPA.
