paper-with-me

Papers

CLIP model is an Efficient Continual Learner

2022-10-06 · Vishal Thengane, Salman Khan, Munawar Hayat, Fahad Khan

The continual learning setting aims to learn new tasks over time without forgetting the previous ones. The literature reports several significant efforts to tackle this problem with limited or no access to previous task data. Among such efforts, typical solutions offer sophisticated techniques involving memory replay, knowledge distillation, model regularization, and dynamic network expansion. The resulting methods have a retraining cost at each learning task, dedicated memory requirements, and setting-specific design choices. In this work, we show that a frozen CLIP (Contrastive Language-Image Pretraining) model offers astounding continual learning performance without any fine-tuning (zero-shot evaluation). We evaluate CLIP under a variety of settings including class-incremental, domain-incremental and task-agnostic incremental learning on five popular benchmarks (ImageNet-100 & 1K, CORe50, CIFAR-100, and TinyImageNet). Without any bells and whistles, the CLIP model outperforms the state-of-the-art continual learning approaches in the majority of the settings. We show the effect on the CLIP model's performance by varying text inputs with simple prompt templates. To the best of our knowledge, this is the first work to report the CLIP zero-shot performance in a continual setting. We advocate the use of this strong yet embarrassingly simple baseline for future comparisons in the continual learning tasks.

📄 PDF Abstract BibTeX arXiv:2210.03114

Code (1)

vgthengane/continual-clip 공식 구현 pytorch

Tasks

Continual LearningIncremental LearningKnowledge Distillationmodel

Methods 이 논문이 사용한 방법론

CLIP Contrastive Language-Image Pre-training (CLIP), consisting of a simplified version of ConVIRT trained from scratch, is an efficient method of image representation learning…

Similar Papers 제목 키워드 기반

AttriCLIP: A Non-Incremental Learner for Incremental Knowledge Learning

2023-05-19 · CVPR 2023 1 · Runqi Wang, Xiaoyue Duan, Guoliang Kang, Jianzhuang Liu 외

Continual learning aims to enable a model to incrementally learn knowledge from sequentially arrived data. Previous works adopt the conventional classification architecture, which consists of a feature extractor and a cl…

AttributeContinual LearningLanguage Modelling

Memory Bounds for Continual Learning

2022-04-22 · Xi Chen, Christos Papadimitriou, Binghui Peng

Continual learning, or lifelong learning, is a formidable current challenge to machine learning. It requires the learner to solve a sequence of $k$ different learning tasks, one after the other, while retaining its aptit…

Continual LearningLifelong learning

kNN-CLIP: Retrieval Enables Training-Free Segmentation on Continually Expanding Large Vocabularies

2024-04-15 · Zhongrui Gui, Shuyang Sun, Runjia Li, Jianhao Yuan 외

Continual segmentation has not yet tackled the challenge of improving open-vocabulary segmentation models with training data for accurate segmentation across large, continually expanding vocabularies. We discover that tr…

Panoptic SegmentationRetrievalSegmentationZero Shot Segmentation

Principled Fast and Meta Knowledge Learners for Continual Reinforcement Learning

2026-03-01 · Ke Sun, Hongming Zhang, Jun Jin, Chao Gao 외 arxiv

Inspired by the human learning and memory system, particularly the interplay between the hippocampus and cerebral cortex, this study proposes a dual-learner framework comprising a fast learner and a meta learner to addre…

Reinforcement LearningContinuous ControlContinual Learning

Don't Stop Learning: Towards Continual Learning for the CLIP Model

2022-07-19 · Yuxuan Ding, Lingqiao Liu, Chunna Tian, Jingyuan Yang 외

The Contrastive Language-Image Pre-training (CLIP) Model is a recently proposed large-scale pre-train model which attracts increasing attention in the computer vision community. Benefiting from its gigantic image-text tr…

Continual LearningImage-text matchingText MatchingZero-Shot Learning