TasksSotADatasetsPapersMethodsSubmitAbout
Papers With Code 2

A community resource for machine learning research: papers, code, benchmarks, and state-of-the-art results.

Explore

Notable BenchmarksAll SotADatasetsPapersMethods

Community

Submit ResultsAbout

Data sourced from the PWC Archive (CC-BY-SA 4.0). Built by the community, for the community.

Papers/DePT: Decoupled Prompt Tuning

DePT: Decoupled Prompt Tuning

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

2023-09-14CVPR 2024 1Zero-shot GeneralizationPrompt Engineering
PaperPDFCode(official)

Abstract

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.

Results

TaskDatasetMetricValueModel
Prompt EngineeringStanford CarsHarmonic mean77.79DePT
Prompt EngineeringOxford 102 FlowerHarmonic mean86.46DePT
Prompt EngineeringEuroSATHarmonic mean84.88DePT
Prompt EngineeringOxford-IIIT Pet DatasetHarmonic mean96.37DePT
Prompt EngineeringDTDHarmonic mean71.09DePT
Prompt EngineeringUCF101Harmonic mean82.46DePT
Prompt EngineeringFood-101Harmonic mean91.22DePT
Prompt EngineeringCaltech-101Harmonic mean96.28DePT
Prompt EngineeringImageNetHarmonic mean74.02DePT
Prompt EngineeringFGVC-AircraftHarmonic mean40.73DePT
Prompt EngineeringSUN397Harmonic mean81.06DePT

Related Papers

Leveraging Language Prior for Infrared Small Target Detection2025-07-17Emotional Support with LLM-based Empathetic Dialogue Generation2025-07-17SAMST: A Transformer framework based on SAM pseudo label filtering for remote sensing semi-supervised semantic segmentation2025-07-16Towards Depth Foundation Model: Recent Trends in Vision-Based Depth Estimation2025-07-15Prompt Engineering in Segment Anything Model: Methodologies, Applications, and Emerging Challenges2025-07-13PoseLLM: Enhancing Language-Guided Human Pose Estimation with MLP Alignment2025-07-12Go to Zero: Towards Zero-shot Motion Generation with Million-scale Data2025-07-09Video Event Reasoning and Prediction by Fusing World Knowledge from LLMs with Vision Foundation Models2025-07-08