English

FedGSA: Geometry-Consistent Subspace Aggregation for Differentially Private Federated LoRA

Cryptography and Security 2026-08-04 v1

Abstract

Low-Rank Adaptation (LoRA) enables communication-efficient federated fine-tuning of pretrained language models. However, integrating differential privacy (DP) into federated LoRA remains challenging: independently perturbing and aggregating its two low-rank matrices can cause aggregation mismatch and the quadratic noise term. Existing methods mitigate these issues by freezing one low-rank matrix but still rely on Euclidean aggregation, which is basis-dependent and may distort the global update. To address this limitation, we propose FedGSA, a geometry-consistent aggregation framework for differentially private federated LoRA. FedGSA represents each privatized client update as a basis-invariant subspace on the Grassmann manifold. In each communication round, clients extract low-dimensional subspaces capturing dominant update directions and encode them as projection matrices. The server aggregates these representations to estimate a geometry-consistent global update subspace and reconstructs the global LoRA factors within it, reducing distortion caused by basis misalignment, privacy noise, and heterogeneous client updates. We prove that FedGSA incurs no additional privacy loss beyond client-side DP training and establish its convergence under standard assumptions. Experiments on four GLUE tasks and a language generation benchmark demonstrate consistent improvements across privacy budgets and degrees of data heterogeneity. In particular, FedGSA improves average accuracy over the strongest baseline by 2.17% and 2.27% under ϵ=6\epsilon=6 and ϵ=3\epsilon=3, respectively.

Cite

@article{arxiv.2608.03267,
  title  = {FedGSA: Geometry-Consistent Subspace Aggregation for Differentially Private Federated LoRA},
  author = {Lele Zheng and Ruijie Hu and Tao Zhang and Ke Cheng and Yulong Shen},
  journal= {arXiv preprint arXiv:2608.03267},
  year   = {2026}
}