Zero-shot Recognition via Semantic Embeddings and Knowledge Graphs
Xiaolong Wang, Yufei Ye, Abhinav Gupta

TL;DR
This paper introduces a method for zero-shot recognition that leverages semantic embeddings and knowledge graphs with graph convolutional networks to predict classifiers for unseen categories, significantly improving accuracy.
Contribution
It proposes a novel GCN-based approach that uses semantic embeddings and categorical relationships to predict classifiers for unseen classes in zero-shot recognition.
Findings
Achieves up to 20% accuracy on some metrics for unseen categories.
Demonstrates robustness to noise in the knowledge graph.
Significantly outperforms previous state-of-the-art methods.
Abstract
We consider the problem of zero-shot recognition: learning a visual classifier for a category with zero training examples, just using the word embedding of the category and its relationship to other categories, which visual data are provided. The key to dealing with the unfamiliar or novel category is to transfer knowledge obtained from familiar classes to describe the unfamiliar class. In this paper, we build upon the recently introduced Graph Convolutional Network (GCN) and propose an approach that uses both semantic embeddings and the categorical relationships to predict the classifiers. Given a learned knowledge graph (KG), our approach takes as input semantic embeddings for each node (representing visual category). After a series of graph convolutions, we predict the visual classifier for each category. During training, the visual classifiers for a few categories are given to learn…
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 · Viral Infections and Outbreaks Research
MethodsGraph Convolutional Network
