LGMay 28, 2021

Quantifying and Localizing Usable Information Leakage from Neural Network Gradients

arXiv:2105.13929v33 citations
Originality Incremental advance
AI Analysis

This work addresses privacy risks for clients in collaborative learning by providing a framework to measure and understand information leakage, which is incremental as it builds on existing attacks to offer quantification and localization tools.

The paper tackles the problem of private information leakage from neural network gradients in collaborative learning, quantifying and localizing leakage for data reconstruction and attribute inference attacks across six datasets and four models, and showing how training hyperparameters and defenses like dropout and differential privacy affect leakage.

In collaborative learning, clients keep their data private and communicate only the computed gradients of the deep neural network being trained on their local data. Several recent attacks show that one can still extract private information from the shared network's gradients compromising clients' privacy. In this paper, to quantify the private information leakage from gradients we adopt usable information theory. We focus on two types of private information: original information in data reconstruction attacks and latent information in attribute inference attacks. Furthermore, a sensitivity analysis over the gradients is performed to explore the underlying cause of information leakage and validate the results of the proposed framework. Finally, we conduct numerical evaluations on six benchmark datasets and four well-known deep models. We measure the impact of training hyperparameters, e.g., batches and epochs, as well as potential defense mechanisms, e.g., dropout and differential privacy. Our proposed framework enables clients to localize and quantify the private information leakage in a layer-wise manner, and enables a better understanding of the sources of information leakage in collaborative learning, which can be used by future studies to benchmark new attacks and defense mechanisms.

Foundations

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

Your Notes