Table of Contents
Fetching ...

Membership Inference over Diffusion-models-based Synthetic Tabular Data

Peini Cheng, Amir Bahmani

TL;DR

This work assesses privacy risks of diffusion-model-based synthetic tabular data by developing a step-wise error–based Membership Inference Attack (MIA) and applying it to two recent models, TabDDPM and TabSyn. It finds TabDDPM to be more vulnerable, particularly with smaller training sets, while TabSyn shows resilience against the proposed attacks. The authors critique standard privacy metrics like Distance to Closest Record (DCR) for diffusion models and advocate for targeted privacy evaluations to guide robust, privacy-preserving synthetic data design. The results underscore how model architecture and training data scale influence privacy risk, motivating future defenses and more comprehensive privacy testing frameworks in diffusion-based data synthesis.

Abstract

This study investigates the privacy risks associated with diffusion-based synthetic tabular data generation methods, focusing on their susceptibility to Membership Inference Attacks (MIAs). We examine two recent models, TabDDPM and TabSyn, by developing query-based MIAs based on the step-wise error comparison method. Our findings reveal that TabDDPM is more vulnerable to these attacks. TabSyn exhibits resilience against our attack models. Our work underscores the importance of evaluating the privacy implications of diffusion models and encourages further research into robust privacy-preserving mechanisms for synthetic data generation.

Membership Inference over Diffusion-models-based Synthetic Tabular Data

TL;DR

This work assesses privacy risks of diffusion-model-based synthetic tabular data by developing a step-wise error–based Membership Inference Attack (MIA) and applying it to two recent models, TabDDPM and TabSyn. It finds TabDDPM to be more vulnerable, particularly with smaller training sets, while TabSyn shows resilience against the proposed attacks. The authors critique standard privacy metrics like Distance to Closest Record (DCR) for diffusion models and advocate for targeted privacy evaluations to guide robust, privacy-preserving synthetic data design. The results underscore how model architecture and training data scale influence privacy risk, motivating future defenses and more comprehensive privacy testing frameworks in diffusion-based data synthesis.

Abstract

This study investigates the privacy risks associated with diffusion-based synthetic tabular data generation methods, focusing on their susceptibility to Membership Inference Attacks (MIAs). We examine two recent models, TabDDPM and TabSyn, by developing query-based MIAs based on the step-wise error comparison method. Our findings reveal that TabDDPM is more vulnerable to these attacks. TabSyn exhibits resilience against our attack models. Our work underscores the importance of evaluating the privacy implications of diffusion models and encourages further research into robust privacy-preserving mechanisms for synthetic data generation.
Paper Structure (21 sections, 7 equations, 7 figures, 6 tables)

This paper contains 21 sections, 7 equations, 7 figures, 6 tables.

Figures (7)

  • Figure 1: Forward process of the diffusion model. Scheduled noise $\beta_t$ is gradually added until the data is close to pure noise.
  • Figure 2: Neural network $\epsilon_\theta(x_t,t)$ in the diffusion model that takes the timestep t and the noisy data at timestep t as input and estimates the noise added at timestep t. Also known as the denoising model.
  • Figure 3: TabDDPM t-error of non-member relative to member over different timestep from 20 to 300.
  • Figure 4: Column-wise t-error of non-member relative to member at timestep from 20 to 50.
  • Figure 5: TabSyn t-error of non-member relative to member over different timestep from 20 to 300.
  • ...and 2 more figures