REVIEW 3 cited by
Diffusion-nested Auto-Regressive Synthesis of Heterogeneous Tabular Data
Not yet reviewed by Pith; the record is open.
This paper has not been read by Pith yet. Machine review is queued; the pith claim, tier, and objections will appear here once it completes.
SPECIMEN: schema-true, not a live event
T0 review · schema-true
One-sentence machine reading of the paper's core claim.
pith:XXXXXXXX · record.json · timestamp
read the original abstract
Autoregressive models are predominant in natural language generation, while their application in tabular data remains underexplored. We posit that this can be attributed to two factors: 1) tabular data contains heterogeneous data type, while the autoregressive model is primarily designed to model discrete-valued data; 2) tabular data is column permutation-invariant, requiring a generation model to generate columns in arbitrary order. This paper proposes a Diffusion-nested Autoregressive model (TabDAR) to address these issues. To enable autoregressive methods for continuous columns, TabDAR employs a diffusion model to parameterize the conditional distribution of continuous features. To ensure arbitrary generation order, TabDAR resorts to masked transformers with bi-directional attention, which simulate various permutations of column order, hence enabling it to learn the conditional distribution of a target column given an arbitrary combination of other columns. These designs enable TabDAR to not only freely handle heterogeneous tabular data but also support convenient and flexible unconditional/conditional sampling. We conduct extensive experiments on ten datasets with distinct properties, and the proposed TabDAR outperforms previous state-of-the-art methods by 18% to 45% on eight metrics across three distinct aspects.
Forward citations
Cited by 3 Pith papers
-
MUSE: Model-Agnostic Tabular Watermarking via Multi-Sample Selection
MUSE embeds a watermark in tabular synthetic data by selecting, among several generated candidate rows, the one with the highest keyed hash score, enabling detection without model inversion.
-
Privacy-Preserving Tabular Synthetic Data Generation Using TabularARGN
TabularARGN is a discretization-based auto-regressive network claimed to generate high-fidelity, privacy-robust synthetic tabular data, competitive with diffusion and GAN baselines.
-
A Diffusion-Based Method for Learning the Multi-Outcome Distribution of Medical Treatments
DIME uses diffusion models plus an autoregressive decomposition to learn the joint distribution of multiple medical treatment outcomes from observational data.
Discussion (0). Sign in to comment.