English

ABM-LoRA: Activation Boundary Matching for Fast Convergence in Low-Rank Adaptation

Computer Vision and Pattern Recognition 2025-12-01 v3

Abstract

We propose Activation Boundary Matching for Low-Rank Adaptation (ABM-LoRA), a principled initialization strategy that substantially accelerates the convergence of low-rank adapters. While LoRA offers high parameter efficiency, its random initialization restricts gradient updates to a mismatched tangent space, causing significant information loss and hindering early convergence. Our ABM-LoRA addresses this by aligning the adapter's activation boundaries with those of the pretrained model before downstream training, thereby maximizing the projection of full-parameter gradients into the adapter subspace. This alignment sharply reduces information loss at initialization, yields a lower starting loss, and accelerates convergence. We demonstrate ABM-LoRA's effectiveness across diverse architectures and tasks: language understanding (T5-Base on GLUE), dialogue generation (LLaMA2-7B on WizardLM), and vision recognition (ViT-B/16 on VTAB-1K). On VTAB-1K, it achieves the highest accuracy among all methods, with strong gains on structured reasoning tasks requiring geometric understanding.

Keywords

Cite

@article{arxiv.2511.19145,
  title  = {ABM-LoRA: Activation Boundary Matching for Fast Convergence in Low-Rank Adaptation},
  author = {Dongha Lee and Jinhee Park and Minjun Kim and Junseok Kwon},
  journal= {arXiv preprint arXiv:2511.19145},
  year   = {2025}
}

Comments

16 pages, 5 figures, under review