paper-with-me

홈 › Papers

Enhancing Pretrained Model-based Continual Representation Learning via Guided Random Projection

2026-03-19 · Ruilin Li, Heming Zou, Xiufeng Yan, Zheming Liang, Jie Yang, Chenliang Li, Xue Yang arxiv

Recent paradigms in Random Projection Layer (RPL)-based continual representation learning have demonstrated superior performance when building upon a pre-trained model (PTM). These methods insert a randomly initialized RPL after a PTM to enhance feature representation in the initial stage. Subsequently, a linear classification head is used for analytic updates in the continual learning stage. However, under severe domain gaps between pre-trained representations and target domains, a randomly initialized RPL exhibits limited expressivity under large domain shifts. While largely scaling up the RPL dimension can improve expressivity, it also induces an ill-conditioned feature matrix, thereby destabilizing the recursive analytic updates of the linear head. To this end, we propose the Stochastic Continual Learner with MemoryGuard Supervisory Mechanism (SCL-MGSM). Unlike random initialization, MGSM constructs the projection layer via a principled, data-guided mechanism that progressively selects target-aligned random bases to adapt the PTM representation to downstream tasks. This facilitates the construction of a compact yet expressive RPL while improving the numerical stability of analytic updates. Extensive experiments on multiple exemplar-free Class Incremental Learning (CIL) benchmarks demonstrate that SCL-MGSM achieves superior performance compared to state-of-the-art methods.

📄 PDF Abstract BibTeX arXiv:2603.19145

Code (0)

등록된 구현이 없습니다.

Tasks

Class Incremental LearningRepresentation LearningContinual Learning

Similar Papers 제목 키워드 기반

Random Representations Outperform Online Continually Learned Representations

2024-02-13 · Ameya Prabhu, Shiven Sinha, Ponnurangam Kumaraguru, Philip H. S. Torr 외

Continual learning has primarily focused on the issue of catastrophic forgetting and the associated stability-plasticity tradeoffs. However, little attention has been paid to the efficacy of continually learned represent…

Continual LearningExemplar-FreeRepresentation Learning

Enhancing Visual Continual Learning with Language-Guided Supervision

2024-03-24 · CVPR 2024 1 · Bolin Ni, Hongbo Zhao, Chenghao Zhang, Ke Hu 외

Continual learning (CL) aims to empower models to learn new tasks without forgetting previously acquired knowledge. Most prior works concentrate on the techniques of architectures, replay data, regularization, \etc. Howe…

class-incremental learningClass Incremental LearningContinual LearningIncremental Learning+1

Effect of scale on catastrophic forgetting in neural networks

2021-09-29 · ICLR 2022 4 · Vinay Venkatesh Ramasesh, Aitor Lewkowycz, Ethan Dyer

Catastrophic forgetting presents a challenge in developing deep learning models capable of continual learning, i.e. learning tasks sequentially. Recently, both computer vision and natural-language processing have witness…

Continual Learning

Continual Zero-Shot Learning through Semantically Guided Generative Random Walks

2023-08-23 · ICCV 2023 1 · Wenxuan Zhang, Paul Janson, Kai Yi, Ivan Skorokhodov 외

Learning novel concepts, remembering previous knowledge, and adapting it to future tasks occur simultaneously throughout a human's lifetime. To model such comprehensive abilities, continual zero-shot learning (CZSL) has …

Novel ConceptsZero-Shot Learning

Fly-CL: A Fly-Inspired Framework for Enhancing Efficient Decorrelation and Reduced Training Time in Pre-trained Model-based Continual Representation Learning

2025-10-19 · Heming Zou, Yunliang Zang, Wutong Xu, Xiangyang Ji arxiv

Using a nearly-frozen pretrained model, the continual representation learning paradigm reframes parameter updates as a similarity-matching problem to mitigate catastrophic forgetting. However, directly leveraging pretrai…

Representation Learning