CVAILGAug 22, 2022

RAIN: RegulArization on Input and Network for Black-Box Domain Adaptation

arXiv:2208.10531v430 citationsh-index: 46
Originality Incremental advance
AI Analysis

This addresses data privacy and security concerns in domain adaptation by enabling adaptation without source data access, though it is an incremental improvement over existing source-free methods.

The paper tackles the problem of black-box domain adaptation, where only model outputs are available, by proposing RAIN with input-level Phase MixUp and network-level Subnetwork Distillation to reduce overfitting on the source domain, achieving state-of-the-art performance on cross-domain benchmarks.

Source-Free domain adaptation transits the source-trained model towards target domain without exposing the source data, trying to dispel these concerns about data privacy and security. However, this paradigm is still at risk of data leakage due to adversarial attacks on the source model. Hence, the Black-Box setting only allows to use the outputs of source model, but still suffers from overfitting on the source domain more severely due to source model's unseen weights. In this paper, we propose a novel approach named RAIN (RegulArization on Input and Network) for Black-Box domain adaptation from both input-level and network-level regularization. For the input-level, we design a new data augmentation technique as Phase MixUp, which highlights task-relevant objects in the interpolations, thus enhancing input-level regularization and class consistency for target models. For network-level, we develop a Subnetwork Distillation mechanism to transfer knowledge from the target subnetwork to the full target network via knowledge distillation, which thus alleviates overfitting on the source domain by learning diverse target representations. Extensive experiments show that our method achieves state-of-the-art performance on several cross-domain benchmarks under both single- and multi-source black-box domain adaptation.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes