FedSubMuon: Communication-Efficient Federated LLM Fine-Tuning via Structured Subspace Muon

📅 2026-09-05
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
为解决联邦微调中通信成本高的问题,提出FedSubMuon方法,在共享结构子空间内优化紧凑系数矩阵,减少通信量并保持优化性能。
📝 Abstract
Federated fine-tuning adapts large language models (LLMs) to decentralized client data, but its scalability in cross-device training is often limited by the high communication cost. Muon is an optimizer that improves optimization performance by orthogonalizing momentum for matrix-valued parameters. Existing federated Muon methods demonstrate the benefit of matrix-aware optimization in federated learning, but still require transmitting full layer-size updates and optimizer state. A natural way to reduce communication is to directly apply Muon to LoRA factors, but this changes the optimized object and weakens Muon's matrix-aware update geometry. We propose FedSubMuon, a communication-efficient federated Muon fine-tuning method that optimizes compact coefficient matrices within shared structured subspaces. This design keeps Muon on a single matrix-valued trainable object, while reducing the client upload to compact coefficient matrices. We further introduce FedSubMuon-GT, an accuracy-oriented extension that uses projected gradients to adapt tracked subspace bases toward task-relevant gradient directions. Experiments on instruction tuning and mathematical reasoning show that FedSubMuon-GT achieves the best overall accuracy on four of five dataset-model pairs, while FedSubMuon performs best under all matched communication budgets. On Dolly-15K, the closest communication baseline requires 5.5 times and 1.4 times more total communication on Llama-1B and Qwen-4B, respectively.
Problem

Research questions and friction points this paper is trying to address.

Federated Fine-Tuning
Communication Cost
Large Language Models
Innovation

Methods, ideas, or system contributions that make the work stand out.

Communication-Efficient
Structured Subspace
Compact Coefficient Matrices
Projected Gradients
🔎 Similar Papers