English

Prompt-Based Exemplar Super-Compression and Regeneration for Class-Incremental Learning

Computer Vision and Pattern Recognition 2025-08-01 v3

Abstract

Replay-based methods in class-incremental learning (CIL) have attained remarkable success. Despite their effectiveness, the inherent memory restriction results in saving a limited number of exemplars with poor diversity. In this paper, we introduce PESCR, a novel approach that substantially increases the quantity and enhances the diversity of exemplars based on a pre-trained general-purpose diffusion model, without fine-tuning it on target datasets or storing it in the memory buffer. Images are compressed into visual and textual prompts, which are saved instead of the original images, decreasing memory consumption by a factor of 24. In subsequent phases, diverse exemplars are regenerated by the diffusion model. We further propose partial compression and diffusion-based data augmentation to minimize the domain gap between generated exemplars and real images. PESCR significantly improves CIL performance across multiple benchmarks, e.g., 3.2% above the previous state-of-the-art on ImageNet-100.

Keywords

Cite

@article{arxiv.2311.18266,
  title  = {Prompt-Based Exemplar Super-Compression and Regeneration for Class-Incremental Learning},
  author = {Ruxiao Duan and Jieneng Chen and Adam Kortylewski and Alan Yuille and Yaoyao Liu},
  journal= {arXiv preprint arXiv:2311.18266},
  year   = {2025}
}

Comments

BMVC 2025. Code: https://github.com/KerryDRX/PESCR

R2 v1 2026-06-28T13:36:29.710Z