English

Fundamental Limits of Prompt Tuning Transformers: Universality, Capacity and Efficiency

Machine Learning 2025-06-09 v2 Artificial Intelligence Computation and Language Machine Learning

Abstract

We investigate the statistical and computational limits of prompt tuning for transformer-based foundation models. Our key contributions are prompt tuning on \emph{single-head} transformers with only a \emph{single} self-attention layer: (i) is universal, and (ii) supports efficient (even almost-linear time) algorithms under the Strong Exponential Time Hypothesis (SETH). Statistically, we prove that prompt tuning on such simplest possible transformers are universal approximators for sequence-to-sequence Lipschitz functions. In addition, we provide an exponential-in-dLdL and -in-(1/ϵ)(1/\epsilon) lower bound on the required soft-prompt tokens for prompt tuning to memorize any dataset with 1-layer, 1-head transformers. Computationally, we identify a phase transition in the efficiency of prompt tuning, determined by the norm of the \emph{soft-prompt-induced} keys and queries, and provide an upper bound criterion. Beyond this criterion, no sub-quadratic (efficient) algorithm for prompt tuning exists under SETH. Within this criterion, we showcase our theory by proving the existence of almost-linear time prompt tuning inference algorithms. These fundamental limits provide important necessary conditions for designing expressive and efficient prompt tuning methods for practitioners.

Keywords

Cite

@article{arxiv.2411.16525,
  title  = {Fundamental Limits of Prompt Tuning Transformers: Universality, Capacity and Efficiency},
  author = {Jerry Yao-Chieh Hu and Wei-Po Wang and Ammar Gilani and Chenyang Li and Zhao Song and Han Liu},
  journal= {arXiv preprint arXiv:2411.16525},
  year   = {2025}
}

Comments

Accepted at ICLR 2025. v2 matches the camera-ready version