LGNEApr 15, 2024

Multi-objective evolutionary GAN for tabular data synthesis

arXiv:2404.10176v110 citationsh-index: 8Has CodeGECCO
Originality Incremental advance
AI Analysis

This work addresses data sharing needs for statistical agencies by improving synthetic tabular data generation, though it is incremental as it adapts existing multi-objective GAN methods from images to tabular data.

The paper tackles the challenge of generating synthetic tabular data with high utility and low disclosure risk by proposing SMOE-CTGAN, a multi-objective evolutionary conditional GAN, and demonstrates its ability to produce datasets with varying risk-utility trade-offs for national census data, achieving a competitive utility and extremely low risk at an early training stage.

Synthetic data has a key role to play in data sharing by statistical agencies and other generators of statistical data products. Generative Adversarial Networks (GANs), typically applied to image synthesis, are also a promising method for tabular data synthesis. However, there are unique challenges in tabular data compared to images, eg tabular data may contain both continuous and discrete variables and conditional sampling, and, critically, the data should possess high utility and low disclosure risk (the risk of re-identifying a population unit or learning something new about them), providing an opportunity for multi-objective (MO) optimization. Inspired by MO GANs for images, this paper proposes a smart MO evolutionary conditional tabular GAN (SMOE-CTGAN). This approach models conditional synthetic data by applying conditional vectors in training, and uses concepts from MO optimisation to balance disclosure risk against utility. Our results indicate that SMOE-CTGAN is able to discover synthetic datasets with different risk and utility levels for multiple national census datasets. We also find a sweet spot in the early stage of training where a competitive utility and extremely low risk are achieved, by using an Improvement Score. The full code can be downloaded from https://github.com/HuskyNian/SMO\_EGAN\_pytorch.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes