Inferensys

Glossary

Synthetic Data Quality Score

A composite metric evaluating synthetic data across three dimensions: statistical fidelity to the original data, utility for downstream machine learning tasks, and privacy protection against re-identification.
Product manager reviewing autonomous task execution dashboard on laptop, completed tasks visible, casual work session.
COMPOSITE METRIC

What is Synthetic Data Quality Score?

A quantitative framework for evaluating the trustworthiness of artificially generated datasets by simultaneously measuring their statistical realism, practical utility, and resistance to privacy attacks.

A Synthetic Data Quality Score is a composite metric that holistically evaluates synthetic data across three critical dimensions: statistical fidelity to the original data distribution, utility for downstream machine learning tasks, and privacy protection against re-identification attacks. It moves beyond single-axis evaluation to provide a unified measure of whether generated data is safe, useful, and realistic enough to substitute for real data in regulated environments like healthcare and finance.

The score typically aggregates sub-metrics such as the Frechet Inception Distance (FID) for distributional similarity, Train-Synthetic-Test-Real (TSTR) performance for utility, and Nearest Neighbor Adversarial Accuracy (NNAA) for privacy risk. By combining these signals, the score enables data governance committees to set objective thresholds for synthetic data release, ensuring generated datasets meet both regulatory compliance standards and the rigorous demands of production machine learning pipelines.

THE TRILEMMA OF SYNTHETIC DATA

Core Dimensions of the Quality Score

A composite metric evaluating synthetic data across three competing dimensions: statistical fidelity to the original data, utility for downstream machine learning tasks, and privacy protection against re-identification. Optimizing one dimension often degrades another, requiring careful trade-off analysis.

01

Statistical Fidelity

Measures how closely the synthetic data preserves the joint probability distribution of the original dataset. High fidelity ensures that column distributions, pairwise correlations, and multivariate interactions are indistinguishable from real data.

  • Column Shapes: Kolmogorov-Smirnov test for continuous variables; Chi-squared test for categoricals.
  • Correlation Preservation: Pearson and Spearman coefficients must remain within acceptable bounds.
  • Multivariate Structure: Captured via metrics like Frechet Inception Distance (FID) or propensity score divergence.

Low fidelity introduces distributional shift, causing models trained on synthetic data to fail when deployed on real-world inputs.

KS Statistic
Primary Univariate Metric
FID
Multivariate Fidelity Score
02

Downstream Utility

Quantifies whether synthetic data can replace real data for a specific machine learning task. Evaluated using the Train-Synthetic-Test-Real (TSTR) paradigm, where a model is trained exclusively on synthetic data and evaluated on a held-out real dataset.

  • Classification/Regression: Compare TSTR performance to Train-Real-Test-Real (TRTR) baseline.
  • Feature Importance: SHAP or permutation importance rankings should be consistent between real and synthetic training sets.
  • Decision Boundary Similarity: The model's learned function should generalize identically.

A high utility score indicates the synthetic data captures the signal necessary for prediction, not just the noise.

TSTR
Primary Utility Paradigm
03

Privacy Protection

Assesses the risk of re-identification or attribute inference from the synthetic dataset. A high privacy score means an adversary cannot determine if a specific individual was in the training data or infer sensitive attributes about them.

  • Membership Inference Attack (MIA): AUC of an attacker classifier distinguishing real training records from hold-out records using only the synthetic data.
  • Nearest Neighbor Adversarial Accuracy (NNAA): Measures the ratio of synthetic records whose closest neighbor in the real data is a training record vs. a hold-out record.
  • Distance to Closest Record (DCR): The Euclidean distance between a synthetic record and its nearest real counterpart; larger distances imply lower identifiability.

Formal guarantees like (ε, δ)-Differential Privacy can be integrated into the generator's training loop.

ε < 1
Strong DP Guarantee
NNAA
Identifiability Metric
04

The Privacy-Utility Trade-off

A fundamental tension exists: increasing privacy protection inevitably degrades utility and fidelity. Differential Privacy adds calibrated noise to gradients during training, which obscures individual contributions but can destroy rare categories or subtle correlations.

  • ε (Epsilon): The privacy budget. Lower ε means stronger privacy but worse data quality.
  • Catastrophic Collapse: At very low ε, the generator may fail to learn minority classes entirely.
  • Pareto Frontier Analysis: Practitioners must plot utility vs. privacy to select an optimal operating point for their specific regulatory and business requirements.

There is no universal best score; the acceptable trade-off is context-dependent.

ε Budget
Privacy Parameter
SYNTHETIC DATA QUALITY

Frequently Asked Questions

Clear answers to the most common questions about evaluating the fidelity, utility, and privacy of synthetic patient data using composite scoring frameworks.

A Synthetic Data Quality Score is a composite metric that quantifies the trustworthiness of artificially generated datasets by simultaneously evaluating three critical dimensions: statistical fidelity (how closely the synthetic data mirrors the real data's distribution), downstream utility (how well machine learning models trained on synthetic data perform on real test sets), and privacy protection (the empirical risk of re-identifying real individuals from the synthetic records). Unlike single-axis metrics, a quality score provides a holistic view, ensuring that high fidelity isn't achieved at the expense of leaking private information, or that strict privacy doesn't render the data useless for training predictive models. It is the primary governance tool for clinical data access committees.

Prasad Kumkar

About the author

Prasad Kumkar

CEO & MD, Inference Systems

Prasad Kumkar is the CEO & MD of Inference Systems and writes about AI systems architecture, LLM infrastructure, model serving, evaluation, and production deployment. Over 5+ years, he has worked across computer vision models, L5 autonomous vehicle systems, and LLM research, with a focus on taking complex AI ideas into real-world engineering systems.

His work and writing cover AI systems, large language models, AI agents, multimodal systems, autonomous systems, inference optimization, RAG, evaluation, and production AI engineering.