CVAug 23, 2023

Continual Zero-Shot Learning through Semantically Guided Generative Random Walks

arXiv:2308.12366v15 citationsh-index: 20Has Code
Originality Incremental advance
AI Analysis

It addresses a key limitation in CZSL for realistic AI systems by reducing reliance on unseen semantic data, though it is incremental as it builds on existing generative methods.

The paper tackles continual zero-shot learning (CZSL) where unseen class information is unavailable during training, by proposing a semantically guided Generative Random Walk (GRW) loss that improves generative modeling of unseen visual spaces, achieving state-of-the-art performance with 3-7% gains on multiple datasets.

Learning novel concepts, remembering previous knowledge, and adapting it to future tasks occur simultaneously throughout a human's lifetime. To model such comprehensive abilities, continual zero-shot learning (CZSL) has recently been introduced. However, most existing methods overused unseen semantic information that may not be continually accessible in realistic settings. In this paper, we address the challenge of continual zero-shot learning where unseen information is not provided during training, by leveraging generative modeling. The heart of the generative-based methods is to learn quality representations from seen classes to improve the generative understanding of the unseen visual space. Motivated by this, we introduce generalization-bound tools and provide the first theoretical explanation for the benefits of generative modeling to CZSL tasks. Guided by the theoretical analysis, we then propose our learning algorithm that employs a novel semantically guided Generative Random Walk (GRW) loss. The GRW loss augments the training by continually encouraging the model to generate realistic and characterized samples to represent the unseen space. Our algorithm achieves state-of-the-art performance on AWA1, AWA2, CUB, and SUN datasets, surpassing existing CZSL methods by 3-7\%. The code has been made available here \url{https://github.com/wx-zhang/IGCZSL}

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