Why it matters

Federated learning promised privacy. Deep leakage shows it's not automatic. Understanding shapes protections.

Advertisement

The architecture

Gradients encode information about training data.

Iterative reconstruction: guess input, compute gradient, adjust to match observed gradient.

Deep leakage attackObserved gradientfrom federated updateIterative guessmatch gradientReconstructed inputtraining dataDefenses: differential privacy, secure aggregation, gradient clipping
Attack pipeline.
Advertisement

How it works end to end

Attacks recovered high-resolution images and text from single gradient updates.

Defenses: differential privacy noise added to gradients. Secure multi-party aggregation. Gradient clipping + noise.