CD^2: Constrained Dataset Distillation for Few-Shot Class-Incremental Learning
Kexin Bao, Daichi Zhang, Hansong Zhang, Yong Li, Yutao Yue, Shiming Ge
TL;DR
This work tackles FSCIL by addressing catastrophic forgetting through CD^2, a framework that combines a Dataset Distillation Module to synthesize highly informative memory samples and a Distillation Constraint Module to stabilize knowledge transfer across sessions. The DDM reduces reliance on real data while preserving critical class-related information, and the DCM enforces feature and structural consistency to mitigate covariate shift. Together, these components yield state-of-the-art performance on CIFAR100, mini-ImageNet, and CUB200, with robust retention of old knowledge as new classes are introduced. The approach offers a practical memory-efficient solution for continual learning settings where labeled data in incremental sessions are scarce and privacy concerns exist.
Abstract
Few-shot class-incremental learning (FSCIL) receives significant attention from the public to perform classification continuously with a few training samples, which suffers from the key catastrophic forgetting problem. Existing methods usually employ an external memory to store previous knowledge and treat it with incremental classes equally, which cannot properly preserve previous essential knowledge. To solve this problem and inspired by recent distillation works on knowledge transfer, we propose a framework termed \textbf{C}onstrained \textbf{D}ataset \textbf{D}istillation (\textbf{CD$^2$}) to facilitate FSCIL, which includes a dataset distillation module (\textbf{DDM}) and a distillation constraint module~(\textbf{DCM}). Specifically, the DDM synthesizes highly condensed samples guided by the classifier, forcing the model to learn compacted essential class-related clues from a few incremental samples. The DCM introduces a designed loss to constrain the previously learned class distribution, which can preserve distilled knowledge more sufficiently. Extensive experiments on three public datasets show the superiority of our method against other state-of-the-art competitors.
