paper-with-me

홈 › Papers

Coeff-Tuning: A Graph Filter Subspace View for Tuning Attention-Based Large Models

2025-03-24 · CVPR 2025 1 · Zichen Miao, Wei Chen, Qiang Qiu

Transformer-based large pre-trained models have shown remarkable generalization ability, and various parameter-efficient fine-tuning (PEFT) methods have been proposed to customize these models on downstream tasks with minimal computational and memory budgets. Previous PEFT methods are primarily designed from a tensor-decomposition perspective that tries to effectively tune the linear transformation by finding the smallest subset of parameters to train. Our study adopts an orthogonal view by representing the attention operation as a graph convolution and formulating the multi-head attention maps as a convolutional filter subspace, with each attention map as a subspace element. In this paper, we propose to tune the large pre-trained transformers by learning a small set of combination coefficients that construct a more expressive filter subspace from the original multi-head attention maps. We show analytically and experimentally that the tuned filter subspace can effectively expand the feature space of the multi-head attention and further enhance the capacity of transformers. We further stabilize the fine-tuning with a residual parameterization of the tunable subspace coefficients, and enhance the generalization with a regularization design by directly applying dropout on the tunable coefficient during training. The tunable coefficients take a tiny number of parameters and can be combined with previous PEFT methods in a plug-and-play manner. Extensive experiments show that our approach achieves superior performances than PEFT baselines with neglectable additional parameters.

📄 PDF Abstract BibTeX arXiv:2503.18337

Code (1)

ZichenMiao/Coeff_Tuning 공식 구현 pytorch

Tasks

parameter-efficient fine-tuningTensor Decomposition

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
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$…
Attention 설명 없음
Multi-Head Attention 설명 없음
SET Dynamic Sparse Training method where weight mask is updated randomly periodically
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…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

Multi-view Subspace Clustering via An Adaptive Consensus Graph Filter

2024-01-30 · Lai Wei, Shanshan Song

Multiview subspace clustering (MVSC) has attracted an increasing amount of attention in recent years. Most existing MVSC methods first collect complementary information from different views and consequently derive a cons…

ClusteringMulti-view Subspace Clustering

A Joint Subspace View to Convolutional Neural Networks

2021-09-29 · Ze Wang, Xiuyuan Cheng, Guillermo Sapiro, Qiang Qiu

Motivated by the intuition that important image regions remain important across different layers and scales in a CNN, we propose in this paper a joint subspace view to convolutional filters across network layers. When we…

Large Convolutional Model Tuning via Filter Subspace

2024-03-01 · Wei Chen, Zichen Miao, Qiang Qiu

Efficient fine-tuning methods are critical to address the high computational and parameter complexity while adapting large pre-trained models to downstream tasks. Our study is inspired by prior research that represents e…

model

Graph-signal Reconstruction and Blind Deconvolution for Structured Inputs

2021-05-31 · David Ramírez, Antonio G. Marques, Santiago Segarra

Key to successfully deal with complex contemporary datasets is the development of tractable models that account for the irregular structure of the information at hand. This paper provides a comprehensive and unifying vie…

Smoothed Multi-View Subspace Clustering

2021-06-18 · Peng Chen, Liang Liu, Zhengrui Ma, Zhao Kang

In recent years, multi-view subspace clustering has achieved impressive performance due to the exploitation of complementary imformation across multiple views. However, multi-view data can be very complicated and are not…

ClusteringMulti-view Subspace Clustering