paper-with-me

홈 › Papers

Domain Disentangled Generative Adversarial Network for Zero-Shot Sketch-Based 3D Shape Retrieval

2022-02-24 · Rui Xu, Zongyan Han, Le Hui, Jianjun Qian, Jin Xie

Sketch-based 3D shape retrieval is a challenging task due to the large domain discrepancy between sketches and 3D shapes. Since existing methods are trained and evaluated on the same categories, they cannot effectively recognize the categories that have not been used during training. In this paper, we propose a novel domain disentangled generative adversarial network (DD-GAN) for zero-shot sketch-based 3D retrieval, which can retrieve the unseen categories that are not accessed during training. Specifically, we first generate domain-invariant features and domain-specific features by disentangling the learned features of sketches and 3D shapes, where the domain-invariant features are used to align with the corresponding word embeddings. Then, we develop a generative adversarial network that combines the domain-specific features of the seen categories with the aligned domain-invariant features to synthesize samples, where the synthesized samples of the unseen categories are generated by using the corresponding word embeddings. Finally, we use the synthesized samples of the unseen categories combined with the real samples of the seen categories to train the network for retrieval, so that the unseen categories can be recognized. In order to reduce the domain shift problem, we utilized unlabeled unseen samples to enhance the discrimination ability of the discriminator. With the discriminator distinguishing the generated samples from the unlabeled unseen samples, the generator can generate more realistic unseen samples. Extensive experiments on the SHREC'13 and SHREC'14 datasets show that our method significantly improves the retrieval performance of the unseen categories.

📄 PDF Abstract BibTeX arXiv:2202.11948

Code (0)

등록된 구현이 없습니다.

Tasks

3D Shape RetrievalGenerative Adversarial NetworkRetrievalWord Embeddings

Similar Papers 제목 키워드 기반

Collaborative Learning With Disentangled Features for Zero-Shot Domain Adaptation

2021-01-01 · ICCV 2021 10 · Won Young Jhoo, Jae-Pil Heo

Typical domain adaptation techniques aim to transfer label information from a label-rich source domain to a label-scarce target domain in the same label space. However, it is often hard to get even the unlabeled targ…

Domain Adaptation

Conditional MoCoGAN for Zero-Shot Video Generation

2021-09-13 · Shun Kimura, Kazuhiko Kawamoto

We propose a conditional generative adversarial network (GAN) model for zero-shot video generation. In this study, we have explored zero-shot conditional generation setting. In other words, we generate unseen videos from…

Generative Adversarial NetworkImage GenerationVideo Generation

ZstGAN: An Adversarial Approach for Unsupervised Zero-Shot Image-to-Image Translation

2019-06-01 · Jianxin Lin, Yingce Xia, Sen Liu, Shuqin Zhao 외

Image-to-image translation models have shown remarkable ability on transferring images among different domains. Most of existing work follows the setting that the source domain and target domain keep the same at training…

AttributeImage GenerationImage-to-Image TranslationTranslation+1

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

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

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 Learning

Disentangling Semantic-to-visual Confusion for Zero-shot Learning

2021-06-16 · Zihan Ye, Fuyuan Hu, Fan Lyu, Linyan Li 외

Using generative models to synthesize visual features from semantic distribution is one of the most popular solutions to ZSL image classification in recent years. The triplet loss (TL) is popularly used to generate reali…

Generative Adversarial Networkimage-classificationImage ClassificationTriplet+1