Stabilizing Decentralized Federated Fine-Tuning via Topology-Aware Alternating LoRA
Xiaoyu Wang, Xiaotian Li, Zhixiang Zhou, Chen Li, Yong Liu
TL;DR
This work tackles stability challenges in decentralized federated fine-tuning when using LoRA, whose bilinear factorization introduces cross-term interference under asynchronous peer-to-peer mixing. It introduces TAD-LoRA, a topology-aware framework that jointly mixes both LoRA blocks and uses interval-based directional switching to stabilize alternating LoRA in decentralized settings, supported by convergence analysis for non-convex objectives. The theoretical results reveal a topology-dependent trade-off: increasing the switching interval $T$ reduces topology-induced cross-term error at the cost of representation bias, with an optimal $T^\star(\rho) = \Theta\left(1/\sqrt{1-\rho}\right)$ tied to the network spectral gap. Empirically, TAD-LoRA achieves robust performance across diverse communication regimes, surpassing baselines as communication becomes sparser and delivering notable gains on MNLI, thereby enabling more reliable privacy-preserving decentralized fine-tuning.
Abstract
Decentralized federated learning (DFL), a serverless variant of federated learning, poses unique challenges for parameter-efficient fine-tuning due to the factorized structure of low-rank adaptation (LoRA). Unlike linear parameters, decentralized aggregation of LoRA updates introduces topology-dependent cross terms that can destabilize training under dynamic communication graphs. We propose \texttt{TAD-LoRA}, a Topology-Aware Decentralized Low-Rank Adaptation framework that coordinates the updates and mixing of LoRA factors to control inter-client misalignment. We theoretically prove the convergence of \texttt{TAD-LoRA} under non-convex objectives, explicitly characterizing the trade-off between topology-induced cross-term error and block-coordinate representation bias governed by the switching interval of alternative training. Experiments under various communication conditions validate our analysis, showing that \texttt{TAD-LoRA} achieves robust performance across different communication scenarios, remaining competitive in strongly connected topologies and delivering clear gains under moderately and weakly connected topologies, with particularly strong results on the MNLI dataset.
