Feature-Space Generative Models for One-Shot Class-Incremental Learning
Jack Foster, Kirill Paramonov, Mete Ozay, Umberto Michieli
TL;DR
This work tackles one-shot class-incremental learning by introducing Gen1S, a method that learns a shared generative prior over embedding residuals from base classes and applies it to novel classes without any deployment-time training. By mapping embeddings to a residual space and conditioning on class prototypes, Gen1S uses VAEs or diffusion models to capture complex, multimodal base-class structures and generalize to unseen classes from a single example. The approach achieves state-of-the-art novel-class recognition across multiple benchmarks and backbones, with diffusion models often delivering the strongest gains as the number of novel classes increases. This demonstrates the viability of leveraging generative priors in FSCIL to enable robust one-shot adaptation on resource-constrained devices.
Abstract
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.
