paper-with-me

Papers

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 learning, is storing part of the old data and replaying them interleaved with new experiences (also known as the replay approach). Generative replay, which is using generative models to provide replay patterns on demand, is particularly intriguing, however, it was shown to be effective mainly under simplified assumptions, such as simple scenarios and low-dimensional data. In this paper, we show that, while the generated data are usually not able to improve the classification accuracy for the old classes, they can be effective as negative examples (or antagonists) to better learn the new classes, especially when the learning experiences are small and contain examples of just one or few classes. The proposed approach is validated on complex class-incremental and data-incremental continual learning scenarios (CORe50 and ImageNet-1000) composed of high-dimensional data and a large number of training experiences: a setup where existing generative replay approaches usually fail.

📄 PDF Abstract BibTeX arXiv:2204.05842

Code (0)

등록된 구현이 없습니다.

Tasks

Continual Learning

Similar Papers 제목 키워드 기반

Online Continual Learning with Maximal Interfered Retrieval

2019-12-01 · NeurIPS 2019 12 · Rahaf Aljundi, Eugene Belilovsky, Tinne Tuytelaars, Laurent Charlin 외

Continual learning, the setting where a learning agent is faced with a never-ending stream of data, continues to be a great challenge for modern machine learning systems. In particular the online or "single-pass through …

class-incremental learningClass Incremental LearningContinual LearningRetrieval

Online Continual Learning with Maximally Interfered Retrieval

2019-08-11 · Rahaf Aljundi, Lucas Caccia, Eugene Belilovsky, Massimo Caccia 외

Continual learning, the setting where a learning agent is faced with a never ending stream of data, continues to be a great challenge for modern machine learning systems. In particular the online or "single-pass through …

Continual LearningRetrieval

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

Self-recovery of memory via generative replay

2023-01-15 · Zhenglong Zhou, Geshi Yeung, Anna C. Schapiro

A remarkable capacity of the brain is its ability to autonomously reorganize memories during offline periods. Memory replay, a mechanism hypothesized to underlie biological offline learning, has inspired offline methods …

Continual Learning

t-DGR: A Trajectory-Based Deep Generative Replay Method for Continual Learning in Decision Making

2024-01-04 · William Yue, Bo Liu, Peter Stone

Deep generative replay has emerged as a promising approach for continual learning in decision-making tasks. This approach addresses the problem of catastrophic forgetting by leveraging the generation of trajectories from…

Continual LearningDecision Making