paper-with-me

Papers

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 forgetting (CF) when learning tasks sequentially, as training for new tasks often overwrites previously learned knowledge. To address this, recent approaches constrain updates to orthogonal subspaces using gradient projection, effectively preserving important gradient directions for previous tasks. While effective in reducing forgetting, these approaches inadvertently hinder forward knowledge transfer (FWT), particularly when tasks are highly correlated. In this work, we propose Conceptor-based gradient projection for Deep Continual Learning (CODE-CL), a novel method that leverages conceptor matrix representations, a form of regularized reconstruction, to adaptively handle highly correlated tasks. CODE-CL mitigates CF by projecting gradients onto pseudo-orthogonal subspaces of previous task feature spaces while simultaneously promoting FWT. It achieves this by learning a linear combination of shared basis directions, allowing efficient balance between stability and plasticity and transfer of knowledge between overlapping input feature representations. Extensive experiments on continual learning benchmarks validate CODE-CL's efficacy, demonstrating superior performance, reduced forgetting, and improved FWT as compared to state-of-the-art methods.

📄 PDF Abstract BibTeX arXiv:2411.15235

Code (1)

mapolinario94/CODE-CL 공식 구현 pytorch

Tasks

Continual LearningImage ClassificationTransfer Learning

Similar Papers 제목 키워드 기반

Overcoming Catastrophic Interference by Conceptors

2017-07-16 · Xu He, Herbert Jaeger

Catastrophic interference has been a major roadblock in the research of continual learning. Here we propose a variant of the back-propagation algorithm, "conceptor-aided back-prop" (CAB), in which gradients are shielded …

Continual Learning

Overcoming Catastrophic Interference using Conceptor-Aided Backpropagation

2018-01-01 · ICLR 2018 1 · Xu He, Herbert Jaeger

Catastrophic interference has been a major roadblock in the research of continual learning. Here we propose a variant of the back-propagation algorithm, "Conceptor-Aided Backprop" (CAB), in which gradients are shielded b…

Continual LearningPermuted-MNIST

Continual Learning for Sentence Representations Using Conceptors

2019-04-18 · NAACL 2019 6 · Tianlin Liu, Lyle Ungar, João Sedoc

Distributed representations of sentences have become ubiquitous in natural language processing tasks. In this paper, we consider a continual learning scenario for sentence representations: Given a sequence of corpora, we…

Continual LearningSemantic Textual SimilaritySentence

Steering Large Language Models using Conceptors: Improving Addition-Based Activation Engineering

2024-10-09 · Joris Postmus, Steven Abreu

Large language models have transformed AI, yet reliably controlling their outputs remains a challenge. This paper explores activation engineering, where outputs of pre-trained LLMs are controlled by manipulating their ac…

In-Context Learning

Conceptor-Aided Debiasing of Large Language Models

2022-11-20 · Li S. Yifei, Lyle Ungar, João Sedoc

Pre-trained large language models (LLMs) reflect the inherent social biases of their training corpus. Many methods have been proposed to mitigate this issue, but they often fail to debias or they sacrifice model accuracy…

Language Modelling