paper-with-me

홈 › Papers

Representation Memorization for Fast Learning New Knowledge without Forgetting

2021-08-28 · Fei Mi, Tao Lin, Boi Faltings

The ability to quickly learn new knowledge (e.g. new classes or data distributions) is a big step towards human-level intelligence. In this paper, we consider scenarios that require learning new classes or data distributions quickly and incrementally over time, as it often occurs in real-world dynamic environments. We propose "Memory-based Hebbian Parameter Adaptation" (Hebb) to tackle the two major challenges (i.e., catastrophic forgetting and sample efficiency) towards this goal in a unified framework. To mitigate catastrophic forgetting, Hebb augments a regular neural classifier with a continuously updated memory module to store representations of previous data. To improve sample efficiency, we propose a parameter adaptation method based on the well-known Hebbian theory, which directly "wires" the output network's parameters with similar representations retrieved from the memory. We empirically verify the superior performance of Hebb through extensive experiments on a wide range of learning tasks (image classification, language model) and learning scenarios (continual, incremental, online). We demonstrate that Hebb effectively mitigates catastrophic forgetting, and it indeed learns new knowledge better and faster than the current state-of-the-art.

📄 PDF Abstract BibTeX arXiv:2108.12596

Code (0)

등록된 구현이 없습니다.

Tasks

image-classificationImage ClassificationLanguage ModelingLanguage ModellingMemorization

Similar Papers 제목 키워드 기반

DAS3H: Modeling Student Learning and Forgetting for Optimally Scheduling Distributed Practice of Skills

2019-05-14 · Benoît Choffin, Fabrice Popineau, Yolaine Bourda, Jill-Jênn Vie

Spaced repetition is among the most studied learning strategies in the cognitive science literature. It consists in temporally distributing exposure to an information so as to improve long-term memorization. Providing st…

Knowledge TracingMemorizationScheduling

Continual Variational Autoencoder Learning via Online Cooperative Memorization

2022-07-20 · Fei Ye, Adrian G. Bors

Due to their inference, data representation and reconstruction properties, Variational Autoencoders (VAE) have been successfully used in continual learning classification tasks. However, their ability to generate images …

Continual LearningDiversityMemorization

Continual Memorization of Factoids in Large Language Models

2024-11-11 · Howard Chen, Jiayi Geng, Adithya Bhaskar, Dan Friedman 외

Large language models can absorb a massive amount of knowledge through pretraining, but pretraining is inefficient for acquiring long-tailed or specialized facts. Therefore, fine-tuning on specialized or new knowledge th…

Memorization

How Do Large Language Models Acquire Factual Knowledge During Pretraining?

2024-06-17 · Hoyeon Chang, Jinho Park, Seonghyeon Ye, Sohee Yang 외

Despite the recent observation that large language models (LLMs) can store substantial factual knowledge, there is a limited understanding of the mechanisms of how they acquire factual knowledge through pretraining. This…

Memorization

Memorization Sinks: Isolating Memorization during LLM Training

2025-07-14 · Gaurav R. Ghosal, Pratyush Maini, Aditi Raghunathan arxiv

Large language models are susceptible to memorizing repeated sequences, posing privacy and copyright concerns. A popular mitigation strategy is to remove memorized information from specific neurons post-hoc. However, suc…