Adapting Vision Foundation Models with Cascaded Semantics
Abstract
Prompt tuning, a leading parameter-efficient adaptation paradigm in NLP, has recently been extended to computer vision. Visual prompt tuning (VPT) adapts pre-trained vision transformers (ViTs) by updating a small set of additional prompt parameters. However, existing visual prompts are randomly initialized and do not exploit prior knowledge, such as instructions in NLP. We address this gap by injecting two complementary semantic priors into VPT. Fundamental image priors, including color, texture, and shape, are extracted with classical hand-crafted operators and injected into the input space, while self-attention maps provide instance-aware semantics in the feature space. We further propose a cascaded scheme that integrates both priors throughout ViT adaptation. Experiments on 34 challenging image classification datasets demonstrate superior downstream adaptation while tuning only 0.74% of ViT parameters. Project page: https://xixiaouab.github.io/Cascaded-Semantics/.
Cite
@article{arxiv.2608.05393,
title = {Adapting Vision Foundation Models with Cascaded Semantics},
author = {Xi Xiao and Xingjian Li and Cheng Han and Tianyang Wang and Lin Zhao and Yunbei Zhang and Guosheng Hu and Runmin Jiang and Xi Li and Xiao Wang and Min Xu},
journal= {arXiv preprint arXiv:2608.05393},
year = {2026}
}
Comments
Accepted by Transactions on Machine Learning Research (TMLR), 2026. Project page: https://xixiaouab.github.io/Cascaded-Semantics/