paper-with-me

Papers

SVFT: Parameter-Efficient Fine-Tuning with Singular Vectors

2024-05-30 · Vijay Lingam, Atula Tejaswi, Aditya Vavre, Aneesh Shetty, Gautham Krishna Gudur, Joydeep Ghosh, Alex Dimakis, Eunsol Choi, Aleksandar Bojchevski, Sujay Sanghavi

Popular parameter-efficient fine-tuning (PEFT) methods, such as LoRA and its variants, freeze pre-trained model weights \(W\) and inject learnable matrices \(\Delta W\). These \(\Delta W\) matrices are structured for efficient parameterization, often using techniques like low-rank approximations or scaling vectors. However, these methods typically show a performance gap compared to full fine-tuning. Although recent PEFT methods have narrowed this gap, they do so at the cost of additional learnable parameters. We propose SVFT, a simple approach that fundamentally differs from existing methods: the structure imposed on \(\Delta W\) depends on the specific weight matrix \(W\). Specifically, SVFT updates \(W\) as a sparse combination of outer products of its singular vectors, training only the coefficients (scales) of these sparse combinations. This approach allows fine-grained control over expressivity through the number of coefficients. Extensive experiments on language and vision benchmarks show that SVFT recovers up to 96% of full fine-tuning performance while training only 0.006 to 0.25% of parameters, outperforming existing methods that only recover up to 85% performance using 0.03 to 0.8% of the trainable parameter budget.

📄 PDF Abstract BibTeX arXiv:2405.19597

Code (1)

vijaylingam95/svft 공식 구현 pytorch

Tasks

parameter-efficient fine-tuning

Similar Papers 제목 키워드 기반

SSVD: Structured SVD for Parameter-Efficient Fine-Tuning and Benchmarking under Domain Shift in ASR

2025-09-02 · Pu Wang, Shinji Watanabe, Hugo Van hamme arxiv

Parameter-efficient fine-tuning (PEFT) has emerged as a scalable solution for adapting large foundation models. While low-rank adaptation (LoRA) is widely used in speech applications, its state-of-the-art variants, e.g.,…

parameter-efficient fine-tuningSpeech RecognitionDomain Adaptation

LoRA-PT: Low-Rank Adapting UNETR for Hippocampus Segmentation Using Principal Tensor Singular Values and Vectors

2024-07-16 · Guanghua He, Wangang Cheng, Hancan Zhu, Gaohang Yu

The hippocampus is a crucial brain structure associated with various psychiatric disorders, and its automatic and precise segmentation is essential for studying these diseases. In recent years, deep learning-based method…

BraTS2021HippocampusImage SegmentationMedical Image Segmentation+4

CLOVER: Cross-Layer Orthogonal Vectors Pruning and Fine-Tuning

2024-11-26 · Fanxu Meng, Pingzhi Tang, Fan Jiang, Muhan Zhang

Decoder-only models generate tokens autoregressively by caching key/value vectors, but as the cache grows, inference becomes memory-bound. To address this issue, we introduce CLOVER (Cross-Layer Orthogonal Vectors), a no…

MiCA Learns More Knowledge Than LoRA and Full Fine-Tuning

2026-04-02 · Sten Rüdiger, Sebastian Raschka arxiv

Minor Component Adaptation (MiCA) is a novel parameter-efficient fine-tuning method for large language models that focuses on adapting underutilized subspaces of model representations. Unlike conventional methods such as…

parameter-efficient fine-tuning

Spectral-Aware Low-Rank Adaptation for Speaker Verification

2025-01-07 · Zhe Li, Man-Wai Mak, Mert Pilanci, Hung-Yi Lee 외

Previous research has shown that the principal singular vectors of a pre-trained model's weight matrices capture critical knowledge. In contrast, those associated with small singular values may contain noise or less reli…

parameter-efficient fine-tuningSpeaker Verification