CRLGApr 27, 2021

Property Inference Attacks on Convolutional Neural Networks: Influence and Implications of Target Model's Complexity

arXiv:2104.13061v137 citations
Originality Synthesis-oriented
AI Analysis

This work highlights a privacy vulnerability in machine learning models for facial data, relevant to data protection regulations, though it is incremental as it builds on existing attack methods.

The paper investigates how the complexity of convolutional neural network classifiers affects property inference attacks, which aim to infer unrelated properties like gender balance from training data, and finds that attack accuracy exceeds baseline across all architectures, indicating a consistent privacy risk.

Machine learning models' goal is to make correct predictions for specific tasks by learning important properties and patterns from data. By doing so, there is a chance that the model learns properties that are unrelated to its primary task. Property Inference Attacks exploit this and aim to infer from a given model (\ie the target model) properties about the training dataset seemingly unrelated to the model's primary goal. If the training data is sensitive, such an attack could lead to privacy leakage. This paper investigates the influence of the target model's complexity on the accuracy of this type of attack, focusing on convolutional neural network classifiers. We perform attacks on models that are trained on facial images to predict whether someone's mouth is open. Our attacks' goal is to infer whether the training dataset is balanced gender-wise. Our findings reveal that the risk of a privacy breach is present independently of the target model's complexity: for all studied architectures, the attack's accuracy is clearly over the baseline. We discuss the implication of the property inference on personal data in the light of Data Protection Regulations and Guidelines.

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