Rebalanced Zero-shot Learning
Zihan Ye, Guanyu Yang, Xiaobo Jin, Youfa Liu, Kaizhu Huang

TL;DR
This paper introduces a re-weighted loss function called ReMSE for zero-shot learning, addressing semantic prediction imbalance by modeling ZSL as an imbalanced regression problem, leading to improved performance.
Contribution
It formalizes imbalanced zero-shot learning as a regression problem and proposes ReMSE, a theoretically grounded re-weighted loss that balances semantic predictions across classes.
Findings
ReMSE effectively reduces semantic prediction imbalance.
The method outperforms existing state-of-the-art ZSL approaches.
Theoretical analysis confirms ReMSE's robustness.
Abstract
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…
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 · COVID-19 diagnosis using AI · Imbalanced Data Classification Techniques
