LGCRFeb 23, 2021

Measuring Data Leakage in Machine-Learning Models with Fisher Information

arXiv:2102.11673v367 citations
Originality Highly original
AI Analysis

This addresses the need to assess privacy risks in machine learning when training data contains sensitive attributes, offering a more specific alternative to differential privacy.

The authors tackled the problem of quantifying information leakage from machine-learning models about their training data, proposing a method based on Fisher information that measures leakage for specific examples, attributes, or sub-populations, and empirically validated it as a useful measure.

Machine-learning models contain information about the data they were trained on. This information leaks either through the model itself or through predictions made by the model. Consequently, when the training data contains sensitive attributes, assessing the amount of information leakage is paramount. We propose a method to quantify this leakage using the Fisher information of the model about the data. Unlike the worst-case a priori guarantees of differential privacy, Fisher information loss measures leakage with respect to specific examples, attributes, or sub-populations within the dataset. We motivate Fisher information loss through the Cramér-Rao bound and delineate the implied threat model. We provide efficient methods to compute Fisher information loss for output-perturbed generalized linear models. Finally, we empirically validate Fisher information loss as a useful measure of information leakage.

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