CVLGJan 6, 2022

Diversity-boosted Generalization-Specialization Balancing for Zero-shot Learning

arXiv:2201.01961v220 citations
Originality Incremental advance
AI Analysis

This addresses a key challenge in ZSL for computer vision, but it is incremental as it builds on existing methods focusing on generalization-specialization trade-offs.

The paper tackles the problem of balancing generalization and specialization in Zero-Shot Learning (ZSL) to improve classification from seen to unseen classes, proposing BGSNet with two branches and a diversity loss, and demonstrates effectiveness on four benchmark datasets.

Zero-Shot Learning (ZSL) aims to transfer classification capability from seen to unseen classes. Recent methods have proved that generalization and specialization are two essential abilities to achieve good performance in ZSL. However, focusing on only one of the abilities may result in models that are either too general with degraded classification ability or too specialized to generalize to unseen classes. In this paper, we propose an end-to-end network, termed as BGSNet, which equips and balances generalization and specialization abilities at the instance and dataset level. Specifically, BGSNet consists of two branches: the Generalization Network (GNet), which applies episodic meta-learning to learn generalized knowledge, and the Balanced Specialization Network (BSNet), which adopts multiple attentive extractors to extract discriminative features and achieve instance-level balance. A novel self-adjusted diversity loss is designed to optimize BSNet with redundancy reduced and diversity boosted. We further propose a differentiable dataset-level balance and update the weights in a linear annealing schedule to simulate network pruning and thus obtain the optimal structure for BSNet with dataset-level balance achieved. Experiments on four benchmark datasets demonstrate our model's effectiveness. Sufficient component ablations prove the necessity of integrating and balancing generalization and specialization abilities.

Foundations

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

Your Notes