CVAIFeb 21, 2022

Domain-Augmented Domain Adaptation

arXiv:2202.10000v12 citations
AI Analysis

This addresses domain adaptation challenges for machine learning applications where labeled data is scarce, but it appears incremental as it builds on existing discrepancy minimization approaches.

The paper tackles the problem of large domain discrepancies in unsupervised domain adaptation by proposing domain-augmented domain adaptation (DADA), which generates pseudo domains to enhance knowledge transfer, and results show superiority over state-of-the-art methods on benchmark datasets.

Unsupervised domain adaptation (UDA) enables knowledge transfer from the labelled source domain to the unlabeled target domain by reducing the cross-domain discrepancy. However, most of the studies were based on direct adaptation from the source domain to the target domain and have suffered from large domain discrepancies. To overcome this challenge, in this paper, we propose the domain-augmented domain adaptation (DADA) to generate pseudo domains that have smaller discrepancies with the target domain, to enhance the knowledge transfer process by minimizing the discrepancy between the target domain and pseudo domains. Furthermore, we design a pseudo-labeling method for DADA by projecting representations from the target domain to multiple pseudo domains and taking the averaged predictions on the classification from the pseudo domains as the pseudo labels. We conduct extensive experiments with the state-of-the-art domain adaptation methods on four benchmark datasets: Office Home, Office-31, VisDA2017, and Digital datasets. The results demonstrate the superiority of our model.

Foundations

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

Your Notes