paper-with-me

Papers

Understanding Catastrophic Forgetting and Remembering in Continual Learning with Optimal Relevance Mapping

2021-02-22 · Prakhar Kaushik, Alex Gain, Adam Kortylewski, Alan Yuille

Catastrophic forgetting in neural networks is a significant problem for continual learning. A majority of the current methods replay previous data during training, which violates the constraints of an ideal continual learning system. Additionally, current approaches that deal with forgetting ignore the problem of catastrophic remembering, i.e. the worsening ability to discriminate between data from different tasks. In our work, we introduce Relevance Mapping Networks (RMNs) which are inspired by the Optimal Overlap Hypothesis. The mappings reflects the relevance of the weights for the task at hand by assigning large weights to essential parameters. We show that RMNs learn an optimized representational overlap that overcomes the twin problem of catastrophic forgetting and remembering. Our approach achieves state-of-the-art performance across all common continual learning datasets, even significantly outperforming data replay methods while not violating the constraints for an ideal continual learning system. Moreover, RMNs retain the ability to detect data from new tasks in an unsupervised manner, thus proving their resilience against catastrophic remembering.

📄 PDF Abstract BibTeX arXiv:2102.11343

Code (1)

https://gitlab.com/prakhark2/relevance-mapping-networks 공식 구현 pytorch

Tasks

Continual Learning

Similar Papers 제목 키워드 기반

Remembering for the Right Reasons: Explanations Reduce Catastrophic Forgetting

2020-10-04 · ICLR 2021 1 · Sayna Ebrahimi, Suzanne Petryk, Akash Gokul, William Gan 외

The goal of continual learning (CL) is to learn a sequence of tasks without suffering from the phenomenon of catastrophic forgetting. Previous work has shown that leveraging memory in the form of a replay buffer can redu…

Continual Learning

Online Fast Adaptation and Knowledge Accumulation: a New Approach to Continual Learning

2020-03-12 · NeurIPS 2020 12 · Massimo Caccia, Pau Rodriguez, Oleksiy Ostapenko, Fabrice Normandin 외

Continual learning studies agents that learn from streams of tasks without forgetting previous ones while adapting to new ones. Two recent continual-learning scenarios have opened new avenues of research. In meta-continu…

Continual LearningMeta-Learning

UFO: A Unified Flow-Oriented Framework for Robust Continual Graph Learning

2026-05-11 · Danhui Zhang, Zhe Wang, Qing Qing, Jiarui Liu 외 arxiv

Graph learning research has increasingly shifted toward continual graph learning (CGL), which better reflects real-world scenarios where graphs evolve over time. However, existing CGL methods largely assume clean supervi…

Graph Learning

Online Fast Adaptation and Knowledge Accumulation (OSAKA): a New Approach to Continual Learning

2020-12-01 · NeurIPS 2020 12 · Massimo Caccia, Pau Rodriguez, Oleksiy Ostapenko, Fabrice Normandin 외

Continual learning agents experience a stream of (related) tasks. The main challenge is that the agent must not forget previous tasks and also adapt to novel tasks in the stream. We are interested in the intersection of …

Continual LearningMeta-Learning

EXACFS -- A CIL Method to mitigate Catastrophic Forgetting

2024-10-31 · S Balasubramanian, M Sai Subramaniam, Sai Sriram Talasu, P Yedu Krishna 외

Deep neural networks (DNNS) excel at learning from static datasets but struggle with continual learning, where data arrives sequentially. Catastrophic forgetting, the phenomenon of forgetting previously learned knowledge…

class-incremental learningClass Incremental LearningContinual LearningIncremental Learning