CVAIOct 30, 2024

Efficient Adaptation of Pre-trained Vision Transformer via Householder Transformation

arXiv:2410.22952v19 citationsh-index: 9NIPS
Originality Incremental advance
AI Analysis

This work addresses the problem of inflexibility in adapting pre-trained models for downstream tasks, offering a more efficient method for researchers and practitioners in computer vision.

The paper tackles the limitation of fixed bottleneck dimensionality in parameter-efficient fine-tuning of Vision Transformers by proposing a novel approach using Householder transformations and layer-wise learned diagonal values, achieving promising performance on standard downstream vision tasks.

A common strategy for Parameter-Efficient Fine-Tuning (PEFT) of pre-trained Vision Transformers (ViTs) involves adapting the model to downstream tasks by learning a low-rank adaptation matrix. This matrix is decomposed into a product of down-projection and up-projection matrices, with the bottleneck dimensionality being crucial for reducing the number of learnable parameters, as exemplified by prevalent methods like LoRA and Adapter. However, these low-rank strategies typically employ a fixed bottleneck dimensionality, which limits their flexibility in handling layer-wise variations. To address this limitation, we propose a novel PEFT approach inspired by Singular Value Decomposition (SVD) for representing the adaptation matrix. SVD decomposes a matrix into the product of a left unitary matrix, a diagonal matrix of scaling values, and a right unitary matrix. We utilize Householder transformations to construct orthogonal matrices that efficiently mimic the unitary matrices, requiring only a vector. The diagonal values are learned in a layer-wise manner, allowing them to flexibly capture the unique properties of each layer. This approach enables the generation of adaptation matrices with varying ranks across different layers, providing greater flexibility in adapting pre-trained models. Experiments on standard downstream vision tasks demonstrate that our method achieves promising fine-tuning performance.

Foundations

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

Your Notes