Not All Directions Matter: Towards Structured and Task-Aware Low-Rank Model Adaptation
Abstract
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.
Cite
@article{arxiv.2603.14228,
title = {Not All Directions Matter: Towards Structured and Task-Aware Low-Rank Model Adaptation},
author = {Xi Xiao and Chenrui Ma and Yunbei Zhang and Chen Liu and Zhuxuanzi Wang and Yanshu Li and Lin Zhao and Guosheng Hu and Tianyang Wang and Hao Xu},
journal= {arXiv preprint arXiv:2603.14228},
year = {2026}
}
Comments
ACL 2026