CVAIJan 23, 2024

AdaEmbed: Semi-supervised Domain Adaptation in the Embedding Space

arXiv:2401.12421v12 citationsh-index: 16
Originality Highly original
AI Analysis

This addresses the challenge of scarce labeled data in real-world applications, offering a robust solution for domain adaptation in computer vision.

The paper tackles the problem of semi-supervised domain adaptation in computer vision by proposing AdaEmbed, which learns a shared embedding space to transfer knowledge from labeled source to unlabeled target domains, achieving state-of-the-art performance on benchmarks like DomainNet, Office-Home, and VisDA-C.

Semi-supervised domain adaptation (SSDA) presents a critical hurdle in computer vision, especially given the frequent scarcity of labeled data in real-world settings. This scarcity often causes foundation models, trained on extensive datasets, to underperform when applied to new domains. AdaEmbed, our newly proposed methodology for SSDA, offers a promising solution to these challenges. Leveraging the potential of unlabeled data, AdaEmbed facilitates the transfer of knowledge from a labeled source domain to an unlabeled target domain by learning a shared embedding space. By generating accurate and uniform pseudo-labels based on the established embedding space, the model overcomes the limitations of conventional SSDA, thus enhancing performance significantly. Our method's effectiveness is validated through extensive experiments on benchmark datasets such as DomainNet, Office-Home, and VisDA-C, where AdaEmbed consistently outperforms all the baselines, setting a new state of the art for SSDA. With its straightforward implementation and high data efficiency, AdaEmbed stands out as a robust and pragmatic solution for real-world scenarios, where labeled data is scarce. To foster further research and application in this area, we are sharing the codebase of our unified framework for semi-supervised domain adaptation.

Foundations

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

Your Notes