CVAIMLJan 25

Feature-Space Generative Models for One-Shot Class-Incremental Learning

arXiv:2601.17905v1
Originality Incremental advance
AI Analysis

This addresses the challenge of adapting AI models to new classes with minimal data, which is incremental but important for real-world applications like robotics or personalization.

The paper tackles the problem of one-shot class-incremental learning, where a model must recognize novel classes with only a single sample per class, by proposing a generative model approach that learns structural priors from base classes, resulting in consistent improvements over state-of-the-art methods across multiple benchmarks.

Few-shot class-incremental learning (FSCIL) is a paradigm where a model, initially trained on a dataset of base classes, must adapt to an expanding problem space by recognizing novel classes with limited data. We focus on the challenging FSCIL setup where a model receives only a single sample (1-shot) for each novel class and no further training or model alterations are allowed after the base training phase. This makes generalization to novel classes particularly difficult. We propose a novel approach predicated on the hypothesis that base and novel class embeddings have structural similarity. We map the original embedding space into a residual space by subtracting the class prototype (i.e., the average class embedding) of input samples. Then, we leverage generative modeling with VAE or diffusion models to learn the multi-modal distribution of residuals over the base classes, and we use this as a valuable structural prior to improve recognition of novel classes. Our approach, Gen1S, consistently improves novel class recognition over the state of the art across multiple benchmarks and backbone architectures.

Foundations

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

Your Notes