LGAICVJun 25, 2024

Structured Unrestricted-Rank Matrices for Parameter Efficient Fine-tuning

arXiv:2406.17740v38 citations
Originality Incremental advance
AI Analysis

This work addresses the high computational cost of fine-tuning large models for downstream tasks, offering a more flexible and efficient alternative to existing methods like LoRA and Adapters.

The authors tackled the problem of expensive fine-tuning for large Transformer models by proposing structured unrestricted-rank matrices (SURM) for parameter-efficient fine-tuning, achieving 5-7% accuracy gains on image classification tasks and up to 12x parameter reduction on the GLUE benchmark with minimal quality loss.

Recent efforts to scale Transformer models have demonstrated rapid progress across a wide range of tasks (Wei et al., 2022). However, fine-tuning these models for downstream tasks is expensive due to their large parameter counts. Parameter-efficient fine-tuning (PEFT) approaches have emerged as a viable alternative by allowing us to fine-tune models by updating only a small number of parameters. In this work, we propose a general framework for parameter efficient fine-tuning (PEFT), based on structured unrestricted-rank matrices (SURM) which can serve as a drop-in replacement for popular approaches such as Adapters and LoRA. Unlike other methods like LoRA, SURMs provides more flexibility in finding the right balance between compactness and expressiveness. This is achieved by using low displacement rank matrices (LDRMs), which hasn't been used in this context before. SURMs remain competitive with baselines, often providing significant quality improvements while using a smaller parameter budget. SURMs achieve 5-7% accuracy gains on various image classification tasks while replacing low-rank matrices in LoRA. It also results in up to 12x reduction of the number of parameters in adapters (with virtually no loss in quality) on the GLUE benchmark.

Code Implementations1 repo
Foundations

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

Your Notes