LGCRJan 27, 2025

CENSOR: Defense Against Gradient Inversion via Orthogonal Subspace Bayesian Sampling

arXiv:2501.15718v16 citationsh-index: 21Has CodeNDSS
Originality Highly original
AI Analysis

This work addresses privacy leakage for clients in federated learning, presenting a novel defense against advanced attacks.

The authors tackled the problem of gradient inversion attacks in federated learning by proposing a defense that perturbs gradients in an orthogonal subspace, achieving strong protection while maintaining model utility across three datasets.

Federated learning collaboratively trains a neural network on a global server, where each local client receives the current global model weights and sends back parameter updates (gradients) based on its local private data. The process of sending these model updates may leak client's private data information. Existing gradient inversion attacks can exploit this vulnerability to recover private training instances from a client's gradient vectors. Recently, researchers have proposed advanced gradient inversion techniques that existing defenses struggle to handle effectively. In this work, we present a novel defense tailored for large neural network models. Our defense capitalizes on the high dimensionality of the model parameters to perturb gradients within a subspace orthogonal to the original gradient. By leveraging cold posteriors over orthogonal subspaces, our defense implements a refined gradient update mechanism. This enables the selection of an optimal gradient that not only safeguards against gradient inversion attacks but also maintains model utility. We conduct comprehensive experiments across three different datasets and evaluate our defense against various state-of-the-art attacks and defenses. Code is available at https://censor-gradient.github.io.

Code Implementations1 repo
Foundations

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

Your Notes