FedMPDD: Communication-Efficient Federated Learning with Privacy Preservation Attributes via Projected Directional Derivative
Mohammadreza Rostami, Solmaz S. Kia
TL;DR
FedMPDD tackles the dual challenges of communication efficiency and gradient privacy in federated learning by encoding client gradients via multi-projected directional derivatives. By drawing $m$ random projection directions per round and aggregating via a Johnson–Lindenstrauss-based framework, it maintains gradient fidelity with a distortion parameter $\varepsilon$ while reducing uplink messages to $\mathcal{O}(m)$ scalars per client. The method delivers an $O(1/\sqrt{K})$ convergence rate with a tunable privacy–accuracy–communication trade-off controlled by $m$, leveraging the rank-deficient projection to inherently obscure exact gradients against gradient-inversion attacks. Empirical results across standard benchmarks demonstrate substantial communication savings and consistent privacy protection, making FedMPDD a scalable and private alternative to traditional gradient compression in bandwidth-limited FL deployments.
Abstract
This paper introduces \texttt{FedMPDD} (\textbf{Fed}erated Learning via \textbf{M}ulti-\textbf{P}rojected \textbf{D}irectional \textbf{D}erivatives), a novel algorithm that simultaneously optimizes bandwidth utilization and enhances privacy in Federated Learning. The core idea of \texttt{FedMPDD} is to encode each client's high-dimensional gradient by computing its directional derivatives along multiple random vectors. This compresses the gradient into a much smaller message, significantly reducing uplink communication costs from $\mathcal{O}(d)$ to $\mathcal{O}(m)$, where $m \ll d$. The server then decodes the aggregated information by projecting it back onto the same random vectors. Our key insight is that averaging multiple projections overcomes the dimension-dependent convergence limitations of a single projection. We provide a rigorous theoretical analysis, establishing that \texttt{FedMPDD} converges at a rate of $\mathcal{O}(1/\sqrt{K})$, matching the performance of FedSGD. Furthermore, we demonstrate that our method provides some inherent privacy against gradient inversion attacks due to the geometric properties of low-rank projections, offering a tunable privacy-utility trade-off controlled by the number of projections. Extensive experiments on benchmark datasets validate our theory and demonstrates our results.
