CVAug 25, 2020

Bias-Awareness for Zero-Shot Learning the Seen and Unseen

arXiv:2008.11185v15 citations
Originality Incremental advance
AI Analysis

This addresses bias in zero-shot learning for computer vision applications, but it is incremental as it builds on existing embedding and regularization techniques.

The paper tackles the bias of generalized zero-shot learning methods towards seen classes by proposing a bias-aware learner that maps inputs to a semantic embedding space, achieving improved performance on four benchmarks.

Generalized zero-shot learning recognizes inputs from both seen and unseen classes. Yet, existing methods tend to be biased towards the classes seen during training. In this paper, we strive to mitigate this bias. We propose a bias-aware learner to map inputs to a semantic embedding space for generalized zero-shot learning. During training, the model learns to regress to real-valued class prototypes in the embedding space with temperature scaling, while a margin-based bidirectional entropy term regularizes seen and unseen probabilities. Relying on a real-valued semantic embedding space provides a versatile approach, as the model can operate on different types of semantic information for both seen and unseen classes. Experiments are carried out on four benchmarks for generalized zero-shot learning and demonstrate the benefits of the proposed bias-aware classifier, both as a stand-alone method or in combination with generated features.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes