paper-with-me

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, Xiaozhong Liu, Siliang Tang

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 heavily relies on a good initialization of soft prompts. On the other hand, it can easily overfit to few-shot training samples, thereby undermining generalizability. Existing works leverage pre-training or supervised meta-learning to initialize soft prompts but they fail to data-efficiently generalize to unseen downstream tasks. To address the above problems, this paper proposes a novel Self-sUpervised meta-Prompt learning framework with MEta-gradient Regularization for few-shot generalization (SUPMER). SUPMER leverages self-supervised meta-learning with a diverse set of well-designed meta-training tasks to learn a universal prompt initialization for efficient adaptation using only unlabeled data. Additionally, it jointly meta-learns a gradient regularization function to transform raw gradients into a domain-generalizable direction, thus alleviating the problem of overfitting. Extensive experiments show that SUPMER achieves better performance for different few-shot downstream tasks, and also exhibits a stronger domain generalization ability. The code for SUPMER will be available at https://github.com/beepkh/SUPMER.

📄 PDF Abstract BibTeX arXiv:2303.12314

Code (1)

beepkh/supmer 공식 구현 pytorch

Tasks

Domain GeneralizationFew-Shot LearningMeta-LearningPrompt Learning

Methods 이 논문이 사용한 방법론

fail 설명 없음

Similar Papers 제목 키워드 기반

MetaTPT: Meta Test-time Prompt Tuning for Vision-Language Models

2025-12-13 · Yuqing Lei, Yingjun Du, Yawen Huang, Xiantong Zhen 외 arxiv

Vision-language models (VLMs) such as CLIP exhibit strong zero-shot generalization but remain sensitive to domain shifts at test time. Test-time prompt tuning (TPT) mitigates this issue by adapting prompts with fixed aug…

Zero-shot GeneralizationDomain GeneralizationTest-time Adaptation

MetaWriter: Personalized Handwritten Text Recognition Using Meta-Learned Prompt Tuning

2025-05-26 · CVPR 2025 1 · Wenhao Gu, Li Gu, Ching Yee Suen, Yang Wang

Recent advancements in handwritten text recognition (HTR) have enabled the effective conversion of handwritten text to digital formats. However, achieving robust recognition across diverse writing styles remains challeng…

Handwritten Text RecognitionHTRImage ReconstructionMeta-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

Meta Prompting for AI Systems

2023-11-20 · Yifan Zhang, Yang Yuan, Andrew Chi-Chih Yao

In this work, we present a comprehensive study of Meta Prompting (MP), an innovative technique reshaping the utilization of language models (LMs) and AI systems in problem-solving and data interaction. Grounded in type t…

Data InteractionGSM8KLanguage ModelingLanguage Modelling+1

Unleash Model Potential: Bootstrapped Meta Self-supervised Learning

2023-08-28 · Jingyao Wang, Zeen Song, Wenwen Qiang, Changwen Zheng

The long-term goal of machine learning is to learn general visual representations from a small amount of data without supervision, mimicking three advantages of human cognition: i) no need for labels, ii) robustness to d…

Meta-LearningmodelSelf-Supervised Learning