π€ AI Summary
This work exposes a critical privacy vulnerability in marginal-probability-based differentially private synthetic data generation (DP-SDG): the marginal structures preserved to ensure statistical fidelity can be reverse-engineered to recover individual membership with high accuracy. To address this, the authors propose MAMA-MIAβthe first white-box membership inference attack specifically designed for marginal-preserving DP-SDG algorithms. By modeling internal algorithmic mechanisms and leveraging statistical bias and marginal consistency constraints, MAMA-MIA enables efficient, high-precision membership inference against prominent marginal-based DP-SDG methods, including MST, PrivBayes, and Private-GSD. Experiments demonstrate that MAMA-MIA achieves an average membership inference accuracy of 92% across these three algorithms, operates 10Β³β10β΄ times faster than prior attacks, and won first place in the inaugural SNAKE Privacy Attack Competition.
π Abstract
When acting as a privacy-enhancing technology, synthetic data generation (SDG) aims to maintain a resemblance to the real data while excluding personally-identifiable information. Many SDG algorithms provide robust differential privacy (DP) guarantees to this end. However, we show that the strongest class of SDG algorithms--those that preserve extit{marginal probabilities}, or similar statistics, from the underlying data--leak information about individuals that can be recovered more efficiently than previously understood. We demonstrate this by presenting a novel membership inference attack, MAMA-MIA, and evaluate it against three seminal DP SDG algorithms: MST, PrivBayes, and Private-GSD. MAMA-MIA leverages knowledge of which SDG algorithm was used, allowing it to learn information about the hidden data more accurately, and orders-of-magnitude faster, than other leading attacks. We use MAMA-MIA to lend insight into existing SDG vulnerabilities. Our approach went on to win the first SNAKE (SaNitization Algorithm under attacK ... $varepsilon$) competition.