paper-with-me

Papers

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 approaches generally lead to increased complexity and extended training cost. To maintain the efficiency of the tuning process, we propose plug-and-play Model-Agnostic Optimization (MAO) for prompt tuning. Without altering any components of the prompt tuning backbone, we introduce a Data-Driven Enhancement framework to optimize the distribution of the initial data, and incorporate an Alterable Regularization module to boost the task-specific feature processing pipeline, thereby improving overall performance while maintaining low computational cost. Extensive experiments on MAO demonstrate its outstanding performance and efficiency. The code of MAO is available at: https://github.com/JREion/M.A.O .

📄 PDF Abstract BibTeX arXiv:2503.18160

Code (1)

jreion/m.a.o 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Reflective Prompt Tuning through Language Model Function-Calling

2026-05-20 · Farima Fatahi Bayat, Moin Aminnaseri, Pouya Pezeshkpour, Estevam Hruschka arxiv

Large language models (LLMs) have become increasingly capable of following instructions and complex reasoning, making prompting a flexible interface for adapting models without parameter updates. Yet prompt design remain…

Mathematical Reasoning

Biomed-DPT: Dual Modality Prompt Tuning for Biomedical Vision-Language Models

2025-05-08 · Wei Peng, Kang Liu, Jianchen Hu, Meng Zhang

Prompt learning is one of the most effective paradigms for adapting pre-trained vision-language models (VLMs) to the biomedical image classification tasks in few shot scenarios. However, most of the current prompt learni…

Clinical KnowledgeDiagnosticimage-classificationImage Classification+3

MuDPT: Multi-modal Deep-symphysis Prompt Tuning for Large Pre-trained Vision-Language Models

2023-06-20 · Yongzhu Miao, Shasha Li, Jintao Tang, Ting Wang

Prompt tuning, like CoOp, has recently shown promising vision recognizing and transfer learning ability on various downstream tasks with the emergence of large pre-trained vision-language models like CLIP. However, we id…

Domain GeneralizationTransfer Learning

Toward Semantic-Agnostic and Shape-Aware Vision-Language Segmentation Models

2026-05-27 · Corentin Seutin, Mohamed Amine Ettaki, Michaël Clément, Pierrick Coupé 외 arxiv

Vision-language segmentation models have recently achieved strong performance by leveraging high-level semantic object categories expressed in natural language. However, this semantic dependence limits their ability to r…

Visual Reasoning

Prompt Triage: Structured Optimization Enhances Vision-Language Model Performance on Medical Imaging Benchmarks

2025-11-14 · Arnav Singhvi, Vasiliki Bikia, Asad Aali, Akshay Chaudhari 외 arxiv

Vision-language foundation models (VLMs) show promise for diverse imaging tasks but often underperform on medical benchmarks. Prior efforts to improve performance include model finetuning, which requires large domain-spe…

Prompt Engineering