Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

DePT: Decoupled Prompt Tuning

About

This work breaks through the Base-New Tradeoff (BNT)dilemma in prompt tuning, i.e., the better the tuned model generalizes to the base (or target) task, the worse it generalizes to new tasks, and vice versa. Specifically, through an in-depth analysis of the learned features of the base and new tasks, we observe that the BNT stems from a channel bias issue, i.e., the vast majority of feature channels are occupied by base-specific knowledge, resulting in the collapse of taskshared knowledge important to new tasks. To address this, we propose the Decoupled Prompt Tuning (DePT) framework, which decouples base-specific knowledge from feature channels into an isolated feature space during prompt tuning, so as to maximally preserve task-shared knowledge in the original feature space for achieving better zero-shot generalization on new tasks. Importantly, our DePT is orthogonal to existing prompt tuning methods, hence it can improve all of them. Extensive experiments on 11 datasets show the strong flexibility and effectiveness of DePT. Our code and pretrained models are available at https://github.com/Koorye/DePT.

Ji Zhang, Shihan Wu, Lianli Gao, Heng Tao Shen, Jingkuan Song• 2023

Related benchmarks

TaskDatasetResultRank
Image ClassificationImageNet
Top-1 Accuracy72.77
366
Image ClassificationStanford Cars (test)
Accuracy66.23
316
Image ClassificationFGVC-Aircraft (test)
Accuracy24.3
305
Image ClassificationDTD (test)
Accuracy46.6
257
Image ClassificationCaltech101 (test)
Accuracy94.23
159
Image ClassificationFlowers-102 (test)
Top-1 Accuracy72.17
152
Image ClassificationEuroSAT (test)
Accuracy45.83
141
Image ClassificationSUN397 (test)
Top-1 Accuracy67.3
136
Image ClassificationFood101 (test)--
91
Base-to-New GeneralizationAvg over 11 datasets
Base Score85.28
90
Showing 10 of 53 rows

Other info

Code

Follow for update