Adversarial Pseudo-replay for Exemplar-free Class-incremental Learning
Hiroto Honda

TL;DR
This paper introduces adversarial pseudo-replay, a novel method for exemplar-free class-incremental learning that synthesizes pseudo-replay images via adversarial attacks to mitigate catastrophic forgetting without storing previous data.
Contribution
The paper proposes adversarial pseudo-replay (APR), a new online pseudo-replay technique using adversarial attacks and covariance calibration to improve EFCIL performance.
Findings
Achieves state-of-the-art results on standard EFCIL benchmarks.
Effectively balances stability and plasticity without storing old data.
Outperforms existing methods in cold-start scenarios.
Abstract
Exemplar-free class-incremental learning (EFCIL) aims to retain old knowledge acquired in the previous task while learning new classes, without storing the previous images due to storage constraints or privacy concerns. In EFCIL, the plasticity-stability dilemma, learning new tasks versus catastrophic forgetting, is a significant challenge, primarily due to the unavailability of images from earlier tasks. In this paper, we introduce adversarial pseudo-replay (APR), a method that perturbs the images of the new task with adversarial attack, to synthesize the pseudo-replay images online without storing any replay samples. During the new task training, the adversarial attack is conducted on the new task images with augmented old class mean prototypes as targets, and the resulting images are used for knowledge distillation to prevent semantic drift. Moreover, we calibrate the covariance…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning · Face recognition and analysis · Advanced Neural Network Applications
