paper-with-me

홈 › Papers

Learning to Learn without Forgetting by Maximizing Transfer and Minimizing Interference

2018-10-29 · ICLR 2019 5 · Matthew Riemer, Ignacio Cases, Robert Ajemian, Miao Liu, Irina Rish, Yuhai Tu, Gerald Tesauro

Lack of performance when it comes to continual learning over non-stationary distributions of data remains a major challenge in scaling neural network learning to more human realistic settings. In this work we propose a new conceptualization of the continual learning problem in terms of a temporally symmetric trade-off between transfer and interference that can be optimized by enforcing gradient alignment across examples. We then propose a new algorithm, Meta-Experience Replay (MER), that directly exploits this view by combining experience replay with optimization based meta-learning. This method learns parameters that make interference based on future gradients less likely and transfer based on future gradients more likely. We conduct experiments across continual lifelong supervised learning benchmarks and non-stationary reinforcement learning environments demonstrating that our approach consistently outperforms recently proposed baselines for continual learning. Our experiments show that the gap between the performance of MER and baseline algorithms grows both as the environment gets more non-stationary and as the fraction of the total experiences stored gets smaller.

📄 PDF Abstract BibTeX arXiv:1810.11910

Code (3)

mattriemer/mer 공식 구현 pytorch
ContinualAI/avalanche pytorch
aimagelab/mammoth pytorch

Tasks

Continual LearningMeta-LearningReinforcement Learning

Methods 이 논문이 사용한 방법론

Experience Replay Experience Replay is a replay memory technique used in reinforcement learning where we store the agent’s experiences at each time-step, $e\_{t} = \left(s\_{t}, a\_{t}, r\_{t},…

Similar Papers 제목 키워드 기반

Beyond Not-Forgetting: Continual Learning with Backward Knowledge Transfer

2022-11-01 · Sen Lin, Li Yang, Deliang Fan, Junshan Zhang

By learning a sequence of tasks continually, an agent in continual learning (CL) can improve the learning performance of both a new task and `old' tasks by leveraging the forward knowledge transfer and the backward knowl…

Continual LearningTransfer Learning

Efficient Rehearsal Free Zero Forgetting Continual Learning using Adaptive Weight Modulation

2023-11-26 · Yonatan Sverdlov, Shimon Ullman

Artificial neural networks encounter a notable challenge known as continual learning, which involves acquiring knowledge of multiple tasks over an extended period. This challenge arises due to the tendency of previously …

Continual Learning

Data-dependent and Oracle Bounds on Forgetting in Continual Learning

2024-06-13 · Lior Friedman, Ron Meir

In continual learning, knowledge must be preserved and re-used between tasks, maintaining good transfer to future tasks and minimizing forgetting of previously learned ones. While several practical algorithms have been d…

Continual Learning

FReTAL: Generalizing Deepfake Detection using Knowledge Distillation and Representation Learning

2021-05-28 · Minha Kim, Shahroz Tariq, Simon S. Woo

As GAN-based video and image manipulation technologies become more sophisticated and easily accessible, there is an urgent need for effective deepfake detection technologies. Moreover, various deepfake generation techniq…

DeepFake DetectionDomain AdaptationFace SwappingImage Manipulation+3

Domain Consistency Representation Learning for Lifelong Person Re-Identification

2024-09-30 · Shiben Liu, Qiang Wang, Huijie Fan, Weihong Ren 외

Lifelong person re-identification (LReID) exhibits a contradictory relationship between intra-domain discrimination and inter-domain gaps when learning from continuous data. Intra-domain discrimination focuses on individ…

AttributeKnowledge DistillationPerson Re-IdentificationRepresentation Learning+1