paper-with-me

Papers

Anti-Retroactive Interference for Lifelong Learning

2022-08-27 · Runqi Wang, Yuxiang Bao, Baochang Zhang, Jianzhuang Liu, Wentao Zhu, Guodong Guo

Humans can continuously learn new knowledge. However, machine learning models suffer from drastic dropping in performance on previous tasks after learning new tasks. Cognitive science points out that the competition of similar knowledge is an important cause of forgetting. In this paper, we design a paradigm for lifelong learning based on meta-learning and associative mechanism of the brain. It tackles the problem from two aspects: extracting knowledge and memorizing knowledge. First, we disrupt the sample's background distribution through a background attack, which strengthens the model to extract the key features of each task. Second, according to the similarity between incremental knowledge and base knowledge, we design an adaptive fusion of incremental knowledge, which helps the model allocate capacity to the knowledge of different difficulties. It is theoretically analyzed that the proposed learning paradigm can make the models of different tasks converge to the same optimum. The proposed method is validated on the MNIST, CIFAR100, CUB200 and ImageNet100 datasets.

📄 PDF Abstract BibTeX arXiv:2208.12967

Code (1)

bhrqw/ari 공식 구현 pytorch

Tasks

Lifelong learningMeta-Learning

Methods 이 논문이 사용한 방법론

BASE 설명 없음

Similar Papers 제목 키워드 기반

Notes on Retroactive Interference Model of Forgetting

2023-12-26 · Mikhail Katkov

We present analytical derivation of the minimal and maximal number of items retained in recently introduced Retroactive Interference Model of Forgetting. Also we computed the probability that two items presented at diffe…

model

Forgetting is Competition: Rethinking Unlearning as Representation Interference in Diffusion Models

2026-03-01 · Ashutosh Ranjan, Vivek Srivastava, Shirish Karande, Murari Mandal arxiv

Deployed text-to-image diffusion models increasingly require post-hoc concept unlearning for copyright claims, artist opt-outs, safety updates, and protected-content mitigation without full retraining. A central challeng…

Drift-Aware Multi-Memory Model for Imbalanced Data Streams

2020-12-29 · Amir Abolfazli, Eirini Ntoutsi

Online class imbalance learning deals with data streams that are affected by both concept drift and class imbalance. Online learning tries to find a trade-off between exploiting previously learned information and incorpo…

Knowledge in Superposition: Unveiling the Failures of Lifelong Knowledge Editing for Large Language Models

2024-08-14 · Chenhui Hu, Pengfei Cao, Yubo Chen, Kang Liu 외

Knowledge editing aims to update outdated or incorrect knowledge in large language models (LLMs). However, current knowledge editing methods have limited scalability for lifelong editing. This study explores the fundamen…

knowledge editing

Transformers Remember First, Forget Last: Dual-Process Interference in LLMs

2026-02-27 · Sourav Chattaraj, Kanak Raj arxiv

When large language models encounter conflicting information in context, which memories survive -- early or recent? We adapt classical interference paradigms from cognitive psychology to answer this question, testing 39 …