Model Adaptation: Unsupervised Domain Adaptation without Source Data
Rui Li, Qianfen Jiao, Wenming Cao, Hau-San Wong, Si Wu
TL;DR
This work tackles unsupervised model adaptation without access to source data by introducing 3C-GAN, a collaborative framework where a generator conditioned on class labels ($x_g = G(y,z)$) and a fixed pre-trained classifier $C$ co-evolve with a discriminator to produce target-style samples guiding adaptation. The model augments training with a weight regularization term $\ obreakspace\ell_{wReg}$ to keep the adapted predictor close to the source, and a clustering-based regularization $\ell_{cluReg}$ (with a VAT-style perturbation) to enforce local smoothness and improve decision boundaries. The approach is validated on multiple benchmarks (digits, traffic signs, Office-31, VisDA17) and consistently outperforms or matches state-of-the-art methods while not requiring source data during adaptation. This demonstrates practical, data-privacy-friendly domain adaptation with strong generalization across diverse visual domains.
Abstract
In this paper, we investigate a challenging unsupervised domain adaptation setting -- unsupervised model adaptation. We aim to explore how to rely only on unlabeled target data to improve performance of an existing source prediction model on the target domain, since labeled source data may not be available in some real-world scenarios due to data privacy issues. For this purpose, we propose a new framework, which is referred to as collaborative class conditional generative adversarial net to bypass the dependence on the source data. Specifically, the prediction model is to be improved through generated target-style data, which provides more accurate guidance for the generator. As a result, the generator and the prediction model can collaborate with each other without source data. Furthermore, due to the lack of supervision from source data, we propose a weight constraint that encourages similarity to the source model. A clustering-based regularization is also introduced to produce more discriminative features in the target domain. Compared to conventional domain adaptation methods, our model achieves superior performance on multiple adaptation tasks with only unlabeled target data, which verifies its effectiveness in this challenging setting.
