LGAIApr 25, 2025

TLoRA: Tri-Matrix Low-Rank Adaptation of Large Language Models

arXiv:2504.18735v11 citations
Originality Incremental advance
AI Analysis

This addresses the problem of resource-efficient adaptation of large language models for practitioners, though it appears incremental as it builds directly on LoRA.

The paper tackles efficient fine-tuning of large language models by proposing TLoRA, a tri-matrix low-rank adaptation method that decomposes weight updates into three matrices with a learnable scaling factor. The result shows TLoRA achieves comparable performance to existing methods like LoRA on the GLUE benchmark while requiring significantly fewer trainable parameters.

We propose TLoRA, a novel tri-matrix low-rank adaptation method that decomposes weight updates into three matrices: two fixed random matrices and one trainable matrix, combined with a learnable, layer-wise scaling factor. This tri-matrix design enables TLoRA to achieve highly efficient parameter adaptation while introducing minimal additional computational overhead. Through extensive experiments on the GLUE benchmark, we demonstrate that TLoRA achieves comparable performance to existing low-rank methods such as LoRA and Adapter-based techniques, while requiring significantly fewer trainable parameters. Analyzing the adaptation dynamics, we observe that TLoRA exhibits Gaussian-like weight distributions, stable parameter norms, and scaling factor variability across layers, further highlighting its expressive power and adaptability. Additionally, we show that TLoRA closely resembles LoRA in its eigenvalue distributions, parameter norms, and cosine similarity of updates, underscoring its ability to effectively approximate LoRA's adaptation behavior. Our results establish TLoRA as a highly efficient and effective fine-tuning method for LLMs, offering a significant step forward in resource-efficient model adaptation.

Foundations

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

Your Notes