FedSteer: Taming Extreme Gradient Staleness in Federated Learning with Corrective Projections and Caching

27d ago · Global · primary source: export.arxiv.org

A new federated learning method called FedSteer uses gradient subspace projections to address extreme update staleness caused by inconsistent client participation, according to a paper submitted on 8 June 2026 [1]. The technique reuses coordinates from active clients to steer outdated gradients toward the current global objective, preventing performance collapse in challenging scenarios [1]. Federated learning trains models across decentralized devices without centralizing raw data, but its performance can degrade when clients do not participate in every training round [1]. A common workaround is to reuse stale model updates from inactive clients to reduce aggregation variance. However, the paper’s authors find that skewed participation patterns can make this staleness severe enough to destabilize training entirely [1]. To remedy this, the researchers propose FedSteer, which constructs a gradient subspace from a cache of recent client gradients [1]. This subspace serves as a low-dimensional representation of the current optimization landscape. When an active client computes its true gradient, FedSteer projects it onto the subspace to identify a set of optimal coordinates [1]. For an inactive client, the method reuses those coordinates but applies them through a subspace that has since been drifted by other active clients’ updates [1]. The process effectively steers outdated gradients toward the current global objective [1]. The approach is paired with a selective caching strategy that identifies a representative subset of clients to form the subspace, which reduces the memory burden on the central server [1]. In experiments, FedSteer significantly outperformed baseline methods. It prevented performance collapse in the most challenging participation scenarios and delivered accuracy gains of over 7% in others [1]. The work arrives as the broader machine-learning community continues to grapple with the reliability of distributed training under real-world constraints. While the primary paper does not discuss sustainability, the computational efficiency of techniques like selective caching aligns with wider efforts to reduce the energy footprint of large-scale model training. The United Nations Sustainable Development Goals, adopted in 2015, emphasize responsible consumption and production alongside industry innovation, framing efficiency gains as both an engineering and a societal priority [6].

research-paper

Background sources we checked (6)
  • arxiv.org ↗ Federated learning (FL) is often subject to aggregation variance if clients do not consistently participate in training rounds. While reusing stale model updates from inactive clients is a common technique to reduce this variance, we find that with skewed client participation, th…
  • arxiv.org ↗ CatalyzeX Code Finder for Papers (What is CatalyzeX?) [...] DagsHub Toggle [...] DagsHub (What is DagsHub?)…
  • arxiv.org ↗ CatalyzeX Code Finder for Papers (What is CatalyzeX?) [...] DagsHub Toggle [...] DagsHub (What is DagsHub?)…
  • arxiv.org ↗ CatalyzeX Code Finder for Papers (What is CatalyzeX?) [...] DagsHub Toggle [...] DagsHub (What is DagsHub?)…
  • en.wikipedia.org ↗ Sustainable Development Goals (abbr. SDGs) were adopted in 2015 by all United Nations (UN) members for the 2030 Agenda for Sustainable Development. The aim of the 17 global goals is "peace and prosperity for people and the planet", tackling climate change, and working to preserv…
  • en.wikipedia.org ↗ In molecular biology, a transcription factor (TF) (or sequence-specific DNA-binding factor) is a protein that controls the rate of transcription of genetic information from DNA to messenger RNA, by binding to DNA sequences. Specificity can be due to sequence motifs, or epigenetic…

Sources covering this (2)

Spot something wrong? Report an issue