paper-with-me

Papers

CPR: Classifier-Projection Regularization for Continual Learning

2020-06-12 · ICLR 2021 1 · Sungmin Cha, Hsiang Hsu, Taebaek Hwang, Flavio P. Calmon, Taesup Moon

We propose a general, yet simple patch that can be applied to existing regularization-based continual learning methods called classifier-projection regularization (CPR). Inspired by both recent results on neural networks with wide local minima and information theory, CPR adds an additional regularization term that maximizes the entropy of a classifier's output probability. We demonstrate that this additional term can be interpreted as a projection of the conditional probability given by a classifier's output to the uniform distribution. By applying the Pythagorean theorem for KL divergence, we then prove that this projection may (in theory) improve the performance of continual learning methods. In our extensive experimental results, we apply CPR to several state-of-the-art regularization-based continual learning methods and benchmark performance on popular image recognition datasets. Our results demonstrate that CPR indeed promotes a wide local minima and significantly improves both accuracy and plasticity while simultaneously mitigating the catastrophic forgetting of baseline continual learning methods. The codes and scripts for this work are available at https://github.com/csm9493/CPR_CL.

📄 PDF Abstract BibTeX arXiv:2006.07326

Code (1)

csm9493/CPR_CL 공식 구현 pytorch

Tasks

Continual Learning

Similar Papers 제목 키워드 기반

Continual Learning in Linear Classification on Separable Data

2023-06-06 · Itay Evron, Edward Moroshko, Gon Buzaglo, Maroun Khriesh 외

We analyze continual learning on a sequence of separable linear classification tasks with binary labels. We show theoretically that learning with weak regularization reduces to solving a sequential max-margin problem, co…

ClassificationContinual LearningregressionScheduling

Natural continual learning: success is a journey, not (just) a destination

2021-06-15 · NeurIPS 2021 12 · Ta-Chu Kao, Kristopher T. Jensen, Gido M. van de Ven, Alberto Bernacchia 외

Biological agents are known to learn many different tasks over the course of their lives, and to be able to revisit previous tasks and behaviors with little to no loss in performance. In contrast, artificial agents are p…

Continual Learning

AnaCP: Toward Upper-Bound Continual Learning via Analytic Contrastive Projection

2025-11-17 · Saleh Momeni, Changnan Xiao, Bing Liu arxiv

This paper studies the problem of class-incremental learning (CIL), a core setting within continual learning where a model learns a sequence of tasks, each containing a distinct set of classes. Traditional CIL methods, w…

class-incremental learningContinual Learning

Continually Learning Self-Supervised Representations with Projected Functional Regularization

2021-12-30 · Alex Gomez-Villa, Bartlomiej Twardowski, Lu Yu, Andrew D. Bagdanov 외

Recent self-supervised learning methods are able to learn high-quality image representations and are closing the gap with supervised approaches. However, these methods are unable to acquire new knowledge incrementally --…

Continual LearningIncremental LearningSelf-Supervised Learning

Class-Prototype Conditional Diffusion Model with Gradient Projection for Continual Learning

2023-12-10 · Khanh Doan, Quyen Tran, Tung Lam Tran, Tuan Nguyen 외

Mitigating catastrophic forgetting is a key hurdle in continual learning. Deep Generative Replay (GR) provides techniques focused on generating samples from prior tasks to enhance the model's memory capabilities using ge…

Continual LearningDenoisingImage Generation