paper-with-me

Papers

Self-regulating Prompts: Foundational Model Adaptation without Forgetting

2023-07-13 · ICCV 2023 1 · Muhammad Uzair Khattak, Syed Talal Wasim, Muzammal Naseer, Salman Khan, Ming-Hsuan Yang, Fahad Shahbaz Khan

Prompt learning has emerged as an efficient alternative for fine-tuning foundational models, such as CLIP, for various downstream tasks. Conventionally trained using the task-specific objective, i.e., cross-entropy loss, prompts tend to overfit downstream data distributions and find it challenging to capture task-agnostic general features from the frozen CLIP. This leads to the loss of the model's original generalization capability. To address this issue, our work introduces a self-regularization framework for prompting called PromptSRC (Prompting with Self-regulating Constraints). PromptSRC guides the prompts to optimize for both task-specific and task-agnostic general representations using a three-pronged approach by: (a) regulating prompted representations via mutual agreement maximization with the frozen model, (b) regulating with self-ensemble of prompts over the training trajectory to encode their complementary strengths, and (c) regulating with textual diversity to mitigate sample diversity imbalance with the visual branch. To the best of our knowledge, this is the first regularization framework for prompt learning that avoids overfitting by jointly attending to pre-trained model features, the training trajectory during prompting, and the textual diversity. PromptSRC explicitly steers the prompts to learn a representation space that maximizes performance on downstream tasks without compromising CLIP generalization. We perform extensive experiments on 4 benchmarks where PromptSRC overall performs favorably well compared to the existing methods. Our code and pre-trained models are publicly available at: https://github.com/muzairkhattak/PromptSRC.

📄 PDF Abstract BibTeX arXiv:2307.06948

Code (2)

muzairkhattak/promptsrc 공식 구현 pytorch
asif-hanif/vafa pytorch

Tasks

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

Few-Shot Remote Sensing Image Scene Classification with CLIP and Prompt Learning

2025-10-28 · Ivica Dimitrovski, Vlatko Spasev, Ivan Kitanovski arxiv

Remote sensing applications increasingly rely on deep learning for scene classification. However, their performance is often constrained by the scarcity of labeled data and the high cost of annotation across diverse geog…

Scene Classification

A configurable analog VLSI neural network with spiking neurons and self-regulating plastic synapses

2007-12-01 · NeurIPS 2007 12 · Massimiliano Giulioni, Mario Pannunzi, Davide Badoni, Vittorio Dante 외

We summarize the implementation of an analog VLSI chip hosting a network of 32 integrate-and-fire (IF) neurons with spike-frequency adaptation and 2,048 Hebbian plastic bistable spike-driven stochastic synapses endowed w…

PASS:Test-Time Prompting to Adapt Styles and Semantic Shapes in Medical Image Segmentation

2024-10-02 · Chuyan Zhang, Hao Zheng, Xin You, Yefeng Zheng 외

Test-time adaptation (TTA) has emerged as a promising paradigm to handle the domain shifts at test time for medical images from different institutions without using extra training data. However, existing TTA solutions fo…

Image SegmentationMedical Image SegmentationPrompt LearningSemantic Segmentation+1

MMLoP: Multi-Modal Low-Rank Prompting for Efficient Vision-Language Adaptation

2026-02-24 · Sajjad Ghiasvand, Haniyeh Ehsani Oskouie, Mahnoosh Alizadeh, Ramtin Pedarsani arxiv

Prompt learning has become a dominant paradigm for adapting vision-language models (VLMs) such as CLIP to downstream tasks without modifying pretrained weights. While extending prompts to both vision and text encoders ac…

Visual Prompt Tuning for Test-time Domain Adaptation

2022-10-10 · Yunhe Gao, Xingjian Shi, Yi Zhu, Hao Wang 외

Models should be able to adapt to unseen data during test-time to avoid performance drops caused by inevitable distribution shifts in real-world deployment scenarios. In this work, we tackle the practical yet challenging…

Domain AdaptationTest-time AdaptationUnsupervised Domain AdaptationVisual Prompt Tuning