Contrastive Embedding for Generalized Zero-Shot Learning
Zongyan Han, Zhenyong Fu, Shuo Chen, Jian Yang

TL;DR
This paper introduces a hybrid generalized zero-shot learning framework that uses contrastive embedding to improve classification by leveraging both class-wise and instance-wise supervision, outperforming existing methods on benchmark datasets.
Contribution
The paper proposes a novel contrastive embedding method integrated into a hybrid GZSL framework, enhancing discriminative power and leveraging instance-wise supervision.
Findings
Outperforms state-of-the-art on three benchmark datasets.
Effectively leverages both class-wise and instance-wise supervision.
Significantly improves GZSL classification accuracy.
Abstract
Generalized zero-shot learning (GZSL) aims to recognize objects from both seen and unseen classes, when only the labeled examples from seen classes are provided. Recent feature generation methods learn a generative model that can synthesize the missing visual features of unseen classes to mitigate the data-imbalance problem in GZSL. However, the original visual feature space is suboptimal for GZSL classification since it lacks discriminative information. To tackle this issue, we propose to integrate the generation model with the embedding model, yielding a hybrid GZSL framework. The hybrid GZSL approach maps both the real and the synthetic samples produced by the generation model into an embedding space, where we perform the final GZSL classification. Specifically, we propose a contrastive embedding (CE) for our hybrid GZSL framework. The proposed contrastive embedding can leverage not…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning · Multimodal Machine Learning Applications
