LGAIApr 18, 2022

Entropy-based Stability-Plasticity for Lifelong Learning

arXiv:2204.09517v118 citationsh-index: 17
Originality Incremental advance
AI Analysis

This addresses the problem of catastrophic forgetting in lifelong learning for AI systems, offering an incremental improvement over existing methods.

The paper tackles the stability-plasticity dilemma in lifelong learning for deep learning models by proposing Entropy-based Stability-Plasticity (ESP), which dynamically adjusts layer modifications to reduce interference and leverage prior knowledge, showing effectiveness in natural language and vision domains with potential training speed-ups.

The ability to continuously learn remains elusive for deep learning models. Unlike humans, models cannot accumulate knowledge in their weights when learning new tasks, mainly due to an excess of plasticity and the low incentive to reuse weights when training a new task. To address the stability-plasticity dilemma in neural networks, we propose a novel method called Entropy-based Stability-Plasticity (ESP). Our approach can decide dynamically how much each model layer should be modified via a plasticity factor. We incorporate branch layers and an entropy-based criterion into the model to find such factor. Our experiments in the domains of natural language and vision show the effectiveness of our approach in leveraging prior knowledge by reducing interference. Also, in some cases, it is possible to freeze layers during training leading to speed up in training.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes