English

Visual Prompt-Agnostic Evolution

Computer Vision and Pattern Recognition 2026-02-10 v2

Abstract

Visual Prompt Tuning (VPT) adapts a frozen Vision Transformer (ViT) to downstream tasks by inserting a small number of learnable prompt tokens into the token sequence at each layer. However, we observe that existing VPT variants often suffer from unstable training dynamics, characterized by gradient oscillations. A layer-wise analysis reveals that shallow-layer prompts tend to stagnate early, while deeper-layer prompts exhibit high-variance oscillations, leading to cross-layer mismatch. These issues slow convergence and degrade final performance. To address these challenges, we propose Prompt-Agnostic Evolution (PAE\mathtt{PAE}), which strengthens vision prompt tuning by explicitly modeling prompt dynamics. From a frequency-domain perspective, we initialize prompts in a task-aware direction by uncovering and propagating frequency shortcut patterns that the backbone inherently exploits for recognition. To ensure coherent evolution across layers, we employ a shared Koopman operator that imposes a global linear transformation instead of uncoordinated, layer-specific updates. Finally, inspired by Lyapunov stability theory, we introduce a regularizer that constrains error amplification during evolution. Extensive experiments show that PAE\mathtt{PAE} accelerates convergence with an average 1.41×1.41\times speedup and improves accuracy by 1-3% on 25 datasets across multiple downstream tasks. Beyond performance, PAE\mathtt{PAE} is prompt-agnostic and lightweight, and it integrates seamlessly with diverse VPT variants without backbone modification or inference-time changes.

Keywords

Cite

@article{arxiv.2601.20232,
  title  = {Visual Prompt-Agnostic Evolution},
  author = {Junze Wang and Lei Fan and Dezheng Zhang and Weipeng Jing and Donglin Di and Yang Song and Sidong Liu and Cong Cong},
  journal= {arXiv preprint arXiv:2601.20232},
  year   = {2026}
}

Comments

Accepted by ICLR 2026

R2 v1 2026-07-01T09:23:14.014Z