CVMay 28

FedSmoothLoRA: Toward Smoother and Faster Convergence in Federated Low-Rank Adaptation

arXiv:2605.2946080.5h-index: 18Has Code
AI Analysis

For practitioners of federated learning with foundation models, this work improves convergence speed and accuracy over prior federated LoRA methods.

FedSmoothLoRA addresses three issues in federated fine-tuning with LoRA—limited update space, inter-round state mismatch, and client-agnostic starting state—by introducing Round-Matching and Gradient-Aligned matrices for smoother and faster convergence, consistently outperforming existing methods on image classification and natural language generation tasks.

Federated fine-tuning of foundation models with Low-Rank Adaptation (LoRA) provides an efficient solution for reducing communication and computation costs while preserving data locality. However, the direct combination of FedAvg and LoRA suffers from three key issues: limited update space, which restricts the model's effective learning capacity; inter-round state mismatch, which disrupts cross-round local optimization continuity; and a client-agnostic starting state, which slows local convergence on clients. Although recent methods mitigate the limited update space issue by merging LoRA updates into the backbone across communication rounds, inter-round state mismatch and the client-agnostic starting state remain insufficiently addressed. To address these issues, we propose FedSmoothLoRA, a federated LoRA tuning framework that preserves the enlarged update space, improves cross-round local optimization continuity, and provides a client-aware starting state for local training. At each communication round, FedSmoothLoRA constructs the local LoRA initialization using two matrices: a Round-Matching matrix that preserves cross-round local state continuity, and a Gradient-Aligned matrix that provides client-specific optimization guidance from gradient signals estimated on local data. Together, these designs enable smoother and faster convergence. Extensive experiments on image classification and natural language generation tasks demonstrate that FedSmoothLoRA consistently outperforms existing federated LoRA tuning methods. Code: https://github.com/wangzehao0704/FedSmoothLoRA

Foundations

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

Your Notes