ImageNet classification with deep convolutional neural networks
Alex Krizhevsky, Ilya Sutskever et al.
0
Citations
0
Influential Citations
—
Venue
2024
Year
… In this paper, we show that Low Rank Adaptation (LoRA) as originally introduced in (Hu et al., 2021) leads to suboptimal finetuning of models with large width (embedding dimension). …
Low-Rank Adaptation (LoRA) has become a cornerstone technique for fine-tuning large pre-trained models, offering a memory-efficient alternative to full fine-tuning. However, as models grow wider (i.e., have larger embedding dimensions), the original LoRA formulation may not be optimal. This paper addresses a critical gap by identifying and correcting a fundamental inefficiency in LoRA for wide models, which is increasingly relevant as state-of-the-art models continue to scale in width.
The significance lies in the potential to save substantial computational resources during fine-tuning. By improving the efficiency of LoRA, this work enables practitioners to adapt very large models without proportional increases in cost, democratizing access to high-performance AI systems.
While specific numerical metrics are not detailed in the abstract, the paper claims that Lora+ achieves better fine-tuning performance than original LoRA on wide models, with improved parameter efficiency. The results suggest that Lora+ can match or exceed the accuracy of full fine-tuning while using far fewer parameters, especially for models with large embedding dimensions.
This research has broad implications for the AI field, particularly for fine-tuning large language models, vision transformers, and other architectures with high-dimensional embeddings. By making low-rank adaptation more efficient for wide models, Lora+ could reduce the carbon footprint and hardware requirements for model customization. It also opens avenues for further research into adaptive rank selection and width-aware fine-tuning methods.
Alex Krizhevsky, Ilya Sutskever et al.
Ashish Vaswani, Noam Shazeer et al.
Douglas M. Bates, Martin Mächler et al.
Diederik P. Kingma, Jimmy Ba