Bi-LoRA: Efficient Sharpness-Aware Minimization for Fine-Tuning Large-Scale Models

Abstract

Low-Rank Adaptation (LoRA) enables parameter-efficient fine-tuning of large pre-trained models. Yet LoRA can face generalization challenges. One promising way to improve the generalization is Sharpness-Aware Minimization (SAM), which has proven effective for small-scale training scenarios. In this paper, we propose **Bi**-directional **Lo**w-**R**ank **A**daptation (Bi-LoRA), which introduces an auxiliary adversarial LoRA module. This design explicitly decouples sharpness optimization, handled by the auxiliary module, from task adaptation, performed by the primary module. Such a separation yields two key benefits. First, it transforms the sequential computation of primary LoRA update and adversarial perturbation into a parallel form, which roughly halves the time and conquers the main obstacle of applying SAM in LoRA. Second, it provides perturbations from the auxiliary module that do not collapse into the restricted optimization subspace of the primary module, enabling broader sharpness exploration and flatter minima. Bi-LoRA simultaneously achieves both efficiency and effectiveness within a single framework, as verified by extensive experiments across diverse architectures and tasks.

Cite

Text

Liu et al. "Bi-LoRA: Efficient Sharpness-Aware Minimization for Fine-Tuning Large-Scale Models." International Conference on Learning Representations, 2026.

Markdown

[Liu et al. "Bi-LoRA: Efficient Sharpness-Aware Minimization for Fine-Tuning Large-Scale Models." International Conference on Learning Representations, 2026.](https://mlanthology.org/iclr/2026/liu2026iclr-bilora/)

BibTeX

@inproceedings{liu2026iclr-bilora,
  title     = {{Bi-LoRA: Efficient Sharpness-Aware Minimization for Fine-Tuning Large-Scale Models}},
  author    = {Liu, Yuhang and Li, Tao and Huang, Zhehao and Yang, Zuopeng and Huang, Xiaolin},
  booktitle = {International Conference on Learning Representations},
  year      = {2026},
  url       = {https://mlanthology.org/iclr/2026/liu2026iclr-bilora/}
}