DG-FedReuse Boosts Federated Learning Efficiency with Cached Updates.

Rahil Aftab, Vineet Kumar Rakesh, Soumya Mazumdar, Tapas Samanta· August 7, 2026 View original

Key takeaways

  • Federated learning faces significant communication overhead.
  • DG-FedReuse reuses cached client updates to reduce uplink data.
  • A proxy-gradient discrepancy gates update reuse, balancing efficiency and model quality.
  • The method achieves substantial uplink savings while maintaining competitive accuracy.

Who benefits

TelecommunicationsIoTHealthcareAutomotiveFinance

Summary

DG-FedReuse is a federated learning mechanism that reuses age-decayed cached client updates, gated by a proxy-gradient discrepancy, to significantly reduce uplink communication while maintaining competitive accuracy compared to standard FedAvg.

Federated learning (FL) involves repeated local model optimization and subsequent transmission of updates from clients to a central server, which can be communication-intensive. A new mechanism, DG-FedReuse, aims to mitigate this by allowing selected clients to reuse age-decayed cached updates. This reuse is conditionally gated: it occurs only when a stochastic head-gradient discrepancy proxy remains below a round-dependent threshold. The system incorporates constraints such as a hard cache-age limit and a minimum quota for fresh client updates to ensure model freshness and prevent excessive staleness. Additionally, fresh updates utilize an adaptive per-tensor Top-K numerical-field representation to further reduce uplink data. Simulations across six image-classification datasets with 50 virtual clients and Dirichlet label heterogeneity demonstrated significant communication savings. DG-FedReuse achieved 83.36-85.42% modeled update-data-field uplink saving, substantially outperforming matched Top-K FedAvg's 76.88% saving. While accuracy differences ranged from -5.29 to -0.14 percentage points compared to matched FedAvg, the primary benefit lies in the drastic reduction of communication overhead. The study emphasizes that communication conclusions depend on the accounting boundary, noting that a symmetric dense-model-downlink sensitivity reduces the headline saving but still shows incremental gains over Top-K FedAvg.

Why it matters

Professionals deploying federated learning systems can leverage DG-FedReuse to drastically reduce communication costs and energy consumption, making FL more practical and scalable for resource-constrained environments and large client bases.

How to implement this in your domain

  1. 1Assess current federated learning deployments for communication bottlenecks and potential for update reuse.
  2. 2Integrate a cached-update reuse mechanism, such as DG-FedReuse, into the federated learning framework.
  3. 3Implement a proxy-gradient discrepancy check to intelligently gate the reuse of cached updates.
  4. 4Configure cache-age limits and fresh-client quotas to balance communication savings with model freshness.
  5. 5Utilize sparse update representations (e.g., Top-K) for fresh updates to further optimize uplink efficiency.

Original post by Rahil Aftab, Vineet Kumar Rakesh, Soumya Mazumdar, Tapas Samanta

"arXiv:2608.05358v1 Announce Type: new Abstract: Federated learning repeatedly incurs local optimization and model-update transmission. We study DG-FedReuse, a simulator-level mechanism that allows selected clients to contribute age-decayed cached updates when a stochastic head-gr…"

View on X

Originally posted by Rahil Aftab, Vineet Kumar Rakesh, Soumya Mazumdar, Tapas Samanta on X · view source

Want to go deeper?

Turn these trends into skills with Learnijoy's hands-on AI & tech courses.

Explore courses