paper-with-me

Papers

Uncertainty-based Continual Learning with Adaptive Regularization

2019-05-28 · NeurIPS 2019 12 · Hongjoon Ahn, Sungmin Cha, DongGyu Lee, Taesup Moon

We introduce a new neural network-based continual learning algorithm, dubbed as Uncertainty-regularized Continual Learning (UCL), which builds on traditional Bayesian online learning framework with variational inference. We focus on two significant drawbacks of the recently proposed regularization-based methods: a) considerable additional memory cost for determining the per-weight regularization strengths and b) the absence of gracefully forgetting scheme, which can prevent performance degradation in learning new tasks. In this paper, we show UCL can solve these two problems by introducing a fresh interpretation on the Kullback-Leibler (KL) divergence term of the variational lower bound for Gaussian mean-field approximation. Based on the interpretation, we propose the notion of node-wise uncertainty, which drastically reduces the number of additional parameters for implementing per-weight regularization. Moreover, we devise two additional regularization terms that enforce stability by freezing important parameters for past tasks and allow plasticity by controlling the actively learning parameters for a new task. Through extensive experiments, we show UCL convincingly outperforms most of recent state-of-the-art baselines not only on popular supervised learning benchmarks, but also on challenging lifelong reinforcement learning tasks. The source code of our algorithm is available at https://github.com/csm9493/UCL.

📄 PDF Abstract BibTeX arXiv:1905.11614

Code (2)

csm9493/UCL 공식 구현 pytorch
Minhchuyentoancbn/Continual-Learning pytorch

Tasks

Continual LearningReinforcement LearningVariational Inference

Similar Papers 제목 키워드 기반

Adaptive Variance-Penalized Continual Learning with Fisher Regularization

2025-08-15 · Krisanu Sarkar arxiv

The persistent challenge of catastrophic forgetting in neural networks has motivated extensive research in continual learning . This work presents a novel continual learning framework that integrates Fisher-weighted asym…

Continual Learning

Towards Robust Continual Learning with Bayesian Adaptive Moment Regularization

2023-09-15 · Jack Foster, Alexandra Brintrup

The pursuit of long-term autonomy mandates that machine learning models must continuously adapt to their changing environments and learn to solve new tasks. Continual learning seeks to overcome the challenge of catastrop…

Continual LearningSplit-MNIST

Continual Learning with Node-Importance based Adaptive Group Sparse Regularization

2020-03-30 · NeurIPS 2020 12 · Sangwon Jung, Hongjoon Ahn, Sungmin Cha, Taesup Moon

We propose a novel regularization-based continual learning method, dubbed as Adaptive Group Sparsity based Continual Learning (AGS-CL), using two group sparsity-based penalties. Our method selectively employs the two pen…

Continual LearningReinforcement Learning

Uncertainty-guided Continual Learning with Bayesian Neural Networks

2019-06-06 · ICLR 2020 1 · Sayna Ebrahimi, Mohamed Elhoseiny, Trevor Darrell, Marcus Rohrbach

Continual learning aims to learn new tasks without forgetting previously learned ones. This is especially challenging when one cannot access data from previous tasks and when the model has a fixed capacity. Current regul…

Continual Learning

Adaptively Integrated Knowledge Distillation and Prediction Uncertainty for Continual Learning

2023-01-18 · Kanghao Chen, Sijia Liu, Ruixuan Wang, Wei-Shi Zheng

Current deep learning models often suffer from catastrophic forgetting of old knowledge when continually learning new knowledge. Existing strategies to alleviate this issue often fix the trade-off between keeping old kno…

Continual LearningKnowledge Distillation