paper-with-me

홈 › Papers

Visual Fourier Prompt Tuning

2024-11-02 · Runjia Zeng, Cheng Han, Qifan Wang, Chunshu Wu, Tong Geng, Lifu Huang, Ying Nian Wu, Dongfang Liu

With the scale of vision Transformer-based models continuing to grow, finetuning these large-scale pretrained models for new tasks has become increasingly parameter-intensive. Visual prompt tuning is introduced as a parameter-efficient finetuning (PEFT) method to this trend. Despite its successes, a notable research challenge persists within almost all PEFT approaches: significant performance degradation is observed when there is a substantial disparity between the datasets applied in pretraining and finetuning phases. To address this challenge, we draw inspiration from human visual cognition, and propose the Visual Fourier Prompt Tuning (VFPT) method as a general and effective solution for adapting large-scale transformer-based models. Our approach innovatively incorporates the Fast Fourier Transform into prompt embeddings and harmoniously considers both spatial and frequency domain information. Apart from its inherent simplicity and intuitiveness, VFPT exhibits superior performance across all datasets, offering a general solution to dataset challenges, irrespective of data disparities. Empirical results demonstrate that our approach outperforms current state-of-the-art baselines on two benchmarks, with low parameter usage (e.g., 0.57% of model parameters on VTAB-1k) and notable performance enhancements (e.g., 73.20% of mean accuracy on VTAB-1k). Our code is avaliable at https://github.com/runtsang/VFPT.

📄 PDF Abstract BibTeX arXiv:2411.01327

Code (1)

runtsang/vfpt 공식 구현 pytorch

Tasks

Visual Prompt Tuning

Similar Papers 제목 키워드 기반

Robust RGB-T Tracking via Learnable Visual Fourier Prompt Fine-tuning and Modality Fusion Prompt Generation

2025-09-24 · Hongtao Yang, Bineng Zhong, Qihua Liang, Zhiruo Zhu 외 arxiv

Recently, visual prompt tuning is introduced to RGB-Thermal (RGB-T) tracking as a parameter-efficient finetuning (PEFT) method. However, these PEFT-based RGB-T tracking methods typically rely solely on spatial domain inf…

Visual Prompt TuningRgb-T Tracking

DE-FIVE: Detecting Malicious Image Prompts via Fourier Features and Image Vector Embeddings

2026-06-22 · Xingwei Zhong, Varun Sharma, Kar Wai Fok, Vrizlynn L. L. Thing arxiv

Vision language models (VLMs) employ both visual and textual modalities to enable advanced vision-language inference. However, incorporating visual modalities expands the attack surface of VLMs, making them more suscepti…

WaveSP-Net: Learnable Wavelet-Domain Sparse Prompt Tuning for Speech Deepfake Detection

2025-10-06 · Xi Xuan, Xuechen Liu, Wenxin Zhang, Yi-Cheng Lin 외 arxiv

Modern front-end design for speech deepfake detection relies on full fine-tuning of large pre-trained models like XLSR. However, this approach is not parameter-efficient and may lead to suboptimal generalization to reali…

DeepFake Detection

Fourier Prompt Tuning for Modality-Incomplete Scene Segmentation

2024-01-30 · Ruiping Liu, Jiaming Zhang, Kunyu Peng, Yufan Chen 외

Integrating information from multiple modalities enhances the robustness of scene perception systems in autonomous vehicles, providing a more comprehensive and reliable sensory framework. However, the modality incomplete…

Autonomous VehiclesScene Segmentation

FVP: Fourier Visual Prompting for Source-Free Unsupervised Domain Adaptation of Medical Image Segmentation

2023-04-26 · Yan Wang, Jian Cheng, Yixin Chen, Shuai Shao 외

Medical image segmentation methods normally perform poorly when there is a domain shift between training and testing data. Unsupervised Domain Adaptation (UDA) addresses the domain shift problem by training the model usi…

Domain AdaptationImage SegmentationMedical Image SegmentationSegmentation+3