LGAICVJun 13, 2023

One-for-All: Generalized LoRA for Parameter-Efficient Fine-tuning

arXiv:2306.07967v2121 citationsh-index: 32Has Code
Originality Incremental advance
AI Analysis

This provides a practical solution for resource-limited applications by improving fine-tuning efficiency without extra inference cost, though it is incremental over existing LoRA methods.

The paper tackles the problem of parameter-efficient fine-tuning by introducing Generalized LoRA (GLoRA), which enhances LoRA with a generalized prompt module and layer-wise structure search, achieving superior accuracy with fewer parameters and computations across diverse vision and language benchmarks.

We present Generalized LoRA (GLoRA), an advanced approach for universal parameter-efficient fine-tuning tasks. Enhancing Low-Rank Adaptation (LoRA), GLoRA employs a generalized prompt module to optimize pre-trained model weights and adjust intermediate activations, providing more flexibility and capability across diverse tasks and datasets. Moreover, GLoRA facilitates efficient parameter adaptation by employing a scalable, modular, layer-wise structure search that learns individual adapter of each layer. Originating from a unified mathematical formulation, GLoRA exhibits strong transfer learning, few-shot learning and domain generalization abilities, as it adapts to new tasks through not only weights but also additional dimensions like activations. Comprehensive experiments demonstrate that GLoRA outperforms all previous methods in natural, specialized, and structured vision benchmarks, achieving superior accuracy with fewer parameters and computations. The proposed method on LLaMA-1 and LLaMA-2 also show considerable enhancements compared to the original LoRA in the language domain. Furthermore, our structural re-parameterization design ensures that GLoRA incurs no extra inference cost, rendering it a practical solution for resource-limited applications. Code and models are available at: https://github.com/Arnav0400/ViT-Slim/tree/master/GLoRA.

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