pith. sign in

arxiv: 2502.00987 · v2 · pith:WFEVC5ABnew · submitted 2025-02-03 · 💻 cs.CL · cs.AI· cs.CV

RandLoRA: Full-rank parameter-efficient fine-tuning of large models

classification 💻 cs.CL cs.AIcs.CV
keywords fine-tuningloralow-rankperformancefull-rankmatricesnumberparameters
0
0 comments X
read the original abstract

Low-Rank Adaptation (LoRA) and its variants have shown impressive results in reducing the number of trainable parameters and memory requirements of large transformer networks while maintaining fine-tuning performance. The low-rank nature of the weight update inherently limits the representation power of fine-tuned models, however, thus potentially compromising performance on complex tasks. This raises a critical question: when a performance gap between LoRA and standard fine-tuning is observed, is it due to the reduced number of trainable parameters or the rank deficiency? This paper aims to answer this question by introducing RandLoRA, a parameter-efficient method that performs full-rank updates using a learned linear combinations of low-rank, non-trainable random matrices. Our method limits the number of trainable parameters by restricting optimization to diagonal scaling matrices applied to the fixed random matrices. This allows us to effectively overcome the low-rank limitations while maintaining parameter and memory efficiency during training. Through extensive experimentation across vision, language, and vision-language benchmarks, we systematically evaluate the limitations of LoRA and existing random basis methods. Our findings reveal that full-rank updates are beneficial across vision and language tasks individually, and even more so for vision-language tasks, where RandLoRA significantly reduces -- and sometimes eliminates -- the performance gap between standard fine-tuning and LoRA, demonstrating its efficacy.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 4 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. CoRDE: Concept-Prior Routed Diffusion Experts for Structural Generalization in Robot Manipulation

    cs.RO 2026-06 unverdicted novelty 6.0

    CoRDE uses concept-prior variational distillation and LoRA-based expert pools to route diffusion models for structurally generalizable robot manipulation policies.

  2. Mask the Target: A Plug-and-Play Regularizer Against LoRA Forgetting

    cs.CL 2026-05 unverdicted novelty 5.0

    A plug-and-play KL regularizer that masks the target token and renormalizes probabilities to improve the learning-forgetting trade-off in LoRA adaptation of LLMs.

  3. Training Transformers in Cosine Coefficient Space

    cs.PF 2026-04 unverdicted novelty 5.0

    Training transformers by optimizing only half the DCT coefficients per linear layer achieves validation loss within 0.024 of a dense baseline on Shakespeare character prediction, outperforming matched-parameter LoRA d...

  4. BoHA: Blockwise Hadamard Product Adaptation for Parameter-Efficient Fine-Tuning

    cs.LG 2025-09 unverdicted novelty 5.0

    BoHA partitions frozen weights into a b by b grid and applies independent low-rank Hadamard factors per block, outperforming LoRA on matched-budget single-task averages while retaining 57.66% first-stage accuracy in a...