Unveiling the Unseen: Exploring Whitebox Membership Inference through the Lens of Explainability
Chenxi Li, Abhinav Kumar, Zhen Guo, Jie Hou, Reza Tourani
TL;DR
This work tackles privacy risks from white-box MIAs by identifying a small subset of hidden activations that most strongly influence membership leakage. It introduces a neuron-selection pipeline guided by statistical tests and SHAP-based ensembling, plus an attack-driven explainable framework that links raw input features to MIA success via a cascaded target–attack model with forward hooks. The authors demonstrate up to $26.9\%$ improvements over prior white-box MIAs across multiple datasets and architectures, and quantify the overlap between features driving classification and membership inference using SHAP and SSIM analyses. The findings offer practical guidance for designing defenses that perturb high-impact raw features while preserving target task performance, leveraging interpretable insights into the privacy-attack mechanisms.
Abstract
The increasing prominence of deep learning applications and reliance on personalized data underscore the urgent need to address privacy vulnerabilities, particularly Membership Inference Attacks (MIAs). Despite numerous MIA studies, significant knowledge gaps persist, particularly regarding the impact of hidden features (in isolation) on attack efficacy and insufficient justification for the root causes of attacks based on raw data features. In this paper, we aim to address these knowledge gaps by first exploring statistical approaches to identify the most informative neurons and quantifying the significance of the hidden activations from the selected neurons on attack accuracy, in isolation and combination. Additionally, we propose an attack-driven explainable framework by integrating the target and attack models to identify the most influential features of raw data that lead to successful membership inference attacks. Our proposed MIA shows an improvement of up to 26% on state-of-the-art MIA.
