CVMar 15

Not All Directions Matter: Toward Structured and Task-Aware Low-Rank Adaptation

arXiv:2603.1422881.05 citationsh-index: 3
AI Analysis

This work addresses inefficiencies in fine-tuning large models for practitioners, though it is incremental as it builds on existing LoRA methods.

The paper tackled the limitations of Low-Rank Adaptation (LoRA) in parameter-efficient fine-tuning, such as semantic drift and structural incoherence, by proposing StructLoRA, which consistently achieved state-of-the-art performance across various models like LLaMA, LLaVA, and ViT, with zero additional inference cost.

Low-Rank Adaptation (LoRA) has become a cornerstone of parameter-efficient fine-tuning (PEFT). Yet, its efficacy is hampered by two fundamental limitations: semantic drift, by treating all update directions with equal importance, and structural incoherence, from adapting layers independently, resulting in suboptimal, uncoordinated updates. To remedy these, we propose StructLoRA, a framework that addresses both limitations through a principled, dual-component design: (1) an Information Bottleneck-guided filter that prunes task-irrelevant directions to mitigate semantic drift, and (2) a lightweight, training-only graph-based coordinator that enforces inter-layer consistency to resolve structural incoherence. Extensive experiments across large language model , vision language model, and vision model (including LLaMA, LLaVA, and ViT) demonstrate that StructLoRA consistently establishes a new state-of-the-art, outperforming not only vanilla LoRA but also advanced dynamic rank allocation and sparsity-based methods. Notably, the benefits are particularly pronounced in challenging low-rank and low-data regimes. Crucially, since our proposed modules operate only during training, StructLoRA enhances performance with zero additional inference cost, advancing the focus of PEFT -- from mere parameter compression to a more holistic optimization of information quality and structural integrity.

Foundations

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

Your Notes