It does what it says on the tin: safe synthetic data from coarsened margins
Summary
A new method for generating safe synthetic data (SD) from coarsened margins offers enhanced transparency and a strong guarantee against disclosure risk. Users will explicitly know which variable relationships are maintained in the SD, a key advantage over other available methods. The process involves applying statistical disclosure control (SDC) to original data, defining and calculating specific margins, and then coarsening all counts within these margins to multiples of a specified disclosure limit (e.g., 5 or 10). These adjusted margins are subsequently used with the Iterative Proportional Fitting (IPF) algorithm to create the synthetic dataset. A proof-of-concept using 51,064 records from the 1901 Census of Scotland, involving 11 variables, demonstrated that SD derived from coarsened and adjusted margins achieved the best utility, as measured by the SpMSE metric, while minimizing disclosure risk. The method is computationally feasible on modest hardware for datasets with a reasonable number of variables.
Key takeaway
For data custodians considering releasing sensitive administrative data, this method offers a transparent and robust approach to synthetic data generation. You should implement coarsened margins with Iterative Proportional Fitting to ensure disclosure control while preserving key variable relationships. This allows for safer data sharing for research planning, teaching, and code development, reducing the burden of strict Trusted Research Environment access. Your agency can increase data utility without compromising individual privacy, provided you publish the modified margins for transparency.
Key insights
Safe synthetic data can be generated transparently by coarsening statistically controlled margins and applying Iterative Proportional Fitting.
Principles
- Transparency in synthetic data generation is crucial for user trust.
- Disclosure risk can be mitigated by coarsening counts to multiples of a limit.
- Iterative Proportional Fitting effectively reconstructs data from adjusted margins.
Method
Apply SDC to GT data, define margins, check for small cells, coarsen counts to disclosure limit multiples, then use Iterative Proportional Fitting to generate synthetic data.
In practice
- Use for research planning and initial data exploration.
- Create teaching datasets for TRE access training.
- Develop code with synthetic data before GT access.
Topics
- Synthetic Data Generation
- Statistical Disclosure Control
- Iterative Proportional Fitting
- Data Privacy
- Coarsened Margins
- Trusted Research Environments
Best for: AI Scientist, Research Scientist, AI Security Engineer
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by stat.ML updates on arXiv.org.