LGJul 4, 2025

Communication Efficient, Differentially Private Distributed Optimization using Correlation-Aware Sketching

arXiv:2507.03545v11 citationsh-index: 29
Originality Incremental advance
AI Analysis

This work addresses communication efficiency and privacy preservation in distributed optimization for federated learning systems, representing an incremental improvement by leveraging gradient correlations.

The paper tackles the high communication and privacy noise costs in federated learning by introducing DOME, a framework that uses correlation-aware sketching to project gradients into a lower-dimensional subspace before privatization, reducing per-round communication from order d to order k and achieving a gradient approximation mean-squared error of σ²k.

Federated learning with differential privacy suffers from two major costs: each client must transmit $d$-dimensional gradients every round, and the magnitude of DP noise grows with $d$. Yet empirical studies show that gradient updates exhibit strong temporal correlations and lie in a $k$-dimensional subspace with $k \ll d$. Motivated by this, we introduce DOME, a decentralized DP optimization framework in which each client maintains a compact sketch to project gradients into $\mathbb{R}^k$ before privatization and Secure Aggregation. This reduces per-round communication from order $d$ to order $k$ and moves towards a gradient approximation mean-squared error of $σ^2 k$. To allow the sketch to span new directions and prevent it from collapsing onto historical gradients, we augment it with random probes orthogonal to historical directions. We prove that our overall protocol satisfies $(ε,δ)$-Differential Privacy.

Foundations

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

Your Notes