paper-with-me

Papers

Learning Optimal Prompt Ensemble for Multi-source Visual Prompt Transfer

2025-04-09 · Enming Zhang, Liwen Cao, Yanru Wu, Zijie Zhao, Guan Wang, Yang Li

Prompt tuning has emerged as a lightweight adaptation strategy for adapting foundation models to downstream tasks, particularly in resource-constrained systems. As pre-trained prompts have become valuable intellectual assets, combining multiple source prompts offers a promising approach to enhance generalization to new tasks by leveraging complementary knowledge from diverse sources. However, naive aggregation of these prompts often leads to representation collapse due to mutual interference, undermining their collective potential. To address these challenges, we propose HGPrompt, an adaptive framework for multi-source prompt transfer that learns optimal ensemble weights by jointly optimizing dual objectives: transferability and stability. Specifically, we first introduce an information-theoretic metric to evaluate the transferability of prompt-induced features on the target task, capturing the intrinsic alignment between the feature representations. Additionally, we propose a novel Gradient Alignment Regularization to mitigate gradient conflicts among prompts, enabling stable and coherent knowledge transfer from multiple sources while suppressing interference. Extensive experiments on the large-scale VTAB benchmark demonstrate that HGPrompt achieves state-of-the-art performance, validating its effectiveness in multi-source prompt transfer.

📄 PDF Abstract BibTeX arXiv:2504.12311

Code (0)

등록된 구현이 없습니다.

Tasks

Transfer Learning

Similar Papers 제목 키워드 기반

AmPLe: Supporting Vision-Language Models via Adaptive-Debiased Ensemble Multi-Prompt Learning

2025-12-20 · Fei Song, Yi Li, Jiangmeng Li, Rui Wang 외 arxiv

Multi-prompt learning methods have emerged as an effective approach for facilitating the rapid adaptation of vision-language models to downstream tasks with limited resources. Existing multi-prompt learning methods prima…

Ensemble Learning

Model ensemble instead of prompt fusion: a sample-specific knowledge transfer method for few-shot prompt tuning

2022-10-23 · Xiangyu Peng, Chen Xing, Prafulla Kumar Choubey, Chien-Sheng Wu 외

Prompt tuning approaches, which learn task-specific soft prompts for a downstream task conditioning on frozen pre-trained models, have attracted growing interest due to its parameter efficiency. With large language model…

Transfer Learning

Cluster-Aware Prompt Ensemble Learning for Few-Shot Vision-Language Model Adaptation

2025-10-10 · Zhi Chen, Xin Yu, Xiaohui Tao, Yan Li 외 arxiv

Vision-language models (VLMs) such as CLIP achieve zero-shot transfer across various tasks by pre-training on numerous image-text pairs. These models often benefit from using an ensemble of context prompts to represent a…

Ensemble Learning

Prompt Ensemble Self-training for Open-Vocabulary Domain Adaptation

2023-06-29 · Jiaxing Huang, Jingyi Zhang, Han Qiu, Sheng Jin 외

Traditional domain adaptation assumes the same vocabulary across source and target domains, which often struggles with limited transfer flexibility and efficiency while handling target domains with different vocabularies…

Domain AdaptationUnsupervised Domain Adaptation

Mosaic: Multimodal Jailbreak against Closed-Source VLMs via Multi-View Ensemble Optimization

2026-04-10 · Yuqin Lan, Gen Li, Yuanze Hu, Weihao Shen 외 arxiv

Vision-Language Models (VLMs) are powerful but remain vulnerable to multimodal jailbreak attacks. Existing attacks mainly rely on either explicit visual prompt attacks or gradient-based adversarial optimization. While th…