LGCRCVSep 13, 2022

Concealing Sensitive Samples against Gradient Leakage in Federated Learning

arXiv:2209.05724v217 citationsh-index: 43
Originality Incremental advance
AI Analysis

This addresses privacy risks for users in distributed learning systems, though it is an incremental improvement over existing defenses.

The paper tackles the vulnerability of Federated Learning to gradient leakage attacks by proposing a defense that obfuscates gradients of sensitive data with concealed samples, achieving the strongest protection while maintaining model performance.

Federated Learning (FL) is a distributed learning paradigm that enhances users privacy by eliminating the need for clients to share raw, private data with the server. Despite the success, recent studies expose the vulnerability of FL to model inversion attacks, where adversaries reconstruct users private data via eavesdropping on the shared gradient information. We hypothesize that a key factor in the success of such attacks is the low entanglement among gradients per data within the batch during stochastic optimization. This creates a vulnerability that an adversary can exploit to reconstruct the sensitive data. Building upon this insight, we present a simple, yet effective defense strategy that obfuscates the gradients of the sensitive data with concealed samples. To achieve this, we propose synthesizing concealed samples to mimic the sensitive data at the gradient level while ensuring their visual dissimilarity from the actual sensitive data. Compared to the previous art, our empirical evaluations suggest that the proposed technique provides the strongest protection while simultaneously maintaining the FL performance.

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