paper-with-me

Papers

Mixed-Type Tabular Data Synthesis with Score-based Diffusion in Latent Space

2023-10-14 · Hengrui Zhang, Jiani Zhang, Balasubramaniam Srinivasan, Zhengyuan Shen, Xiao Qin, Christos Faloutsos, Huzefa Rangwala, George Karypis

Recent advances in tabular data generation have greatly enhanced synthetic data quality. However, extending diffusion models to tabular data is challenging due to the intricately varied distributions and a blend of data types of tabular data. This paper introduces Tabsyn, a methodology that synthesizes tabular data by leveraging a diffusion model within a variational autoencoder (VAE) crafted latent space. The key advantages of the proposed Tabsyn include (1) Generality: the ability to handle a broad spectrum of data types by converting them into a single unified space and explicitly capture inter-column relations; (2) Quality: optimizing the distribution of latent embeddings to enhance the subsequent training of diffusion models, which helps generate high-quality synthetic data, (3) Speed: much fewer number of reverse steps and faster synthesis speed than existing diffusion-based methods. Extensive experiments on six datasets with five metrics demonstrate that Tabsyn outperforms existing methods. Specifically, it reduces the error rates by 86% and 67% for column-wise distribution and pair-wise column correlation estimations compared with the most competitive baselines.

📄 PDF Abstract BibTeX arXiv:2310.09656

Code (1)

amazon-science/tabsyn 공식 구현 pytorch

Tasks

Tabular Data Generation

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…
SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

XGenBoost: Synthesizing Small and Large Tabular Datasets with XGBoost

2026-03-06 · Jim Achterberg, Marcel Haas, Bram van Dijk, Marco Spruit arxiv

Tree ensembles such as XGBoost are often preferred for discriminative tasks in mixed-type tabular data, due to their inductive biases, minimal hyperparameter tuning, and training efficiency. We argue that these qualities…

Autoregressive Synthesis of Sparse and Semi-Structured Mixed-Type Data

2026-03-02 · Thomas Rückstieß, Robin Vujanic arxiv

Synthetic data generation is an important capability for privacy-preserving data sharing, system benchmarking and test data provisioning. For mixed-type data, existing synthesizers largely target dense, fixed-schema tabl…

Synthetic Data Generation

Continuous Diffusion for Mixed-Type Tabular Data

2023-12-16 · Markus Mueller, Kathrin Gruber, Dennis Fok

Score-based generative models, commonly referred to as diffusion models, have proven to be successful at generating text and image data. However, their adaptation to mixed-type tabular data remains underexplored. In this…

Tabular Data Generation

CoDi: Co-evolving Contrastive Diffusion Models for Mixed-type Tabular Synthesis

2023-04-25 · Chaejeong Lee, Jayoung Kim, Noseong Park

With growing attention to tabular data these days, the attempt to apply a synthetic table to various tasks has been expanded toward various scenarios. Owing to the recent advances in generative modeling, fake data genera…

Contrastive LearningVocal Bursts Type Prediction

LLM as Detector: An In-context Learning Approach for Tabular Anomaly Detection

2026-08-19 · Tu Anh Hoang Nguyen, Dang Nguyen, Thuc Duy Le, Trung Le 외 arxiv

Anomaly detection in tabular data is challenging because abnormal samples often arise as violations of cross-feature dependencies rather than simple marginal deviations. Existing detectors rely on geometric or reconstruc…

Anomaly DetectionCode Generation