LGAIJan 5

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

arXiv:2601.02500v1
Originality Incremental advance
AI Analysis

This work addresses the problem of efficient continual learning for large language models, offering a practical incremental improvement for researchers and practitioners.

The paper tackled the computational cost of full fine-tuning for Large Language Models in continual learning by applying Gradient Episodic Memory constraints within the Low-Rank Adapter subspace, resulting in matching GEM's accuracy within ~0.04 points and reducing projection time by a factor of ~10^3.

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=8$), I-GEM matches GEM's average accuracy (within $\sim\!0.04$ pts) and outperforms A-GEM by $\sim\!1.4$ pts. Crucially, it reduces projection time vs.\ GEM by a factor of $\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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes