TDGT: A Tabular Data Generation Toolkit supporting adaptive GPU-accelerated Bayesian mixture models, diffusion-based models, and latent-space generative modeling
Summary
TDGT is a web-based toolkit for synthetic tabular data generation that introduces the Adaptive Bayesian Mixture Synthesizer (ABMS) algorithm and a hybrid VAE-ABMS model, with GPU acceleration and comprehensive fidelity assessment.
View Cached Full Text
Cached at: 07/01/26, 05:34 AM
# TDGT: A Tabular Data Generation Toolkit supporting adaptive GPU-accelerated Bayesian mixture models, diffusion-based models, and latent-space generative modeling Source: [https://arxiv.org/abs/2606.31268](https://arxiv.org/abs/2606.31268) [View PDF](https://arxiv.org/pdf/2606.31268) > Abstract:The growing demand for privacy\-preserving data sharing has positioned synthetic data generation as a critical component of responsible AI workflows\. Despite notable advances in generative modeling, existing solutions often lack integration of adaptive generation strategies, multi\-metric evaluation, and accessible end\-to\-end generators within a unified web\-based toolkit\. In this work, we introduce TDGT \(Tabular Data Generation Toolkit\), a web\-based toolkit for synthetic tabular data generation and fidelity assessment\. TDGT introduces the Adaptive Bayesian Mixture Synthesizer \(ABMS\), a novel algorithm that autonomously determines the optimal number of mixture components through iterative cluster quality optimization, eliminating the need for manual hyperparameter configuration\. Building upon ABMS, we further propose VAE\-ABMS, a hybrid architecture that couples Variational Autoencoder\-based latent space learning with adaptive Bayesian mixture synthesis, enabling high\-fidelity generation of complex, nonlinear tabular distributions\. For large\-scale scenarios, TDGT provides a GPU\-accelerated variant of ABMS leveraging CUDA\-based k\-means clustering and Gaussian mixture fitting\. Synthetic data fidelity is assessed through eleven statistical fidelity metrics spanning distributional divergence, structural correlation, and sample\-level similarity, complemented by privacy risk indicators including k\-anonymity scoring and disclosure rate estimation\. The web\-based toolkit supports a real\-time streaming interface with interactive Plotly\-based visualizations\. TDGT is assessed across datasets from healthcare, socioeconomic modeling, and cybersecurity domains, demonstrating consistent generation fidelity and statistical coherence across heterogeneous feature types and data scales\. ## Submission history From: Vasileios Pezoulas Dr\. \[[view email](https://arxiv.org/show-email/6828696e/2606.31268)\] **\[v1\]**Tue, 30 Jun 2026 07:42:48 UTC \(4,068 KB\)
Similar Articles
Geometry-Aware Tabular Diffusion
Introduces Geometry-Aware Tabular Diffusion (GATD), which augments tabular diffusion denoisers with explicit pairwise geometric features. Achieves state-of-the-art performance on ten benchmarks while using significantly fewer parameters.
MGDT: MLLM-Guided Diffusion Transformer with Relation-Adaptive Mixture-of-Experts for Multimodal Knowledge Graph Completion
Proposes M2GDT, a novel MKGC framework that uses an MLLM-guided diffusion transformer with relation-adaptive mixture-of-experts to align and denoise multimodal features, outperforming baselines on three benchmark datasets.
Task-Conditioned Synthetic Data Generation for Improving Machine Learning Performance in Agricultural Prediction Tasks
Proposes a Task-Conditioned Synthetic Data Generation (TCSDG) algorithm combining a Bayesian Network generator with a transformer-based tabular foundation model to improve ML performance in agricultural prediction tasks, showing consistent improvements over benchmarks.
TD3B: Transition-Directed Discrete Diffusion for Allosteric Binder Generation
TD3B is a sequence-based generative framework for designing allosteric binders with specific agonist or antagonist behaviors using transition-directed discrete diffusion. The paper introduces a method to control directional transitions in protein states, addressing limitations of static structure-based design.
DiffusionGemma
Google released DiffusionGemma, an open-weight text generation model (26B parameters, 4B active) under Apache 2 license, demonstrating high inference speeds via NVIDIA's NIM cloud API.