CVDec 22, 2024

Semantic Hierarchical Prompt Tuning for Parameter-Efficient Fine-Tuning

arXiv:2412.16956v22 citationsh-index: 5Has CodeICASSP
Originality Incremental advance
AI Analysis

This work addresses parameter-efficient fine-tuning for vision models, offering an incremental improvement over existing VPT methods.

The paper tackles the problem of suboptimal transferability and disrupted self-attention in Visual Prompt Tuning (VPT) for vision models by proposing a Semantic Hierarchical Prompt (SHIP) fine-tuning strategy, resulting in a 4.9% accuracy gain over VPT on VTAB-1k tasks with a ViT-B/16 backbone.

As the scale of vision models continues to grow, Visual Prompt Tuning (VPT) has emerged as a parameter-efficient transfer learning technique, noted for its superior performance compared to full fine-tuning. However, indiscriminately applying prompts to every layer without considering their inherent correlations, can cause significant disturbances, leading to suboptimal transferability. Additionally, VPT disrupts the original self-attention structure, affecting the aggregation of visual features, and lacks a mechanism for explicitly mining discriminative visual features, which are crucial for classification. To address these issues, we propose a Semantic Hierarchical Prompt (SHIP) fine-tuning strategy. We adaptively construct semantic hierarchies and use semantic-independent and semantic-shared prompts to learn hierarchical representations. We also integrate attribute prompts and a prompt matching loss to enhance feature discrimination and employ decoupled attention for robustness and reduced inference costs. SHIP significantly improves performance, achieving a 4.9% gain in accuracy over VPT with a ViT-B/16 backbone on VTAB-1k tasks. Our code is available at https://github.com/haoweiz23/SHIP.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes