LGOCSep 30, 2025

FedMuon: Federated Learning with Bias-corrected LMO-based Optimization

arXiv:2509.26337v12 citationsh-index: 6
Originality Incremental advance
AI Analysis

This work addresses optimization challenges in federated learning for distributed machine learning systems, representing an incremental improvement by adapting an existing method to a specific bottleneck.

The paper tackles the problem of using the Muon optimization method in federated learning, showing that a naive approach fails due to bias, and proposes FedMuon to correct this, achieving faster convergence and outperforming state-of-the-art methods in experiments.

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.

Foundations

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

Your Notes