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

Counterfactual Zero-Shot and Open-Set Visual Recognition

About

We present a novel counterfactual framework for both Zero-Shot Learning (ZSL) and Open-Set Recognition (OSR), whose common challenge is generalizing to the unseen-classes by only training on the seen-classes. Our idea stems from the observation that the generated samples for unseen-classes are often out of the true distribution, which causes severe recognition rate imbalance between the seen-class (high) and unseen-class (low). We show that the key reason is that the generation is not Counterfactual Faithful, and thus we propose a faithful one, whose generation is from the sample-specific counterfactual question: What would the sample look like, if we set its class attribute to a certain class, while keeping its sample attribute unchanged? Thanks to the faithfulness, we can apply the Consistency Rule to perform unseen/seen binary classification, by asking: Would its counterfactual still look like itself? If ``yes'', the sample is from a certain class, and ``no'' otherwise. Through extensive experiments on ZSL and OSR, we demonstrate that our framework effectively mitigates the seen/unseen imbalance and hence significantly improves the overall performance. Note that this framework is orthogonal to existing methods, thus, it can serve as a new baseline to evaluate how ZSL/OSR models generalize. Codes are available at https://github.com/yue-zhongqi/gcm-cf.

Zhongqi Yue, Tan Wang, Hanwang Zhang, Qianru Sun, Xian-Sheng Hua• 2021

Related benchmarks

TaskDatasetResultRank
Generalized Zero-Shot LearningCUB
H Score60.3
250
Generalized Zero-Shot LearningSUN
H42.2
184
Generalized Zero-Shot LearningAWA2
S Score75.1
165
Image ClassificationCUB
Unseen Top-1 Acc61
89
Image ClassificationSUN
Harmonic Mean Top-1 Accuracy42.2
86
Zero-shot Image ClassificationAWA2 (test)
Metric U60.4
46
Zero-shot Image ClassificationCUB
U Score61
34
ClassificationAWA2 (test)
MCA (unseen)60.4
22
Zero-shot Image ClassificationAPY (test)
Metric u37.1
21
ClassificationCUB (test)
MCA_u61
17
Showing 10 of 18 rows

Other info

Code

Follow for update