paper-with-me

Papers

Generative Feature-driven Image Replay for Continual Learning

2021-06-09 · Kevin Thandiackal, Tiziano Portenier, Andrea Giovannini, Maria Gabrani, Orcun Goksel

Neural networks are prone to catastrophic forgetting when trained incrementally on different tasks. Popular incremental learning methods mitigate such forgetting by retaining a subset of previously seen samples and replaying them during the training on subsequent tasks. However, this is not always possible, e.g., due to data protection regulations. In such restricted scenarios, one can employ generative models to replay either artificial images or hidden features to a classifier. In this work, we propose Genifer (GENeratIve FEature-driven image Replay), where a generative model is trained to replay images that must induce the same hidden features as real samples when they are passed through the classifier. Our technique therefore incorporates the benefits of both image and feature replay, i.e.: (1) unlike conventional image replay, our generative model explicitly learns the distribution of features that are relevant for classification; (2) in contrast to feature replay, our entire classifier remains trainable; and (3) we can leverage image-space augmentations, which increase distillation performance while also mitigating overfitting during the training of the generative model. We show that Genifer substantially outperforms the previous state of the art for various settings on the CIFAR-100 and CUB-200 datasets.

📄 PDF Abstract BibTeX arXiv:2106.05350

Code (0)

등록된 구현이 없습니다.

Tasks

Class Incremental LearningContinual LearningIncremental Learning

Similar Papers 제목 키워드 기반

Replay to Remember (R2R): An Efficient Uncertainty-driven Unsupervised Continual Learning Framework Using Generative Replay

2025-05-07 · Sriram Mandalika, Harsha Vardhan, Athira Nambiar

Continual Learning entails progressively acquiring knowledge from new data while retaining previously acquired knowledge, thereby mitigating ``Catastrophic Forgetting'' in neural networks. Our work presents a novel uncer…

Continual Learning

ReplayCAD: Generative Diffusion Replay for Continual Anomaly Detection

2025-05-10 · Lei Hu, Zhiyong Gan, Ling Deng, Jinglin Liang 외

Continual Anomaly Detection (CAD) enables anomaly detection models in learning new classes while preserving knowledge of historical classes. CAD faces two key challenges: catastrophic forgetting and segmentation of small…

Anomaly Detectioncontinual anomaly detectionData CompressionSegmentation

Generative Negative Replay for Continual Learning

2022-04-12 · Gabriele Graffieti, Davide Maltoni, Lorenzo Pellegrini, Vincenzo Lomonaco

Learning continually is a key aspect of intelligence and a necessary ability to solve many real-life problems. One of the most effective strategies to control catastrophic forgetting, the Achilles' heel of continual lear…

Continual Learning

Generative Feature Replay with Orthogonal Weight Modification for Continual Learning

2020-05-07 · Gehui Shen, Song Zhang, Xiang Chen, Zhi-Hong Deng

The ability of intelligent agents to learn and remember multiple tasks sequentially is crucial to achieving artificial general intelligence. Many continual learning (CL) methods have been proposed to overcome catastrophi…

class-incremental learningClass Incremental LearningContinual LearningIncremental Learning

Multi-scale Feature Alignment for Continual Learning of Unlabeled Domains

2023-02-02 · Kevin Thandiackal, Luigi Piccinelli, Pushpak Pati, Orcun Goksel

Methods for unsupervised domain adaptation (UDA) help to improve the performance of deep neural networks on unseen domains without any labeled data. Especially in medical disciplines such as histopathology, this is cruci…

Continual LearningDomain AdaptationUnsupervised Domain Adaptation