paper-with-me

Papers

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

2025-11-22 · Hiroto Honda arxiv

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 matrices to compensate for the semantic drift after each task, by learning a transfer matrix on the pseudo-replay samples. Our method reconciles stability and plasticity, achieving state-of-the-art on challenging cold-start settings of the standard EFCIL benchmarks.

📄 PDF Abstract BibTeX arXiv:2511.17973

Code (0)

등록된 구현이 없습니다.

Tasks

class-incremental learningKnowledge DistillationAdversarial Attack

Similar Papers 제목 키워드 기반

Footprint-Guided Exemplar-Free Continual Histopathology Report Generation

2026-02-27 · Pratibha Kumari, Daniel Reisenbüchler, Afshin Bozorgpour, yousef Sadegheih 외 arxiv

Rapid progress in vision-language modeling has enabled pathology report generation from gigapixel whole-slide images, but most approaches assume static training with simultaneous access to all data. In clinical deploymen…

Continual Learning

Task-recency bias strikes back: Adapting covariances in Exemplar-Free Class Incremental Learning

2024-09-26 · Grzegorz Rypeść, Sebastian Cygert, Tomasz Trzciński, Bartłomiej Twardowski

Exemplar-Free Class Incremental Learning (EFCIL) tackles the problem of training a model on a sequence of tasks without access to past data. Existing state-of-the-art methods represent classes as Gaussian distributions i…

class-incremental learningClass Incremental LearningExemplar-FreeIncremental Learning

Exemplar-free Continual Learning of Vision Transformers via Gated Class-Attention and Cascaded Feature Drift Compensation

2022-11-22 · Marco Cotogni, Fei Yang, Claudio Cusano, Andrew D. Bagdanov 외

We propose a new method for exemplar-free class incremental training of ViTs. The main challenge of exemplar-free continual learning is maintaining plasticity of the learner without causing catastrophic forgetting of pre…

Continual LearningExemplar-Free

On the Discrimination and Consistency for Exemplar-Free Class Incremental Learning

2025-01-26 · Tianqi Wang, Jingcai Guo, Depeng Li, Zhi Chen

Exemplar-free class incremental learning (EF-CIL) is a nontrivial task that requires continuously enriching model capability with new classes while maintaining previously learned knowledge without storing and replaying a…

class-incremental learningClass Incremental LearningExemplar-FreeIncremental Learning

Rethinking Exemplars for Continual Semantic Segmentation in Endoscopy Scenes: Entropy-based Mini-Batch Pseudo-Replay

2023-08-27 · Guankun Wang, Long Bai, Yanan Wu, Tong Chen 외

Endoscopy is a widely used technique for the early detection of diseases or robotic-assisted minimally invasive surgery (RMIS). Numerous deep learning (DL)-based research works have been developed for automated diagnosis…

Continual LearningContinual Semantic SegmentationImage SegmentationRepresentation Learning+1