paper-with-me

Papers

A Generative Framework for Zero-Shot Learning with Adversarial Domain Adaptation

2019-06-07 · Varun Khare, Divyat Mahajan, Homanga Bharadhwaj, Vinay Verma, Piyush Rai

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 the shift by developing a generative model trained via adversarial domain adaptation. Our approach is based on end-to-end learning of the class distributions of seen classes and unseen classes. To enable the model to learn the class distributions of unseen classes, we parameterize these class distributions in terms of the class attribute information (which is available for both seen and unseen classes). This provides a very simple way to learn the class distribution of any unseen class, given only its class attribute information, and no labeled training data. Training this model with adversarial domain adaptation further provides robustness against the distribution mismatch between the data from seen and unseen classes. Our approach also provides a novel way for training neural net based classifiers to overcome the hubness problem in zero-shot learning. Through a comprehensive set of experiments, we show that our model yields superior accuracies as compared to various state-of-the-art zero shot learning models, on a variety of benchmark datasets. Code for the experiments is available at github.com/vkkhare/ZSL-ADA

📄 PDF Abstract BibTeX arXiv:1906.03038

Code (1)

vkkhare/ZSL-ADA 공식 구현 pytorch

Tasks

AttributeDomain AdaptationZero-Shot Learning

Similar Papers 제목 키워드 기반

Diffusion based Zero-shot Medical Image-to-Image Translation for Cross Modality Segmentation

2024-04-01 · ZiHao Wang, Yingyu Yang, Yuzhou Chen, Tingting Yuan 외

Cross-modality image segmentation aims to segment the target modalities using a method designed in the source modality. Deep generative models can translate the target modality images into the source modality, thus enabl…

Image SegmentationImage-to-Image TranslationSegmentationSemantic Segmentation+2

Conditional Coupled Generative Adversarial Networks for Zero-Shot Domain Adaptation

2020-09-11 · ICCV 2019 10 · Jinghua Wang, Jianmin Jiang

Machine learning models trained in one domain perform poorly in the other domains due to the existence of domain shift. Domain adaptation techniques solve this problem by training transferable models from the label-rich …

Domain Adaptation

Generative Adversarial Zero-Shot Relational Learning for Knowledge Graphs

2020-01-08 · Pengda Qin, Xin Wang, Wenhu Chen, Chunyun Zhang 외

Large-scale knowledge graphs (KGs) are shown to become more important in current information systems. To expand the coverage of KGs, previous studies on knowledge graph completion need to collect adequate training instan…

Knowledge Graph CompletionKnowledge GraphsRelational ReasoningZero-Shot Learning

Bidirectional Mapping Coupled GAN for Generalized Zero-Shot Learning

2020-12-30 · Tasfia Shermin, Shyh Wei Teng, Ferdous Sohel, Manzur Murshed 외

Bidirectional mapping-based generalized zero-shot learning (GZSL) methods rely on the quality of synthesized features to recognize seen and unseen data. Therefore, learning a joint distribution of seen-unseen domains and…

Generalized Zero-Shot LearningGenerative Adversarial NetworkZero-Shot Learning

Adversarial Learning for Zero-shot Domain Adaptation

2020-09-11 · ECCV 2020 8 · Jinghua Wang, Jianmin Jiang

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 Adaptation