English

Low-Rank Interconnected Adaptation across Layers

Computer Vision and Pattern Recognition 2025-05-30 v3

Abstract

Low-rank adaptation (LoRA) is a widely used parameter-efficient fine-tuning (PEFT) method that learns weight updates ΔW=AB\Delta W = AB for pretrained weights WW through low-rank adapters AA and BB. While LoRA ensures hardware efficiency, its low-rank weight updates limit adaptation performance. In this paper, we propose low-rank interconnected adaptation across layers (Lily), a novel PEFT method that introduces an interconnected framework with locally shared AA and globally shared BB experts. This structure eliminates redundant per-layer ABAB pairs, enabling higher-rank ΔW\Delta W with equal or fewer parameters. To enhance expressiveness, we use data-dependent routers to determine AA-BB interconnections, preventing BB experts from converging to the same behavior and improving representational power across domains. Experiments across modalities, architectures, and model sizes demonstrate Lily's superior performance and efficiency. GitHub: https://github.com/yibozhong/lily

Keywords

Cite

@article{arxiv.2407.09946,
  title  = {Low-Rank Interconnected Adaptation across Layers},
  author = {Yibo Zhong and Jinman Zhao and Yao Zhou},
  journal= {arXiv preprint arXiv:2407.09946},
  year   = {2025}
}

Comments

Accepted to ACL 2025 (findings, long paper)

R2 v1 2026-06-28T17:39:50.480Z