paper-with-me

Papers

CLAP4CLIP: Continual Learning with Probabilistic Finetuning for Vision-Language Models

2024-03-28 · Saurav Jha, Dong Gong, Lina Yao

Continual learning (CL) aims to help deep neural networks learn new knowledge while retaining what has been learned. Owing to their powerful generalizability, pre-trained vision-language models such as Contrastive Language-Image Pre-training (CLIP) have lately gained traction as practical CL candidates. However, the domain mismatch between the pre-training and the downstream CL tasks often calls for finetuning of the CLIP on the latter. Most existing finetuning methods exhibit deterministic nature. This makes them overlook the many possible interactions across the input modalities and deems them unsafe for high-risk tasks requiring reliable uncertainty estimation. To address these, our work proposes Continual LeArning with Probabilistic finetuning (CLAP) - a probabilistic modeling framework over visual-guided text features per task, thus providing more calibrated CL finetuning. Unlike recent data-hungry anti-forgetting CL techniques, CLAP alleviates forgetting by exploiting the rich pre-trained knowledge of CLIP for weight initialization and distribution regularization of task-specific parameters. Cooperating with the diverse range of existing prompting methods, CLAP can surpass the predominant deterministic finetuning approaches for CL with CLIP. We conclude with out-of-the-box applications of superior uncertainty estimation abilities of CLAP including novel data detection and exemplar selection within the existing CL setups. Our code is available at \url{https://github.com/srvCodes/clap4clip}.

📄 PDF Abstract BibTeX arXiv:2403.19137

Code (1)

srvcodes/clap4clip 공식 구현 pytorch

Tasks

Continual Learning

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 제목 키워드 기반

Audio-Visual Generalized Zero-Shot Learning using Pre-Trained Large Multi-Modal Models

2024-04-09 · David Kurzendörfer, Otniel-Bogdan Mercea, A. Sophia Koepke, Zeynep Akata

Audio-visual zero-shot learning methods commonly build on features extracted from pre-trained models, e.g. video or audio classification models. However, existing benchmarks predate the popularization of large multi-moda…

Audio ClassificationGeneralized Zero-Shot LearningZero-Shot Learning

V2A-Mapper: A Lightweight Solution for Vision-to-Audio Generation by Connecting Foundation Models

2023-08-18 · Heng Wang, Jianbo Ma, Santiago Pascual, Richard Cartwright 외

Building artificial intelligence (AI) systems on top of a set of foundation models (FMs) is becoming a new paradigm in AI research. Their representative and generative abilities learnt from vast amounts of data can be ea…

Audio GenerationVideo-to-Sound Generation

T-CLAP: Temporal-Enhanced Contrastive Language-Audio Pretraining

2024-04-27 · Yi Yuan, Zhuo Chen, Xubo Liu, Haohe Liu 외

Contrastive language-audio pretraining~(CLAP) has been developed to align the representations of audio and language, achieving remarkable performance in retrieval and classification tasks. However, current CLAP struggles…

Retrieval

Anchor-based Robust Finetuning of Vision-Language Models

2024-04-09 · CVPR 2024 1 · Jinwei Han, Zhiwen Lin, Zhongyisun Sun, Yingguo Gao 외

We aim at finetuning a vision-language model without hurting its out-of-distribution (OOD) generalization. We address two types of OOD generalization, i.e., i) domain shift such as natural to sketch images, and ii) zero-…

Language ModellingZero-Shot Learning

Continual SFT Matches Multimodal RLHF with Negative Supervision

2024-11-22 · CVPR 2025 1 · Ke Zhu, Yu Wang, Yanpeng Sun, Qiang Chen 외

Multimodal RLHF usually happens after supervised finetuning (SFT) stage to continually improve vision-language models' (VLMs) comprehension. Conventional wisdom holds its superiority over continual SFT during this prefer…