paper-with-me

Papers

Continual Pre-Training Mitigates Forgetting in Language and Vision

2022-05-19 · Andrea Cossu, Tinne Tuytelaars, Antonio Carta, Lucia Passaro, Vincenzo Lomonaco, Davide Bacciu

Pre-trained models are nowadays a fundamental component of machine learning research. In continual learning, they are commonly used to initialize the model before training on the stream of non-stationary data. However, pre-training is rarely applied during continual learning. We formalize and investigate the characteristics of the continual pre-training scenario in both language and vision environments, where a model is continually pre-trained on a stream of incoming data and only later fine-tuned to different downstream tasks. We show that continually pre-trained models are robust against catastrophic forgetting and we provide strong empirical evidence supporting the fact that self-supervised pre-training is more effective in retaining previous knowledge than supervised protocols. Code is provided at https://github.com/AndreaCossu/continual-pretraining-nlp-vision .

📄 PDF Abstract BibTeX arXiv:2205.09357

Code (1)

andreacossu/continual-pretraining-nlp-vision 공식 구현 pytorch

Tasks

Continual LearningContinual Pretraining

Similar Papers 제목 키워드 기반

On Token's Dilemma: Dynamic MoE with Drift-Aware Token Assignment for Continual Learning of Large Vision Language Models

2026-03-29 · Chongyang Zhao, Mingsong Li, Haodong Lu, Dong Gong arxiv

Multimodal Continual Instruction Tuning aims to continually enhance Large Vision Language Models (LVLMs) by learning from new data without forgetting previously acquired knowledge. Mixture of Experts (MoE) architectures …

Continual Learning

FOREVER: Forgetting Curve-Inspired Memory Replay for Language Model Continual Learning

2026-01-07 · Yujie Feng, Hao Wang, Jian Li, Xu Chu 외 arxiv

Continual learning (CL) for large language models (LLMs) aims to enable sequential knowledge acquisition without catastrophic forgetting. Memory replay methods are widely used for their practicality and effectiveness, bu…

Continual Learning

Spectral Imbalance Causes Forgetting in Low-Rank Continual Adaptation

2026-01-31 · Hao Gu, Mao-Lin Luo, Zi-Hao Zhou, Han-Chen Zhang 외 arxiv

Parameter-efficient continual learning aims to adapt pre-trained models to sequential tasks without forgetting previously acquired knowledge. Most existing approaches treat continual learning as avoiding interference wit…

Continual Learning

Making Pre-trained Language Models Better Continual Few-Shot Relation Extractors

2024-02-24 · Shengkun Ma, Jiale Han, Yi Liang, Bo Cheng

Continual Few-shot Relation Extraction (CFRE) is a practical problem that requires the model to continuously learn novel relations while avoiding forgetting old ones with few labeled training data. The primary challenges…

Contrastive LearningPrompt LearningRelationRelation Extraction

Select and Distill: Selective Dual-Teacher Knowledge Transfer for Continual Learning on Vision-Language Models

2024-03-14 · Yu-Chu Yu, Chi-Pin Huang, Jr-Jen Chen, Kai-Po Chang 외

Large-scale vision-language models (VLMs) have shown a strong zero-shot generalization capability on unseen-domain data. However, adapting pre-trained VLMs to a sequence of downstream tasks often leads to the forgetting …

Continual LearningKnowledge DistillationTransfer Learningzero-shot-classification+2