LGNov 5, 2024

Sparse Orthogonal Parameters Tuning for Continual Learning

arXiv:2411.02813v23 citationsh-index: 4
Originality Incremental advance
AI Analysis

This is an incremental improvement for continual learning methods based on pre-trained models, addressing forgetting in streaming tasks.

The paper tackles catastrophic forgetting in continual learning by proposing Sparse Orthogonal Parameters Tuning (SoTU), which merges sparse orthogonal parameters from multiple tasks to achieve optimal feature representation without complex classifier designs.

Continual learning methods based on pre-trained models (PTM) have recently gained attention which adapt to successive downstream tasks without catastrophic forgetting. These methods typically refrain from updating the pre-trained parameters and instead employ additional adapters, prompts, and classifiers. In this paper, we from a novel perspective investigate the benefit of sparse orthogonal parameters for continual learning. We found that merging sparse orthogonality of models learned from multiple streaming tasks has great potential in addressing catastrophic forgetting. Leveraging this insight, we propose a novel yet effective method called SoTU (Sparse Orthogonal Parameters TUning). We hypothesize that the effectiveness of SoTU lies in the transformation of knowledge learned from multiple domains into the fusion of orthogonal delta parameters. Experimental evaluations on diverse CL benchmarks demonstrate the effectiveness of the proposed approach. Notably, SoTU achieves optimal feature representation for streaming data without necessitating complex classifier designs, making it a Plug-and-Play solution.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes