SOTAVerified

Prompt Learning via Meta-Regularization

2024-04-01CVPR 2024Code Available1· sign in to hype

Jinyoung Park, Juyeon Ko, Hyunwoo J. Kim

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Pre-trained vision-language models have shown impressive success on various computer vision tasks with their zero-shot generalizability. Recently, prompt learning approaches have been explored to efficiently and effectively adapt the vision-language models to a variety of downstream tasks. However, most existing prompt learning methods suffer from task overfitting since the general knowledge of the pre-trained vision language models is forgotten while the prompts are finetuned on a small data set from a specific target task. To address this issue, we propose a Prompt Meta-Regularization (ProMetaR) to improve the generalizability of prompt learning for vision-language models. Specifically, ProMetaR meta-learns both the regularizer and the soft prompts to harness the task-specific knowledge from the downstream tasks and task-agnostic general knowledge from the vision-language models. Further, ProMetaR augments the task to generate multiple virtual tasks to alleviate the meta-overfitting. In addition, we provide the analysis to comprehend how ProMetaR improves the generalizability of prompt tuning in the perspective of the gradient alignment. Our extensive experiments demonstrate that our ProMetaR improves the generalizability of conventional prompt learning methods under base-to-base/base-to-new and domain generalization settings. The code of ProMetaR is available at https://github.com/mlvlab/ProMetaR.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
Caltech-101ProMetaRHarmonic mean96.16Unverified
DTDProMetaRHarmonic mean72.31Unverified
EuroSATProMetaRHarmonic mean85.3Unverified
FGVC-AircraftProMetaRHarmonic mean40.25Unverified
Food-101ProMetaRHarmonic mean91.34Unverified
ImageNetProMetaRHarmonic mean74.09Unverified
Oxford 102 FlowerProMetaRHarmonic mean86.7Unverified
Oxford-IIIT Pet DatasetProMetaRHarmonic mean96.49Unverified
Stanford CarsProMetaRHarmonic mean76.72Unverified
SUN397ProMetaRHarmonic mean80.82Unverified
UCF101ProMetaRHarmonic mean83.25Unverified

Reproductions