CVLGAug 2, 2023

Curriculum Guided Domain Adaptation in the Dark

arXiv:2308.00956v14 citationsh-index: 28
Originality Incremental advance
AI Analysis

This addresses privacy and intellectual property concerns in commercial deep learning by enabling adaptation of black-box models to new domains, though it is incremental as it builds on existing noisy label learning and domain adaptation techniques.

The paper tackles domain adaptation for black-box models without access to source data or parameters, proposing CABB, a curriculum-guided method that trains on clean labels first and then noisy labels, using Jensen-Shannon divergence for sample separation and co-training to reduce error accumulation. It outperforms state-of-the-art black-box models and matches white-box models on standard datasets.

Addressing the rising concerns of privacy and security, domain adaptation in the dark aims to adapt a black-box source trained model to an unlabeled target domain without access to any source data or source model parameters. The need for domain adaptation of black-box predictors becomes even more pronounced to protect intellectual property as deep learning based solutions are becoming increasingly commercialized. Current methods distill noisy predictions on the target data obtained from the source model to the target model, and/or separate clean/noisy target samples before adapting using traditional noisy label learning algorithms. However, these methods do not utilize the easy-to-hard learning nature of the clean/noisy data splits. Also, none of the existing methods are end-to-end, and require a separate fine-tuning stage and an initial warmup stage. In this work, we present Curriculum Adaptation for Black-Box (CABB) which provides a curriculum guided adaptation approach to gradually train the target model, first on target data with high confidence (clean) labels, and later on target data with noisy labels. CABB utilizes Jensen-Shannon divergence as a better criterion for clean-noisy sample separation, compared to the traditional criterion of cross entropy loss. Our method utilizes co-training of a dual-branch network to suppress error accumulation resulting from confirmation bias. The proposed approach is end-to-end trainable and does not require any extra finetuning stage, unlike existing methods. Empirical results on standard domain adaptation datasets show that CABB outperforms existing state-of-the-art black-box DA models and is comparable to white-box domain adaptation models.

Foundations

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

Your Notes