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

Rebalanced Zero-shot Learning

About

Zero-shot learning (ZSL) aims to identify unseen classes with zero samples during training. Broadly speaking, present ZSL methods usually adopt class-level semantic labels and compare them with instance-level semantic predictions to infer unseen classes. However, we find that such existing models mostly produce imbalanced semantic predictions, i.e. these models could perform precisely for some semantics, but may not for others. To address the drawback, we aim to introduce an imbalanced learning framework into ZSL. However, we find that imbalanced ZSL has two unique challenges: (1) Its imbalanced predictions are highly correlated with the value of semantic labels rather than the number of samples as typically considered in the traditional imbalanced learning; (2) Different semantics follow quite different error distributions between classes. To mitigate these issues, we first formalize ZSL as an imbalanced regression problem which offers empirical evidences to interpret how semantic labels lead to imbalanced semantic predictions. We then propose a re-weighted loss termed Re-balanced Mean-Squared Error (ReMSE), which tracks the mean and variance of error distributions, thus ensuring rebalanced learning across classes. As a major contribution, we conduct a series of analyses showing that ReMSE is theoretically well established. Extensive experiments demonstrate that the proposed method effectively alleviates the imbalance in semantic prediction and outperforms many state-of-the-art ZSL methods. Our code is available at https://github.com/FouriYe/ReZSL-TIP23.

Zihan Ye, Guanyu Yang, Xiaobo Jin, Youfa Liu, Kaizhu Huang• 2022

Related benchmarks

TaskDatasetResultRank
Generalized Zero-Shot LearningCUB
H Score73.8
250
Generalized Zero-Shot LearningSUN
H40.1
184
Generalized Zero-Shot LearningAWA2
S Score85.6
165
Zero-shot LearningCUB
Top-1 Accuracy80.9
144
Zero-shot LearningSUN
Top-1 Accuracy63
114
Zero-shot LearningAWA2
Top-1 Accuracy0.709
95
Image ClassificationCUB
Unseen Top-1 Acc72.8
89
Image ClassificationAWA2 GZSL
Acc (Unseen)63.8
32
Image ClassificationSUN GZSL
Top-1 Acc (Unseen)47.4
14
Image ClassificationAWA2 ZSL
Top-1 Acc70.9
11
Showing 10 of 11 rows

Other info

Follow for update