paper-with-me

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 storing the important gradient spaces for old tasks and updating the model orthogonally during new tasks. However, such restrictive orthogonal gradient updates hamper the learning capability of the new tasks resulting in sub-optimal performance. To improve new learning while minimizing forgetting, in this paper we propose a Scaled Gradient Projection (SGP) method, where we combine the orthogonal gradient projections with scaled gradient steps along the important gradient spaces for the past tasks. The degree of gradient scaling along these spaces depends on the importance of the bases spanning them. We propose an efficient method for computing and accumulating importance of these bases using the singular value decomposition of the input representations for each task. We conduct extensive experiments ranging from continual image classification to reinforcement learning tasks and report better performance with less training overhead than the state-of-the-art approaches.

📄 PDF Abstract BibTeX arXiv:2302.01386

Code (1)

sahagobinda/sgp 공식 구현 pytorch

Tasks

Continual Learningimage-classificationImage Classification

Similar Papers 제목 키워드 기반

TRGP: Trust Region Gradient Projection for Continual Learning

2022-02-07 · ICLR 2022 4 · Sen Lin, Li Yang, Deliang Fan, Junshan Zhang

Catastrophic forgetting is one of the major challenges in continual learning. To address this issue, some existing methods put restrictive constraints on the optimization space of the new task for minimizing the interfer…

Continual LearningTransfer Learning

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

Data Augmented Flatness-aware Gradient Projection for Continual Learning

2023-01-01 · ICCV 2023 1 · Enneng Yang, Li Shen, Zhenyi Wang, Shiwei Liu 외

The goal of continual learning (CL) is to continuously learn new tasks without forgetting previously learned old tasks. To alleviate catastrophic forgetting, gradient projection based CL methods require that the grad…

Continual Learning

GEM-Style Constraints for PEFT with Dual Gradient Projection in LoRA

2026-01-05 · Brian Tekmen, Jason Yin, Qianqian Tong arxiv

Full fine-tuning of Large Language Models (LLMs) is computationally costly, motivating Continual Learning (CL) approaches that utilize parameter-efficient adapters. We revisit Gradient Episodic Memory (GEM) within the Lo…

Continual Learning

CODE-CL: Conceptor-Based Gradient Projection for Deep Continual Learning

2024-11-21 · Marco Paul E. Apolinario, Sakshi Choudhary, Kaushik Roy

Continual learning (CL) - the ability to progressively acquire and integrate new concepts - is essential to intelligent systems to adapt to dynamic environments. However, deep neural networks struggle with catastrophic f…

Continual LearningImage ClassificationTransfer Learning