paper-with-me

Papers

Attention to Burstiness: Low-Rank Bilinear Prompt Tuning

2025-06-28 · Yuzhu Wang, Manni Duan, Shu Kong

Visual Prompt Tuning (VPT) is a parameter-efficient fune-tuning technique that adapts a pre-trained vision Transformer (ViT) by learning a small set of parameters in the input space, known as prompts. In VPT, we uncover `burstiness'' in the values arising from the interaction of image patch embeddings, and the key and query projectors within Transformer's self-attention module. Furthermore, the values of patch embeddings and the key and query projectors exhibit Laplacian and hyper-Laplacian distribution, respectively. Intuitively, these non-Gaussian distributions pose challenges for learning prompts. To address this, we propose whitening these data, de-correlating them and equalizing their variance towards more Gaussian before learning prompts. We derive the whitening matrix over random image patch embeddings and ViT's key and query projectors, and multiply it with the prompt to be learned in a bilinear manner. Surprisingly, this method significantly accelerates prompt tuning and boosts accuracy, e.g., $>$25 accuracy points on the CUB dataset; interestingly, it learns `bursty prompts''. Extending the bilinear model which is known to introduce burstiness, we present a compact, low-rank version by learning two smaller matrices whose multiplication yields the final prompts. We call the proposed methods Bilinear Prompt Tuning (BPT). Extensive experiments across multiple benchmark datasets demonstrate that BPT methods not only outperform various VPT methods but also reduce parameter count and computation overhead.

📄 PDF Abstract BibTeX arXiv:2506.22908

Code (1)

WangYZ1608/BPT 공식 구현 pytorch

Tasks

Visual Prompt Tuning

Methods 이 논문이 사용한 방법론

Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Transformer A Transformer is a model architecture that eschews recurrence and instead relies entirely on an [attention…
SET Dynamic Sparse Training method where weight mask is updated randomly periodically
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…

Similar Papers 제목 키워드 기반

Hadamard Product for Low-rank Bilinear Pooling

2016-10-14 · Jin-Hwa Kim, Kyoung-Woon On, Woosang Lim, Jeonghee Kim 외

Bilinear models provide rich representations compared with linear models. They have been applied in various visual tasks, such as object recognition, segmentation, and visual question-answering, to get state-of-the-art p…

Visual Question AnsweringVisual Question Answering (VQA)

Grassmann Pooling as Compact Homogeneous Bilinear Pooling for Fine-Grained Visual Classification

2018-09-01 · ECCV 2018 9 · Xing Wei, Yue Zhang, Yihong Gong, Jiawei Zhang 외

Designing discriminative and invariant features is the key to visual recognition. Recently, the bilinear pooled feature matrix of Convolutional Neural Network (CNN) has shown to achieve state-of-the-art performance on a …

Fine-Grained Image ClassificationFine-Grained Visual RecognitionGeneral Classificationimage-classification+1

Gated MLPs as Symmetry-Broken Rank-1 Bilinear Attention

2026-06-20 · Nathan Breslow arxiv

We show that the conventional gated MLP can be viewed as a rank-1 approximation to a bilinear attention mechanism with two distinct factors corresponding to the query and the key. We further show that moving the nonlinea…

Bilinear Attention Networks

2018-05-21 · NeurIPS 2018 12 · Jin-Hwa Kim, Jaehyun Jun, Byoung-Tak Zhang

Attention networks in multimodal learning provide an efficient way to utilize given visual information selectively. However, the computational cost to learn attention distributions for every pair of multimodal input chan…

Visual Question AnsweringVisual Question Answering (VQA)

Star with Bilinear Mapping

2025-01-01 · CVPR 2025 1 · Zelin Peng, Yu Huang, Zhengqin Xu, Feilong Tang 외

Contextual modeling is crucial for robust visual representation learning, especially in computer vision. Although Transformers have become a leading architecture for vision tasks due to their attention mechanism, the…

Computational Efficiencyimage-classificationImage ClassificationRepresentation Learning+1