English

GEM-Style Constraints for PEFT with Dual Gradient Projection in LoRA

Machine Learning 2026-01-07 v1 Artificial Intelligence

Abstract

Full fine-tuning of Large Language Models (LLMs) is computationally costly, motivating Continual Learning (CL) approaches that utilize parameter-efficient adapters. We revisit Gradient Episodic Memory (GEM) within the Low-Rank Adapter (LoRA) subspace and introduce I-GEM: a fixed-budget, GPU-resident dual projected-gradient approximation to GEM's quadratic projection. By constraining non-interference solely within the adapter parameters, I-GEM preserves GEM-like stability with orders-of-magnitude lower mean projection overhead. On a 3-task AG News split with induced domain drift, using GPT-2 (355M) and LoRA (r=8r=8), I-GEM matches GEM's average accuracy (within  ⁣0.04\sim\!0.04 pts) and outperforms A-GEM by  ⁣1.4\sim\!1.4 pts. Crucially, it reduces projection time vs.\ GEM by a factor of  ⁣103\sim\!10^3. These results suggest that applying GEM constraints in the LoRA subspace is a practical pathway for continual learning at the LLM scale.

Keywords

Cite

@article{arxiv.2601.02500,
  title  = {GEM-Style Constraints for PEFT with Dual Gradient Projection in LoRA},
  author = {Brian Tekmen and Jason Yin and Qianqian Tong},
  journal= {arXiv preprint arXiv:2601.02500},
  year   = {2026}
}

Comments

Work accepted to the NSF REU Symposium at the 2025 IEEE International Conference on Data Mining (ICDM). Correspondence to: betekmen@uncg.edu

R2 v1 2026-07-01T08:51:39.770Z