FedMuon: Federated Learning with Bias-corrected LMO-based Optimization
Yuki Takezawa, Anastasia Koloskova, Xiaowen Jiang, Sebastian U. Stich
TL;DR
We address the challenge of training neural networks in federated settings using Muon, an optimizer built on a linear minimization oracle (LMO). Naïve integration (LocalMuon) can fail to converge due to LMO bias, so we propose FedMuon with a bias-correction mechanism and provide convergence guarantees, including for inexact LMO solved via Newton-Schulz iterations. Theoretical results show FedMuon converges to a stationary point, with rates close to FedAvg/SCAFFOLD and potential gains when LMO accuracy increases; the dependence on norm choice and Hessian spectrum is analyzed. Empirically, FedMuon outperforms state-of-the-art adaptive federated learning methods on FashionMNIST and CIFAR-10, including under data heterogeneity, validating the approach's practical impact for scalable distributed training with LMO-based optimizers.
Abstract
Recently, a new optimization method based on the linear minimization oracle (LMO), called Muon, has been attracting increasing attention since it can train neural networks faster than existing adaptive optimization methods, such as Adam. In this paper, we study how Muon can be utilized in federated learning. We first show that straightforwardly using Muon as the local optimizer of FedAvg does not converge to the stationary point since the LMO is a biased operator. We then propose FedMuon which can mitigate this issue. We also analyze how solving the LMO approximately affects the convergence rate and find that, surprisingly, FedMuon can converge for any number of Newton-Schulz iterations, while it can converge faster as we solve the LMO more accurately. Through experiments, we demonstrated that FedMuon can outperform the state-of-the-art federated learning methods.
