paper-with-me

Papers

STaSy: Score-based Tabular data Synthesis

2022-10-08 · Jayoung Kim, Chaejeong Lee, Noseong Park

Tabular data synthesis is a long-standing research topic in machine learning. Many different methods have been proposed over the past decades, ranging from statistical methods to deep generative methods. However, it has not always been successful due to the complicated nature of real-world tabular data. In this paper, we present a new model named Score-based Tabular data Synthesis (STaSy) and its training strategy based on the paradigm of score-based generative modeling. Despite the fact that score-based generative models have resolved many issues in generative models, there still exists room for improvement in tabular data synthesis. Our proposed training strategy includes a self-paced learning technique and a fine-tuning strategy, which further increases the sampling quality and diversity by stabilizing the denoising score matching training. Furthermore, we also conduct rigorous experimental studies in terms of the generative task trilemma: sampling quality, diversity, and time. In our experiments with 15 benchmark tabular datasets and 7 baselines, our method outperforms existing methods in terms of task-dependant evaluations and diversity. Code is available at https://github.com/JayoungKim408/STaSy.

📄 PDF Abstract BibTeX arXiv:2210.04018

Code (1)

JayoungKim408/STaSy 공식 구현 pytorch

Tasks

DenoisingDiversity

Methods 이 논문이 사용한 방법론

Denoising Score Matching Training a denoiser on signals gives you a powerful prior over this signal that you can then use to sample examples of this signal.

Similar Papers 제목 키워드 기반

TSGM: Regular and Irregular Time-series Generation using Score-based Generative Models

2025-11-26 · Haksoo Lim, Jaehoon Lee, Sewon Park, Minjung Kim 외 arxiv

Score-based generative models (SGMs) have demonstrated unparalleled sampling quality and diversity in numerous fields, such as image generation, voice synthesis, and tabular data synthesis, etc. Inspired by those outstan…

Image Generation

Multi-objective evolutionary GAN for tabular data synthesis

2024-04-15 · Nian Ran, Bahrul Ilmi Nasution, Claire Little, Richard Allmendinger 외

Synthetic data has a key role to play in data sharing by statistical agencies and other generators of statistical data products. Generative Adversarial Networks (GANs), typically applied to image synthesis, are also a pr…

Image Generation

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

2023-10-14 · Hengrui Zhang, Jiani Zhang, Balasubramaniam Srinivasan, Zhengyuan Shen 외

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 …

Tabular Data Generation

Multi-Agent Debate: A Unified Agentic Framework for Tabular Anomaly Detection

2026-02-15 · Pinqiao Wang, Sheng Li arxiv

Tabular anomaly detection is often handled by single detectors or static ensembles, even though strong performance on tabular data typically comes from heterogeneous model families (e.g., tree ensembles, deep tabular net…

Anomaly Detection

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…