paper-with-me

Papers

Enabling Continual Learning with Differentiable Hebbian Plasticity

2020-06-30 · Vithursan Thangarasa, Thomas Miconi, Graham W. Taylor

Continual learning is the problem of sequentially learning new tasks or knowledge while protecting previously acquired knowledge. However, catastrophic forgetting poses a grand challenge for neural networks performing such learning process. Thus, neural networks that are deployed in the real world often struggle in scenarios where the data distribution is non-stationary (concept drift), imbalanced, or not always fully available, i.e., rare edge cases. We propose a Differentiable Hebbian Consolidation model which is composed of a Differentiable Hebbian Plasticity (DHP) Softmax layer that adds a rapid learning plastic component (compressed episodic memory) to the fixed (slow changing) parameters of the softmax output layer; enabling learned representations to be retained for a longer timescale. We demonstrate the flexibility of our method by integrating well-known task-specific synaptic consolidation methods to penalize changes in the slow weights that are important for each target task. We evaluate our approach on the Permuted MNIST, Split MNIST and Vision Datasets Mixture benchmarks, and introduce an imbalanced variant of Permuted MNIST -- a dataset that combines the challenges of class imbalance and concept drift. Our proposed model requires no additional hyperparameters and outperforms comparable baselines by reducing forgetting.

📄 PDF Abstract BibTeX arXiv:2006.16558

Code (0)

등록된 구현이 없습니다.

Tasks

Continual LearningPermuted-MNISTSplit-MNIST

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…

Similar Papers 제목 키워드 기반

Differentiable Hebbian Plasticity for Continual Learning

2019-05-16 · ICML Workshop AMTL 2019 6 · Anonymous

Catastrophic forgetting poses a grand challenge for continual learning systems, which prevents neural networks from protecting old knowledge while learning new tasks sequentially. We propose a Differentiable Hebbian Plas…

Continual LearningPermuted-MNISTSplit-MNIST

Differentiable Hebbian Consolidation for Continual Learning

2019-09-25 · Vithursan Thangarasa, Thomas Miconi, Graham W. Taylor

Continual learning is the problem of sequentially learning new tasks or knowledge while protecting previously acquired knowledge. However, catastrophic forgetting poses a grand challenge for neural networks performing su…

Continual LearningPermuted-MNISTSplit-MNIST

Enabling Robust In-Context Memory and Rapid Task Adaptation in Transformers with Hebbian and Gradient-Based Plasticity

2025-10-24 · Siddharth Chaudhary arxiv

Large language models display in-context learning as an emergent effect of scale, but they rely on static weights during inference. In contrast, biological systems continually adapt via synaptic plasticity. We investigat…

Learning to learn with backpropagation of Hebbian plasticity

2016-09-08 · Thomas Miconi

Hebbian plasticity is a powerful principle that allows biological brains to learn from their lifetime experience. By contrast, artificial neural networks trained with backpropagation generally have fixed connection weigh…

Continual LearningLifelong learningOne-Shot Learning

Incremental learning for audio classification with Hebbian Deep Neural Networks

2026-04-20 · Riccardo Casciotti, Francesco De Santis, Alberto Antonietti, Annamaria Mesaros arxiv

The ability of humans for lifelong learning is an inspiration for deep learning methods and in particular for continual learning. In this work, we apply Hebbian learning, a biologically inspired learning process, to soun…

Incremental LearningAudio ClassificationContinual Learning