paper-with-me

Papers

Prompt Learning via Meta-Regularization

2024-04-01 · CVPR 2024 1 · Jinyoung Park, Juyeon Ko, Hyunwoo J. Kim

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.

📄 PDF Abstract BibTeX arXiv:2404.00851

Code (1)

mlvlab/prometar 공식 구현 pytorch

Tasks

Domain GeneralizationGeneral KnowledgePrompt EngineeringPrompt Learning

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Self-supervised Meta-Prompt Learning with Meta-Gradient Regularization for Few-shot Generalization

2023-03-22 · Kaihang Pan, Juncheng Li, Hongye Song, Jun Lin 외

Prompt tuning is a parameter-efficient method, which learns soft prompts and conditions frozen language models to perform specific downstream tasks. Though effective, prompt tuning under few-shot settings on the one hand…

Domain GeneralizationFew-Shot LearningMeta-LearningPrompt Learning

Boosting CLIP Adaptation for Image Quality Assessment via Meta-Prompt Learning and Gradient Regularization

2024-09-09 · Xudong Li, Zihao Huang, Runze Hu, Yan Zhang 외

Image Quality Assessment (IQA) remains an unresolved challenge in the field of computer vision, due to complex distortion conditions, diverse image content, and limited data availability. The existing Blind IQA (BIQA) me…

Image Quality AssessmentMeta-LearningPrompt Learning

Improving Generalization of Meta-Learning With Inverted Regularization at Inner-Level

2023-01-01 · CVPR 2023 1 · Lianzhe Wang, Shiji Zhou, Shanghang Zhang, Xu Chu 외

Despite the broad interest in meta-learning, the generalization problem remains one of the significant challenges in this field. Existing works focus on meta-generalization to unseen tasks at the meta-level by regula…

Meta-Learning

Meta Learning with Minimax Regularization

2021-09-29 · Lianzhe Wang, Shiji Zhou, Shanghang Zhang, Wenpeng Zhang 외

Even though meta-learning has attracted research wide attention in recent years, the generalization problem of meta-learning is still not well addressed. Existing works focus on meta-generalization to unseen tasks at the…

Few-Shot LearningMeta-Learning

MAO: Efficient Model-Agnostic Optimization of Prompt Tuning for Vision-Language Models

2025-03-23 · Haoyang Li, Siyu Zhou, Liang Wang, Guodong Long

Though CLIP-based prompt tuning significantly enhances pre-trained Vision-Language Models, existing research focuses on reconstructing the model architecture, e.g., additional loss calculation and meta-networks. These ap…