New Metric Diagnoses Dependency Gaps in Synthetic Tabular Data

Jie Zhang· July 27, 2026 View original

Summary

Researchers introduce a dependency-aware fidelity diagnostic that exposes a "dependency gap" in synthetic tabular data generated by state-of-the-art models, which standard metrics often miss. This diagnostic decomposes a strong classifier two-sample test to reveal how inter-column dependencies, crucial for minority class utility, are often poorly preserved despite high model capacity.

Synthetic tabular data is highly valued for its ability to preserve not only individual column distributions but also the complex dependencies between columns. These inter-column dependencies are critical for maintaining the discriminative signal, especially for minority classes in imbalanced datasets like those found in fraud detection or clinical risk assessment. However, commonly used metrics for evaluating synthetic data often fail to adequately capture this crucial aspect. This study introduces a novel, dependency-aware fidelity diagnostic designed to expose a "dependency gap" in synthetic tabular data. The diagnostic decomposes a strong classifier two-sample test (XGB-C2ST) into marginal, dependency, and numerical-categorical cross components. By anchoring this test between a worst-case scenario (all dependency destroyed) and a best-case (real data), it reveals a significant dependency gap that standard metrics overlook. Applying this to a state-of-the-art flow-matching generator, the research found that destroying dependency collapses minority-class utility, and the generator's residual gap consistently carries a utility cost. Surprisingly, this gap persists even with a 16x increase in model capacity, suggesting it stems from a lack of direct dependency supervision rather than capacity limits. This highlights that simple interventions or increased capacity alone do not close this higher-order dependency gap, cautioning against over-reliance on such fixes.

Why it matters

For professionals working with sensitive or imbalanced tabular data, accurately assessing the fidelity of synthetic data is crucial for privacy-preserving data sharing, model training, and avoiding biased outcomes, especially for minority classes.

How to implement this in your domain

  1. 1Re-evaluate your current metrics for assessing synthetic tabular data quality, ensuring they go beyond marginal distributions.
  2. 2Investigate the proposed dependency-aware fidelity diagnostic (decomposed XGB-C2ST) to identify inter-column dependency gaps.
  3. 3Apply this diagnostic to your existing tabular generative models to understand how well they preserve crucial data dependencies.
  4. 4Prioritize generative models that explicitly address inter-column dependency preservation, rather than solely focusing on increased capacity.
  5. 5Use the insights from the dependency gap analysis to improve synthetic data generation for sensitive applications like fraud detection or clinical risk.

Who benefits

BFSIHealthcareData ScienceAI/ML DevelopmentPrivacy & Security

Key takeaways

  • Standard metrics for synthetic tabular data often miss crucial inter-column dependency gaps.
  • A new diagnostic (decomposed XGB-C2ST) effectively measures this "dependency gap."
  • Poor dependency preservation significantly impacts minority-class utility in imbalanced datasets.
  • Increased model capacity alone does not close this gap, pointing to a need for direct dependency supervision.

Original post by Jie Zhang

"arXiv:2607.21636v1 Announce Type: new Abstract: Synthetic tabular data is valued for preserving not only each column's marginal distribution but the dependencies between columns -- structure that carries much of the discriminative signal for minority classes in imbalanced domains…"

View on X

Originally posted by Jie Zhang on X · view source

Want to go deeper?

Turn these trends into skills with Learnijoy's hands-on AI & tech courses.

Explore courses

More in AI Research

AI ResearchAI Engineering & DevTools

StageGuard Improves Sleep Staging by Enforcing Physiological Constraints

StageGuard is a new framework that enhances automated sleep staging by integrating physiology-informed priors, ensuring that deep learning models produce hypnograms that adhere to known biological rules. It significantly reduces physiologically implausible transitions and fragmentation while maintaining or improving accuracy.

Juntang Wang, Yihan Wang, Hao Wu, Jiayu Gao, Shixin Xu, Dongmian ZouJul 28, 2026
AI ResearchAI Engineering & DevToolsAI News & Tools

AI Model Improves Trustworthy Flood Prediction with Explainability

Researchers developed Context-Aware Concept Distillation (CACD), a framework that distills opaque Deep Learning models into interpretable, hydrology-aware surrogates for flood prediction. This method provides verifiable causal narratives required by disaster response authorities, achieving high fidelity and outperforming black-box baselines globally.

Eli Levinkopf, Efrat Morin, Claudia V. GoldmanJul 28, 2026
AI ResearchAI Engineering & DevTools

Diffusion Models' Generative Quality Gets Comprehensive Theoretical Analysis

This research provides a unified theoretical framework for understanding the generalization and convergence of score-based diffusion models. It decomposes the total generative error into four interpretable components, quantifying how training data, discretization, and optimization affect sample fidelity.

Jinshu Huang, Yiming Jiang, Chunlin WuJul 28, 2026