CVJan 5, 2023

High-level semantic feature matters few-shot unsupervised domain adaptation

arXiv:2301.01956v27 citationsh-index: 101
Originality Incremental advance
AI Analysis

This work addresses domain adaptation with limited labeled data, which is an incremental improvement for applications like image classification where labeled target data is scarce.

The paper tackled the problem of few-shot unsupervised domain adaptation (FS-UDA) by proposing a method that learns high-level semantic features to improve classification in the target domain, achieving a 10% performance gain over state-of-the-art methods on DomainNet.

In few-shot unsupervised domain adaptation (FS-UDA), most existing methods followed the few-shot learning (FSL) methods to leverage the low-level local features (learned from conventional convolutional models, e.g., ResNet) for classification. However, the goal of FS-UDA and FSL are relevant yet distinct, since FS-UDA aims to classify the samples in target domain rather than source domain. We found that the local features are insufficient to FS-UDA, which could introduce noise or bias against classification, and not be used to effectively align the domains. To address the above issues, we aim to refine the local features to be more discriminative and relevant to classification. Thus, we propose a novel task-specific semantic feature learning method (TSECS) for FS-UDA. TSECS learns high-level semantic features for image-to-class similarity measurement. Based on the high-level features, we design a cross-domain self-training strategy to leverage the few labeled samples in source domain to build the classifier in target domain. In addition, we minimize the KL divergence of the high-level feature distributions between source and target domains to shorten the distance of the samples between the two domains. Extensive experiments on DomainNet show that the proposed method significantly outperforms SOTA methods in FS-UDA by a large margin (i.e., 10%).

Foundations

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

Your Notes