paper-with-me

홈 › Papers

Gradient Compression May Hurt Generalization: A Remedy by Synthetic Data Guided Sharpness Aware Minimization

2026-02-12 · Yujie Gu, Richeng Jin, Zhaoyang Zhang, Huaiyu Dai arxiv

It is commonly believed that gradient compression in federated learning (FL) enjoys significant improvement in communication efficiency with negligible performance degradation. In this paper, we find that gradient compression induces sharper loss landscapes in federated learning, particularly under non-IID data distributions, which suggests hindered generalization capability. The recently emerging Sharpness Aware Minimization (SAM) effectively searches for a flat minima by incorporating a gradient ascent step (i.e., perturbing the model with gradients) before the celebrated stochastic gradient descent. Nonetheless, the direct application of SAM in FL suffers from inaccurate estimation of the global perturbation due to data heterogeneity. Existing approaches propose to utilize the model update from the previous communication round as a rough estimate. However, its effectiveness is hindered when model update compression is incorporated. In this paper, we propose FedSynSAM, which leverages the global model trajectory to construct synthetic data and facilitates an accurate estimation of the global perturbation. The convergence of the proposed algorithm is established, and extensive experiments are conducted to validate its effectiveness.

📄 PDF Abstract BibTeX arXiv:2602.11584

Code (0)

등록된 구현이 없습니다.

Tasks

Federated Learning

Similar Papers 제목 키워드 기반

A Scalable Walsh-Hadamard Regularizer to Overcome the Low-degree Spectral Bias of Neural Networks

2023-05-16 · Ali Gorji, Andisheh Amrollahi, Andreas Krause

Despite the capacity of neural nets to learn arbitrary functions, models trained through gradient descent often exhibit a bias towards ``simpler'' functions. Various notions of simplicity have been introduced to characte…

From Retrieved Context to Runtime Control: Adaptive Compression for Edge-based RAG

2026-08-20 · Zlatan Feric, Amir Taherin, Yanzhi Wang, David Kaeli arxiv

Retrieval-augmented generation (RAG) improves language-model responses by grounding generation in external passages, which comes with overhead: retrieved context lengthens the prompt, increasing prefill work, KV-cache fo…

Natural Questions

Greedy Low-Rank Gradient Compression for Distributed Learning with Convergence Guarantees

2025-07-11 · Chuyan Chen, Yutong He, Pengrui Li, Weichen Jia 외 arxiv

Distributed optimization is pivotal for large-scale signal processing and machine learning, yet communication overhead remains a major bottleneck. Low-rank gradient compression, in which the transmitted gradients are app…

Distributed Optimization

S$^4$R: Selective Sampling, Subspaces, and Sparse Reconstruction for Compressed Long-Context KV Caching

2026-08-01 · Jialong Han, You Wu, Kewei Tu arxiv

The growth of context window lengths in Large Language Models (LLMs) significantly enhances their long-context capabilities but incurs prohibitive memory costs due to the Key-Value (KV) cache. Although low-rank compressi…

Hyper-Sphere Quantization: Communication-Efficient SGD for Federated Learning

2019-11-12 · Xinyan Dai, Xiao Yan, Kaiwen Zhou, Han Yang 외

The high cost of communicating gradients is a major bottleneck for federated learning, as the bandwidth of the participating user devices is limited. Existing gradient compression algorithms are mainly designed for data …

Federated LearningQuantization