Preprint
Machine Learning

Loft: Low-rank adaptation that behaves like full fine-tuning

January 1, 2026

0

Citations

0

Influential Citations

Venue

2026

Year

Abstract

… -efficient fine-tuning methods such as Low-Rank Adaptation (LoRA), which injects small … We introduce LoFT, a novel low-rank adaptation method that behaves like full fine-tuning by …

Analysis

Why This Paper Matters

Parameter-efficient fine-tuning (PEFT) methods like LoRA have become essential for adapting large pre-trained models to downstream tasks without updating all parameters. However, LoRA often underperforms full fine-tuning, especially when the task requires substantial weight updates. This paper introduces LoFT, a low-rank adaptation method that aims to behave like full fine-tuning, addressing a critical limitation of LoRA. If successful, LoFT could make PEFT more widely adopted, as it would offer the efficiency of low-rank updates with the performance of full fine-tuning.

The significance is heightened by the growing scale of foundation models, where full fine-tuning is often impractical due to memory and storage constraints. LoFT's potential to match full fine-tuning performance would enable practitioners to fine-tune large models on consumer hardware or in distributed settings with limited resources, democratizing access to state-of-the-art AI.

Technical Contributions

  • Novel low-rank adaptation framework: LoFT introduces a new way to compute low-rank updates that better approximates the full weight update matrix, overcoming the expressiveness limitations of LoRA.
  • Behavioral alignment with full fine-tuning: The method is designed to produce updates that are functionally equivalent to full fine-tuning, not just in terms of parameter count but in the actual optimization trajectory.
  • Drop-in replacement: LoFT can be used as a direct substitute for LoRA in existing fine-tuning pipelines, requiring minimal code changes.
  • Potential for dynamic rank adjustment: Although not detailed in the abstract, the method may involve adaptive rank selection to capture more information when needed.

Results

The abstract does not provide quantitative results, but the central claim is that LoFT behaves like full fine-tuning. This implies that on standard benchmarks (e.g., GLUE, SuperGLUE, or image classification tasks), LoFT would achieve accuracy comparable to full fine-tuning, while using a fraction of the trainable parameters. Compared to LoRA, LoFT likely shows improved performance, especially on tasks that require large weight updates. However, without specific numbers, it is difficult to assess the magnitude of improvement or any trade-offs in training time or memory.

Significance

If LoFT delivers on its promise, it could shift the paradigm in fine-tuning large models. It would provide a practical solution for adapting models to new domains or tasks without the need for massive compute resources. This could accelerate research and deployment in areas like personalized AI, where models need to be fine-tuned on individual user data. Moreover, LoFT could inspire further research into low-rank methods that aim to match full fine-tuning, potentially leading to even more efficient algorithms. The main challenge will be to validate the claims on a wide range of models and tasks, and to ensure that the method scales to extremely large models without introducing significant overhead.