paper-with-me

Papers

Knowledge Accumulation in Continually Learned Representations and the Issue of Feature Forgetting

2023-04-03 · Timm Hess, Eli Verwimp, Gido M. van de Ven, Tinne Tuytelaars

Continual learning research has shown that neural networks suffer from catastrophic forgetting "at the output level", but it is debated whether this is also the case at the level of learned representations. Multiple recent studies ascribe representations a certain level of innate robustness against forgetting -- that they only forget minimally in comparison with forgetting at the output level. We revisit and expand upon the experiments that revealed this difference in forgetting and illustrate the coexistence of two phenomena that affect the quality of continually learned representations: knowledge accumulation and feature forgetting. Taking both aspects into account, we show that, even though forgetting in the representation (i.e. feature forgetting) can be small in absolute terms, when measuring relative to how much was learned during a task, forgetting in the representation tends to be just as catastrophic as forgetting at the output level. Next we show that this feature forgetting is problematic as it substantially slows down the incremental learning of good general representations (i.e. knowledge accumulation). Finally, we study how feature forgetting and knowledge accumulation are affected by different types of continual learning methods.

📄 PDF Abstract BibTeX arXiv:2304.00933

Code (1)

timmhess/kaaff 공식 구현 pytorch

Tasks

Continual LearningImage ClassificationIncremental LearningRepresentation LearningSelf-Supervised 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

Continually Evolving Skill Knowledge in Vision Language Action Model

2025-11-22 · Yuxuan Wu, Guangming Wang, Zhiheng Yang, Tianchen Deng 외 arxiv

Vision-language-action (VLA) models show promising knowledge accumulation ability from pretraining, yet continual learning in VLA remains challenging, especially for efficient adaptation. Existing continual imitation lea…

Continual Learning

Unsupervised Feature Learning through Divergent Discriminative Feature Accumulation

2014-06-06 · Paul A. Szerlip, Gregory Morse, Justin K. Pugh, Kenneth O. Stanley

Unlike unsupervised approaches such as autoencoders that learn to reconstruct their inputs, this paper introduces an alternative approach to unsupervised feature learning called divergent discriminative feature accumulat…

General Classification

Few-Shot Incremental Learning with Continually Evolved Classifiers

2021-04-07 · CVPR 2021 1 · Chi Zhang, Nan Song, Guosheng Lin, Yun Zheng 외

Few-shot class-incremental learning (FSCIL) aims to design machine learning algorithms that can continually learn new concepts from a few data points, without forgetting knowledge of old classes. The difficulty lies in t…

class-incremental learningClass Incremental LearningFew-Shot Class-Incremental LearningIncremental Learning

Continual-MAE: Adaptive Distribution Masked Autoencoders for Continual Test-Time Adaptation

2023-12-19 · CVPR 2024 1 · Jiaming Liu, ran Xu, Senqiao Yang, Renrui Zhang 외

Continual Test-Time Adaptation (CTTA) is proposed to migrate a source pre-trained model to continually changing target distributions, addressing real-world dynamism. Existing CTTA methods mainly rely on entropy minimizat…

DecoderSelf-Supervised LearningTest-time Adaptation