CRLGJan 30, 2024

Revisiting Gradient Pruning: A Dual Realization for Defending against Gradient Attacks

arXiv:2401.16687v110 citationsh-index: 26AAAI
Originality Incremental advance
AI Analysis

This addresses privacy threats for users in collaborative learning, but it is incremental as it builds on gradient pruning techniques.

The paper tackles the problem of gradient inversion attacks in collaborative learning by proposing Dual Gradient Pruning (DGP), which defends against attacks and reduces communication costs without sacrificing model utility, as shown in experiments.

Collaborative learning (CL) is a distributed learning framework that aims to protect user privacy by allowing users to jointly train a model by sharing their gradient updates only. However, gradient inversion attacks (GIAs), which recover users' training data from shared gradients, impose severe privacy threats to CL. Existing defense methods adopt different techniques, e.g., differential privacy, cryptography, and perturbation defenses, to defend against the GIAs. Nevertheless, all current defense methods suffer from a poor trade-off between privacy, utility, and efficiency. To mitigate the weaknesses of existing solutions, we propose a novel defense method, Dual Gradient Pruning (DGP), based on gradient pruning, which can improve communication efficiency while preserving the utility and privacy of CL. Specifically, DGP slightly changes gradient pruning with a stronger privacy guarantee. And DGP can also significantly improve communication efficiency with a theoretical analysis of its convergence and generalization. Our extensive experiments show that DGP can effectively defend against the most powerful GIAs and reduce the communication cost without sacrificing the model's utility.

Foundations

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

Your Notes