paper-with-me

홈 › Papers

EvoPrompt: Guided Prompt Evolution for Vision-Language Models Adaptation

2026-03-10 · Enming Zhang, Jiayang Li, Yanlong Wang, Yanru Wu, Zhenyu Liu, Yang Li arxiv

The adaptation of large-scale vision-language models (VLMs) to downstream tasks with limited labeled data remains a significant challenge. While parameter-efficient prompt learning methods offer a promising path, they often suffer from catastrophic forgetting of pre-trained knowledge. Toward addressing this limitation, our work is grounded in the insight that governing the evolutionary path of prompts is essential for forgetting-free adaptation. To this end, we propose EvoPrompt, a novel framework designed to explicitly steer the prompt trajectory for knowledge-preserving fine-tuning. Specifically, our approach employs a Modality-Shared Prompt Projector (MPP) to generate hierarchical prompts from a unified embedding space. Critically, an evolutionary training strategy decouples low-rank updates into directional and magnitude components, preserving early-learned semantic directions while only adapting their magnitude, thus enabling prompts to evolve without discarding foundational knowledge. This process is further stabilized by Feature Geometric Regularization (FGR), which enforces feature decorrelation to prevent representation collapse. Extensive experiments demonstrate that EvoPrompt achieves state-of-the-art performance in few-shot learning while robustly preserving the original zero-shot capabilities of pre-trained VLMs.

📄 PDF Abstract BibTeX arXiv:2603.09493

Code (0)

등록된 구현이 없습니다.

Tasks

Few-Shot Learning

Similar Papers 제목 키워드 기반

EvoPrompt: Connecting LLMs with Evolutionary Algorithms Yields Powerful Prompt Optimizers

2023-09-15 · Qingyan Guo, Rui Wang, Junliang Guo, Bei Li 외

Large Language Models (LLMs) excel in various tasks, but they rely on carefully crafted prompts that often demand substantial human effort. To automate this process, in this paper, we propose a novel framework for discre…

Evolutionary Algorithms

EvoPrompting: Language Models for Code-Level Neural Architecture Search

2023-02-28 · NeurIPS 2023 11

Given the recent impressive accomplishments of language models (LMs) for code generation, we explore the use of LMs as adaptive mutation and crossover operators for an evolutionary neural architecture search (NAS) algori…

Code GenerationEfficient Neural NetworkNeural Architecture SearchPrompt Engineering

ReflectivePrompt: Reflective evolution in autoprompting algorithms

2025-08-26 · Viktor N. Zhuravlev, Artur R. Khairullin, Ernest A. Dyagin, Alena N. Sitkina 외 arxiv

Autoprompting is the process of automatically selecting optimized prompts for language models, which has been gaining popularity with the rapid advancement of prompt engineering, driven by extensive research in the field…

Prompt EngineeringText Generation

PRL: Prompts from Reinforcement Learning

2025-05-20 · Paweł Batorski, Adrian Kosmala, Paul Swoboda

Effective prompt engineering remains a central challenge in fully harnessing the capabilities of LLMs. While well-designed prompts can dramatically enhance performance, crafting them typically demands expert intuition an…

Prompt Engineeringreinforcement-learningReinforcement Learningtext-classification+1

Bandit-Based Prompt Design Strategy Selection Improves Prompt Optimizers

2025-03-03 · Rin Ashizawa, Yoichi Hirose, Nozomu Yoshinari, Kento Uchida 외

Prompt optimization aims to search for effective prompts that enhance the performance of large language models (LLMs). Although existing prompt optimization methods have discovered effective prompts, they often differ fr…

Prompt EngineeringThompson Sampling