paper-with-me

홈 › Papers

Cascade Prompt Learning for Vision-Language Model Adaptation

2024-09-26 · Ge Wu, Xin Zhang, Zheng Li, Zhaowei Chen, Jiajun Liang, Jian Yang, Xiang Li

Prompt learning has surfaced as an effective approach to enhance the performance of Vision-Language Models (VLMs) like CLIP when applied to downstream tasks. However, current learnable prompt tokens are primarily used for the single phase of adapting to tasks (i.e., adapting prompt), easily leading to overfitting risks. In this work, we propose a novel Cascade Prompt Learning CasPL framework to enable prompt learning to serve both generic and specific expertise (i.e., boosting and adapting prompt) simultaneously. Specifically, CasPL is a new learning paradigm comprising two distinct phases of learnable prompts: the first boosting prompt is crafted to extract domain-general knowledge from a senior larger CLIP teacher model by aligning their predicted logits using extensive unlabeled domain images. The second adapting prompt is then cascaded with the frozen first set to fine-tune the downstream tasks, following the approaches employed in prior research. In this manner, CasPL can effectively capture both domain-general and task-specific representations into explicitly different gradual groups of prompts, thus potentially alleviating overfitting issues in the target domain. It's worth noting that CasPL serves as a plug-and-play module that can seamlessly integrate into any existing prompt learning approach. CasPL achieves a significantly better balance between performance and inference speed, which is especially beneficial for deploying smaller VLM models in resource-constrained environments. Compared to the previous state-of-the-art method PromptSRC, CasPL shows an average improvement of 1.85% for base classes, 3.44% for novel classes, and 2.72% for the harmonic mean over 11 image classification datasets. Code is publicly available at: https://github.com/megvii-research/CasPL.

📄 PDF Abstract BibTeX arXiv:2409.17805

Code (2)

megvii-research/caspl 공식 구현 pytorch
zhengli97/promptkd pytorch

Tasks

General Knowledgeimage-classificationImage ClassificationLanguage ModelingLanguage ModellingmodelPrompt Learning

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically
BASE 설명 없음
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 제목 키워드 기반

CORTIS: Text-Only Adaptation of Spoken Language Models for Task-Oriented Voice Agents

2026-06-19 · Youngwon Choi, Hyeonyu Kim, Taeyoun Kwon, Donghyuk Jung 외 arxiv

Task-oriented voice agents need to map spoken user requests to structured outputs such as semantic frames, executable actions, and function calls. A common approach is to cascade ASR with a text-based LLM, but transcript…

Type-Compliant Adaptation Cascades: Adapting Programmatic LM Workflows to Data

2025-08-25 · Chu-Cheng Lin, Daiyi Peng, Yifeng Lu, Ming Zhang 외 arxiv

Reliably composing Large Language Models (LLMs) for complex, multi-step workflows remains a significant challenge. The dominant paradigm -- optimizing discrete prompts in a pipeline -- is notoriously brittle and struggle…

Prompt, Generate, then Cache: Cascade of Foundation Models makes Strong Few-shot Learners

2023-03-03 · CVPR 2023 1 · Renrui Zhang, Xiangfei Hu, Bohao Li, Siyuan Huang 외

Visual recognition in low-data regimes requires deep neural networks to learn generalized representations from limited training samples. Recently, CLIP-based methods have shown promising few-shot performance benefited fr…

Few-Shot LearningRepresentation Learning

A Lost Opportunity for Vision-Language Models: A Comparative Study of Online Test-Time Adaptation for Vision-Language Models

2024-05-23 · Mario Döbler, Robert A. Marsden, Tobias Raichle, Bin Yang

In deep learning, maintaining model robustness against distribution shifts is critical. This work explores a broad range of possibilities to adapt vision-language foundation models at test-time, with a particular emphasi…

Image ClassificationPrompt EngineeringPrompt LearningTest-time Adaptation

CASCADE: Case-Based Continual Adaptation for Large Language Models During Deployment

2026-05-05 · Siyuan Guo, Yali Du, Hechang Chen, Yi Chang 외 arxiv

Large language models (LLMs) have become a central foundation of modern artificial intelligence, yet their lifecycle remains constrained by a rigid separation between training and deployment, after which learning effecti…

Medical DiagnosisCode Generation