paper-with-me

홈 › Papers

Class Gradient Projection For Continual Learning

2023-11-25 · Cheng Chen, Ji Zhang, Jingkuan Song, Lianli Gao

Catastrophic forgetting is one of the most critical challenges in Continual Learning (CL). Recent approaches tackle this problem by projecting the gradient update orthogonal to the gradient subspace of existing tasks. While the results are remarkable, those approaches ignore the fact that these calculated gradients are not guaranteed to be orthogonal to the gradient subspace of each class due to the class deviation in tasks, e.g., distinguishing "Man" from "Sea" v.s. differentiating "Boy" from "Girl". Therefore, this strategy may still cause catastrophic forgetting for some classes. In this paper, we propose Class Gradient Projection (CGP), which calculates the gradient subspace from individual classes rather than tasks. Gradient update orthogonal to the gradient subspace of existing classes can be effectively utilized to minimize interference from other classes. To improve the generalization and efficiency, we further design a Base Refining (BR) algorithm to combine similar classes and refine class bases dynamically. Moreover, we leverage a contrastive learning method to improve the model's ability to handle unseen tasks. Extensive experiments on benchmark datasets demonstrate the effectiveness of our proposed approach. It improves the previous methods by 2.0% on the CIFAR-100 dataset.

📄 PDF Abstract BibTeX arXiv:2311.14905

Code (1)

zackschen/CGP 공식 구현 pytorch

Tasks

Continual LearningContrastive Learning

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음
BASE 설명 없음

Similar Papers 제목 키워드 기반

Continual Learning with Scaled Gradient Projection

2023-02-02 · Gobinda Saha, Kaushik Roy

In neural networks, continual learning results in gradient interference among sequential tasks, leading to catastrophic forgetting of old tasks while learning new ones. This issue is addressed in recent methods by storin…

Continual Learningimage-classificationImage Classification

Gradient Projection For Continual Parameter-Efficient Tuning

2024-05-22 · Jingyang Qiao, Zhizhong Zhang, Xin Tan, Yanyun Qu 외

Parameter-efficient tunings (PETs) have demonstrated impressive performance and promising perspectives in training large models, while they are still confronted with a common problem: the trade-off between learning new c…

Continual LearningHallucinationZero-shot Generalization

Continual Gradient Low-Rank Projection Fine-Tuning for LLMs

2025-07-03 · Chenxu Wang, Yilin Lyu, Zicheng Sun, Liping Jing

Continual fine-tuning of Large Language Models (LLMs) is hampered by the trade-off between efficiency and expressiveness. Low-Rank Adaptation (LoRA) offers efficiency but constrains the model's ability to learn new tasks…

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

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