paper-with-me

Papers

Generalized Variational Continual Learning

2020-11-24 · ICLR 2021 1 · Noel Loo, Siddharth Swaroop, Richard E. Turner

Continual learning deals with training models on new tasks and datasets in an online fashion. One strand of research has used probabilistic regularization for continual learning, with two of the main approaches in this vein being Online Elastic Weight Consolidation (Online EWC) and Variational Continual Learning (VCL). VCL employs variational inference, which in other settings has been improved empirically by applying likelihood-tempering. We show that applying this modification to VCL recovers Online EWC as a limiting case, allowing for interpolation between the two approaches. We term the general algorithm Generalized VCL (GVCL). In order to mitigate the observed overpruning effect of VI, we take inspiration from a common multi-task architecture, neural networks with task-specific FiLM layers, and find that this addition leads to significant performance gains, specifically for variational methods. In the small-data regime, GVCL strongly outperforms existing baselines. In larger datasets, GVCL with FiLM layers outperforms or is competitive with existing baselines in terms of accuracy, whilst also providing significantly better calibration.

📄 PDF Abstract BibTeX arXiv:2011.12328

Code (0)

등록된 구현이 없습니다.

Tasks

Continual LearningVariational Inference

Methods 이 논문이 사용한 방법론

EWC The methon to overcome catastrophic forgetting in neural network while continual learning

Similar Papers 제목 키워드 기반

Adaptive Variational Continual Learning via Task-Heuristic Modelling

2024-08-29 · Fan Yang

Variational continual learning (VCL) is a turn-key learning algorithm that has state-of-the-art performance among the best continual learning models. In our work, we explore an extension of the generalized variational co…

Continual LearningModel Optimization

Continual Generalized Category Discovery: Learning and Forgetting from a Bayesian Perspective

2025-07-23 · Hao Dai, Jagmohan Chauhan arxiv

Continual Generalized Category Discovery (C-GCD) faces a critical challenge: incrementally learning new classes from unlabeled data streams while preserving knowledge of old classes. Existing methods struggle with catast…

Generalized Continual Zero-Shot Learning

2020-11-17 · Chandan Gautam, Sethupathy Parameswaran, Ashish Mishra, Suresh Sundaram

Recently, zero-shot learning (ZSL) emerged as an exciting topic and attracted a lot of attention. ZSL aims to classify unseen classes by transferring the knowledge from seen classes to unseen classes based on the class d…

Continual LearningKnowledge DistillationZero-Shot Learning

Online Lifelong Generalized Zero-Shot Learning

2021-03-19 · Chandan Gautam, Sethupathy Parameswaran, Ashish Mishra, Suresh Sundaram

Methods proposed in the literature for zero-shot learning (ZSL) are typically suitable for offline learning and cannot continually learn from sequential streaming data. The sequential data comes in the form of tasks duri…

Continual LearningGeneralized Zero-Shot LearningKnowledge DistillationZero-Shot Learning

Variational Continual Learning

2017-10-29 · ICLR 2018 1 · Cuong V. Nguyen, Yingzhen Li, Thang D. Bui, Richard E. Turner

This paper develops variational continual learning (VCL), a simple but general framework for continual learning that fuses online variational inference (VI) and recent advances in Monte Carlo VI for neural networks. The …

Continual LearningVariational Inference