Few-Shot Adversarial Domain Adaptation
This work provides a framework for addressing the problem of supervised domain adaptation with deep models. The main idea is to exploit adversarial learning to learn an embedded subspace that simultaneously maximizes the confusion between two domains while semantically aligning their embedding. The supervised setting becomes attractive especially when there are only a few target data samples that need to be labeled. In this few-shot learning scenario, alignment and separation of semantic probability distributions is difficult because of the lack of data. We found that by carefully designing a training scheme whereby the typical binary adversarial discriminator is augmented to distinguish between four different classes, it is possible to effectively address the supervised adaptation problem. In addition, the approach has a high speed of adaptation, i.e. it requires an extremely low number of labeled target training samples, even one per category can be effective. We then extensively compare this approach to the state of the art in domain adaptation in two experiments: one using datasets for handwritten digit recognition, and one using datasets for visual object recognition.
Code (0)
등록된 구현이 없습니다.
Tasks
Domain AdaptationFew-Shot LearningHandwritten Digit RecognitionObject RecognitionMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
Adversarial Style Mining for One-Shot Unsupervised Domain Adaptation
We aim at the problem named One-Shot Unsupervised Domain Adaptation. Unlike traditional Unsupervised Domain Adaptation, it assumes that only one unlabeled target sample can be available when learning to adapt. This setti…
Domain Adaptationdomain classificationOne-shot Unsupervised Domain AdaptationStyle Transfer+1A Generative Framework for Zero-Shot Learning with Adversarial Domain Adaptation
We present a domain adaptation based generative framework for zero-shot learning. Our framework addresses the problem of domain shift between the seen and unseen class distributions in zero-shot learning and minimizes th…
AttributeDomain AdaptationZero-Shot LearningGeneralized One-shot Domain Adaptation of Generative Adversarial Networks
The adaptation of a Generative Adversarial Network (GAN) aims to transfer a pre-trained GAN to a target domain with limited training data. In this paper, we focus on the one-shot case, which is more challenging and rarel…
Domain AdaptationGenerative Adversarial NetworkStyle TransferAdversarial Learning for Zero-shot Domain Adaptation
Zero-shot domain adaptation (ZSDA) is a category of domain adaptation problems where neither data sample nor label is available for parameter learning in the target domain. With the hypothesis that the shift between a gi…
Domain AdaptationMatching Embeddings for Domain Adaptation
In this work we address the problem of transferring knowledge obtained from a vast annotated source domain to a low labeled target domain. We propose Adversarial Variational Domain Adaptation (AVDA), a semi-supervised do…
Domain AdaptationSemi-supervised Domain Adaptation