Improving Robustness to Model Inversion Attacks via Mutual Information Regularization
Tianhao Wang, Yuheng Zhang, Ruoxi Jia

TL;DR
This paper introduces a model-agnostic defense method called Mutual Information Regularization (MID) that effectively reduces information leakage in model predictions, enhancing privacy protection against model inversion attacks without significantly harming model utility.
Contribution
The paper proposes a novel, model-agnostic regularization technique to defend against MI attacks, with tractable approximations for various models and a formal analysis of attack mechanisms.
Findings
MID outperforms existing defenses against MI attacks.
Theoretical analysis explains why differential privacy is ineffective for MI attacks.
Experimental results show improved privacy-utility tradeoff across models and datasets.
Abstract
This paper studies defense mechanisms against model inversion (MI) attacks -- a type of privacy attacks aimed at inferring information about the training data distribution given the access to a target machine learning model. Existing defense mechanisms rely on model-specific heuristics or noise injection. While being able to mitigate attacks, existing methods significantly hinder model performance. There remains a question of how to design a defense mechanism that is applicable to a variety of models and achieves better utility-privacy tradeoff. In this paper, we propose the Mutual Information Regularization based Defense (MID) against MI attacks. The key idea is to limit the information about the model input contained in the prediction, thereby limiting the ability of an adversary to infer the private training attributes from the model prediction. Our defense principle is…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsAdversarial Robustness in Machine Learning · Privacy-Preserving Technologies in Data · Cryptography and Data Security
