Source-free Semantic Regularization Learning for Semi-supervised Domain Adaptation
Xinyang Huang, Chuang Zhu, Ruiying Ren, Shengjie Liu, Tiejun Huang
TL;DR
SERL tackles semi-supervised domain adaptation in a source-free setting by learning target semantic information through semantic regularization. It introduces three regularization techniques: SPCR, HMR, and TPR, to capture target semantics from probabilistic, hard-sample, and prediction-regularization perspectives. Empirical results on DomainNet, Office-Home, and Office-31 show state-of-the-art performance, with notable gains in 1-shot and 3-shot settings. The work highlights the importance of explicit target semantic learning for robust cross-domain transfer and demonstrates the practicality of a source-free SSDA regime.
Abstract
Semi-supervised domain adaptation (SSDA) has been extensively researched due to its ability to improve classification performance and generalization ability of models by using a small amount of labeled data on the target domain. However, existing methods cannot effectively adapt to the target domain due to difficulty in fully learning rich and complex target semantic information and relationships. In this paper, we propose a novel SSDA learning framework called semantic regularization learning (SERL), which captures the target semantic information from multiple perspectives of regularization learning to achieve adaptive fine-tuning of the source pre-trained model on the target domain. SERL includes three robust semantic regularization techniques. Firstly, semantic probability contrastive regularization (SPCR) helps the model learn more discriminative feature representations from a probabilistic perspective, using semantic information on the target domain to understand the similarities and differences between samples. Additionally, adaptive weights in SPCR can help the model learn the semantic distribution correctly through the probabilities of different samples. To further comprehensively understand the target semantic distribution, we introduce hard-sample mixup regularization (HMR), which uses easy samples as guidance to mine the latent target knowledge contained in hard samples, thereby learning more complete and complex target semantic knowledge. Finally, target prediction regularization (TPR) regularizes the target predictions of the model by maximizing the correlation between the current prediction and the past learned objective, thereby mitigating the misleading of semantic information caused by erroneous pseudo-labels. Extensive experiments on three benchmark datasets demonstrate that our SERL method achieves state-of-the-art performance.
