Measuring the Dependency Gap: Diagnosing Inter-Column Fidelity in Tabular Generative Models

TL;DR

Using XGB-C2ST to reveal dependency deficits in TabbyFlow and TabDiff models.

cs.LG 🔴 Advanced 2026-07-21 4 views
Jie Zhang
synthetic data generative models dependency classifier test data fidelity

Key Findings

Methodology

The study employs XGB-C2ST to decompose dependencies into marginal, dependency, and numerical-categorical cross components through controlled permutation, compared against fully-factorized and real-data references.

Key Results

  • On the adult dataset, TabbyFlow's dependency component is +0.050, indicating significant dependency deficits.
  • Dependency deficits are present in both TabbyFlow and TabDiff models, and increasing model capacity does not resolve them.
  • Destroying dependency leads to a minority-class F1 drop of 0.38-0.61, highlighting its importance.

Significance

The study reveals shortcomings in existing generative models in preserving inter-column dependencies, emphasizing the importance of dependency for synthetic data quality and practical applications.

Technical Contribution

Introduces a novel dependency diagnostic method capable of identifying dependency deficits in generative models and suggests improvements to existing evaluation metrics.

Novelty

First to decompose dependencies into multiple components using XGB-C2ST, providing a new perspective.

Limitations

  • Increasing model capacity does not eliminate dependency deficits, indicating the problem may lie in the objective function.
  • Existing cheap remedies fail to address dependency deficits.

Future Work

Future research should focus on improving the objective function to directly supervise dependency, enhancing generative model performance.

AI Executive Summary

This study explores the shortcomings of synthetic tabular data generative models in preserving inter-column dependencies. Existing linear detection scores fail to identify dependency deficits, and the study proposes a novel diagnostic method using XGB-C2ST to decompose dependencies into multiple components, compared against fully-factorized and real-data references. Experimental results show that both TabbyFlow and TabDiff models have dependency deficits, and increasing model capacity does not resolve this issue. The study emphasizes the importance of dependency for synthetic data quality and practical applications, suggesting future research should focus on improving the objective function to enhance generative model performance.

Deep Analysis

Background

Synthetic tabular data generative models are crucial for privacy protection and data augmentation. However, preserving inter-column dependencies is vital for data quality, and existing linear detection scores fail to identify this deficit.

Core Problem

Existing generative models fall short in preserving inter-column dependencies, leading to decreased synthetic data quality and affecting practical applications.

Innovation

The study proposes a novel dependency diagnostic method using XGB-C2ST to decompose dependencies into multiple components, compared against fully-factorized and real-data references.

Methodology

  • �� Use XGB-C2ST for dependency decomposition
  • �� Decompose dependencies into marginal, dependency, and numerical-categorical cross components through controlled permutation
  • �� Compare against fully-factorized and real-data references

Experiments

Experiments use adult, default, bank, and magic datasets, comparing TabbyFlow and TabDiff models against fully-factorized and real-data dependency components.

Results

Experimental results show that both TabbyFlow and TabDiff models have dependency deficits, and increasing model capacity does not resolve this issue.

Applications

Findings can be used to improve synthetic data generative models, enhancing data quality and practical application outcomes.

Limitations & Outlook

Increasing model capacity does not eliminate dependency deficits, indicating the problem may lie in the objective function. Existing cheap remedies fail to address dependency deficits.

Plain Language Accessible to non-experts

Imagine a kitchen where a chef needs to prepare multiple dishes simultaneously. Each dish has its own ingredients and cooking steps. Generative models are like this chef, needing to ensure each dish's ingredients and steps are correctly matched. However, existing models struggle with these complex pairings, resulting in dishes that don't taste as expected. The study proposes a new method to help the chef better match ingredients and steps, improving dish quality.

ELI14 Explained like you're 14

Imagine you're playing a game where you need to control multiple characters, each with their own tasks and skills. Generative models are like this game, needing to ensure each character's tasks and skills are correctly matched. But existing models struggle with these complex pairings, leading to a less-than-ideal gaming experience. The study proposes a new method to help you better match characters' tasks and skills, enhancing the gaming experience.

Glossary

XGB-C2ST (Gradient Boosted Classifier Two-Sample Test)

A test method for evaluating synthetic data quality by distinguishing samples using a gradient-boosted classifier.

Used to decompose dependency components and identify deficits in generative models.

TabbyFlow (Flow Matching Generator)

A model for generating synthetic tabular data based on flow matching techniques.

Used as an experimental subject for evaluating dependency deficits.

TabDiff (Diffusion Generator)

A model for generating synthetic tabular data based on diffusion techniques.

Used as an experimental subject for evaluating dependency deficits.

Dependency Deficit

The failure of generative models to preserve inter-column dependencies, leading to decreased data quality.

Core issue of the study, affecting synthetic data practical applications.

Fully-Factorized Reference

A reference used for evaluating dependency components in generative models, destroying all dependencies.

Used to compare dependency components of generative models against real data.

Open Questions Unanswered questions from this research

  • 1 Existing generative models fall short in preserving inter-column dependencies, affecting data quality and practical applications.
  • 2 How to improve the objective function to directly supervise dependency, enhancing generative model performance.

Applications

Immediate Applications

Financial Fraud Detection

By improving generative models, enhance synthetic data quality to aid in identifying financial fraud.

Long-term Vision

Clinical Risk Prediction

By improving generative models, enhance synthetic data quality to aid in predicting clinical risks and improving medical decisions.

Abstract

Synthetic tabular data are valued for preserving inter-column dependency, yet each routine fidelity score is a single number that says neither where that dependency is lost nor why. We localize the deficit inside a single score. Equipping a classifier two-sample test (C2ST) with a gradient-boosted discriminator, we decompose it by controlled permutation into marginal, dependency, and numerical-categorical cross components, each read against a fully factorized reference that destroys all dependency while leaving every marginal intact, and against a real-data oracle. The linear detection score in common use rates that same reference as nearly real, a known weakness we replicate on four benchmarks. Applied to a flow-matching (TabbyFlow) and a diffusion (TabDiff) generator, the decomposition exposes a dependency deficit of the same order in both, and we then narrow its source by elimination: it is not a structural limit of the mean-field objective, it is not sampling discretization, and a 16x capacity increase does not close it, while the same measurement responds sharply when capacity is instead cut eightfold, so the plateau is measured rather than a blind spot. Destroying dependency outright collapses minority-class F1 by 0.38-0.61, which bounds what is at stake, though the generators' much smaller residual deficits do not predict their remaining shortfalls. What survives points at the objective: nothing in it scores the joint. Cheap remedies are no substitute: an explicit cross-coupling module and a post-hoc copula both leave the deficit in place.

cs.LG cs.AI