paper-with-me

Papers

Learning by Active Forgetting for Neural Networks

2021-11-21 · Jian Peng, Xian Sun, Min Deng, Chao Tao, Bo Tang, Wenbo Li, Guohua Wu, QingZhu, Yu Liu, Tao Lin, Haifeng Li

Remembering and forgetting mechanisms are two sides of the same coin in a human learning-memory system. Inspired by human brain memory mechanisms, modern machine learning systems have been working to endow machine with lifelong learning capability through better remembering while pushing the forgetting as the antagonist to overcome. Nevertheless, this idea might only see the half picture. Up until very recently, increasing researchers argue that a brain is born to forget, i.e., forgetting is a natural and active process for abstract, rich, and flexible representations. This paper presents a learning model by active forgetting mechanism with artificial neural networks. The active forgetting mechanism (AFM) is introduced to a neural network via a "plug-and-play" forgetting layer (P\&PF), consisting of groups of inhibitory neurons with Internal Regulation Strategy (IRS) to adjust the extinction rate of themselves via lateral inhibition mechanism and External Regulation Strategy (ERS) to adjust the extinction rate of excitatory neurons via inhibition mechanism. Experimental studies have shown that the P\&PF offers surprising benefits: self-adaptive structure, strong generalization, long-term learning and memory, and robustness to data and parameter perturbation. This work sheds light on the importance of forgetting in the learning process and offers new perspectives to understand the underlying mechanisms of neural networks.

📄 PDF Abstract BibTeX arXiv:2111.10831

Code (0)

등록된 구현이 없습니다.

Tasks

Lifelong learning

Similar Papers 제목 키워드 기반

Exploring Pretraining via Active Forgetting for Improving Cross Lingual Transfer for Decoder Language Models

2024-10-21 · Divyanshu Aggarwal, Ashutosh Sathe, Sunayana Sitaram

Large Language Models (LLMs) demonstrate exceptional capabilities in a multitude of NLP tasks. However, the efficacy of such models to languages other than English is often limited. Prior works have shown that encoder-on…

Cross-Lingual TransferDecoder

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

Robust Active Learning (RoAL): Countering Dynamic Adversaries in Active Learning with Elastic Weight Consolidation

2024-08-14 · Ricky Maulana Fajri, Yulong Pei, Lu Yin, Mykola Pechenizkiy

Despite significant advancements in active learning and adversarial attacks, the intersection of these two fields remains underexplored, particularly in developing robust active learning frameworks against dynamic advers…

Active LearningAdversarial Attack

AFEC: Active Forgetting of Negative Transfer in Continual Learning

2021-10-23 · NeurIPS 2021 12 · Liyuan Wang, Mingtian Zhang, Zhongfan Jia, Qian Li 외

Continual learning aims to learn a sequence of tasks from dynamic data distributions. Without accessing to the old training samples, knowledge transfer from the old tasks to each new task is difficult to determine, which…

Continual LearningTransfer Learning

Data-Incremental Continual Offline Reinforcement Learning

2024-04-19 · Sibo Gai, Donglin Wang

In this work, we propose a new setting of continual learning: data-incremental continual offline reinforcement learning (DICORL), in which an agent is asked to learn a sequence of datasets of a single offline reinforceme…

Continual LearningOffline RLQ-Learningreinforcement-learning+2