Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Make an Omelette with Breaking Eggs: Zero-Shot Learning for Novel Attribute Synthesis

About

Most of the existing algorithms for zero-shot classification problems typically rely on the attribute-based semantic relations among categories to realize the classification of novel categories without observing any of their instances. However, training the zero-shot classification models still requires attribute labeling for each class (or even instance) in the training dataset, which is also expensive. To this end, in this paper, we bring up a new problem scenario: "Can we derive zero-shot learning for novel attribute detectors/classifiers and use them to automatically annotate the dataset for labeling efficiency?". Basically, given only a small set of detectors that are learned to recognize some manually annotated attributes (i.e., the seen attributes), we aim to synthesize the detectors of novel attributes in a zero-shot learning manner. Our proposed method, Zero-Shot Learning for Attributes (ZSLA), which is the first of its kind to the best of our knowledge, tackles this new research problem by applying the set operations to first decompose the seen attributes into their basic attributes and then recombine these basic attributes into the novel ones. Extensive experiments are conducted to verify the capacity of our synthesized detectors for accurately capturing the semantics of the novel attributes and show their superior performance in terms of detection and localization compared to other baseline approaches. Moreover, we demonstrate the application of automatic annotation using our synthesized detectors on Caltech-UCSD Birds-200-2011 dataset. Various generalized zero-shot classification algorithms trained upon the dataset re-annotated by ZSLA show comparable performance with those trained with the manual ground-truth annotations. Please refer to our project page for source code: https://yuhsuanli.github.io/ZSLA/

Yu-Hsuan Li, Tzu-Yin Chao, Ching-Chun Huang, Pin-Yu Chen, Wei-Chen Chiu• 2021

Related benchmarks

TaskDatasetResultRank
Generalized Zero-Shot LearningCUB
H Score58.1
250
Attribute ClassificationCUB unseen attributes novel modified
mAUROC71.7
15
LocalizationCUB unseen attributes modified (novel)
mLA86.7
15
RetrievalCUB unseen attributes modified (novel)
mAP@500.329
15
Attribute Classificationa-CLEVR unseen attributes
mAUROC71.7
9
Attribute Localizationa-CLEVR unseen attributes
mLA86.7
9
Attribute Retrievala-CLEVR unseen attributes
mAP@500.329
9
Showing 7 of 7 rows

Other info

Code

Follow for update