paper-with-me

Papers

Rectification-based Knowledge Retention for Continual Learning

2021-03-30 · CVPR 2021 1 · Pravendra Singh, Pratik Mazumder, Piyush Rai, Vinay P. Namboodiri

Deep learning models suffer from catastrophic forgetting when trained in an incremental learning setting. In this work, we propose a novel approach to address the task incremental learning problem, which involves training a model on new tasks that arrive in an incremental manner. The task incremental learning problem becomes even more challenging when the test set contains classes that are not part of the train set, i.e., a task incremental generalized zero-shot learning problem. Our approach can be used in both the zero-shot and non zero-shot task incremental learning settings. Our proposed method uses weight rectifications and affine transformations in order to adapt the model to different tasks that arrive sequentially. Specifically, we adapt the network weights to work for new tasks by "rectifying" the weights learned from the previous task. We learn these weight rectifications using very few parameters. We additionally learn affine transformations on the outputs generated by the network in order to better adapt them for the new task. We perform experiments on several datasets in both zero-shot and non zero-shot task incremental learning settings and empirically show that our approach achieves state-of-the-art results. Specifically, our approach outperforms the state-of-the-art non zero-shot task incremental learning method by over 5% on the CIFAR-100 dataset. Our approach also significantly outperforms the state-of-the-art task incremental generalized zero-shot learning method by absolute margins of 6.91% and 6.33% for the AWA1 and CUB datasets, respectively. We validate our approach using various ablation studies.

📄 PDF Abstract BibTeX arXiv:2103.16597

Code (0)

등록된 구현이 없습니다.

Tasks

Continual LearningGeneralized Zero-Shot LearningIncremental LearningZero-Shot Learning

Similar Papers 제목 키워드 기반

SEEKR: Selective Attention-Guided Knowledge Retention for Continual Learning of Large Language Models

2024-11-09 · Jinghan He, Haiyun Guo, Kuan Zhu, Zihan Zhao 외

Continual learning (CL) is crucial for language models to dynamically adapt to the evolving real-world demands. To mitigate the catastrophic forgetting problem in CL, data replay has been proven a simple and effective st…

Continual Learning

Forget but Recall: Incremental Latent Rectification in Continual Learning

2024-06-25 · Nghia D. Nguyen, Hieu Trung Nguyen, Ang Li, Hoang Pham 외

Intrinsic capability to continuously learn a changing data stream is a desideratum of deep neural networks (DNNs). However, current DNNs suffer from catastrophic forgetting, which hinders remembering past knowledge. To m…

Continual LearningIncremental Learning

Towards Robust Pruning: An Adaptive Knowledge-Retention Pruning Strategy for Language Models

2023-10-19 · Jianwei Li, Qi Lei, Wei Cheng, Dongkuan Xu

The pruning objective has recently extended beyond accuracy and sparsity to robustness in language models. Despite this, existing methods struggle to enhance robustness against adversarial attacks when continually increa…

Online Continual Knowledge Learning for Language Models

2023-11-16 · Yuhao Wu, Tongjun Shi, Karthick Sharma, Chun Wei Seah 외

Large Language Models (LLMs) serve as repositories of extensive world knowledge, enabling them to perform tasks such as question-answering and fact-checking. However, this knowledge can become obsolete as global contexts…

Continual LearningFact CheckingQuestion AnsweringWorld Knowledge

Continual Event Extraction with Semantic Confusion Rectification

2023-10-24 · Zitao Wang, Xinyi Wang, Wei Hu

We study continual event extraction, which aims to extract incessantly emerging event information while avoiding forgetting. We observe that the semantic confusion on event types stems from the annotations of the same te…

Event ExtractionSentence