Gradient Leakage

Gradient leakage refers to the vulnerability of machine learning models, particularly in federated learning settings, where sensitive training data can be reconstructed from shared gradient updates. Current research focuses on developing and analyzing both attacks that exploit this vulnerability (often leveraging diffusion models or gradient inversion techniques) and defenses, including noise injection (e.g., differential privacy), gradient compression, and architectural modifications (e.g., variational bottlenecks). Understanding and mitigating gradient leakage is crucial for ensuring data privacy in distributed machine learning applications, impacting the security and trustworthiness of various systems, from image processing to network intrusion detection.

Papers