paper-with-me

Papers

Tabular Data Generation using Binary Diffusion

2024-09-20 · Vitaliy Kinakh, Slava Voloshynovskiy

Generating synthetic tabular data is critical in machine learning, especially when real data is limited or sensitive. Traditional generative models often face challenges due to the unique characteristics of tabular data, such as mixed data types and varied distributions, and require complex preprocessing or large pretrained models. In this paper, we introduce a novel, lossless binary transformation method that converts any tabular data into fixed-size binary representations, and a corresponding new generative model called Binary Diffusion, specifically designed for binary data. Binary Diffusion leverages the simplicity of XOR operations for noise addition and removal and employs binary cross-entropy loss for training. Our approach eliminates the need for extensive preprocessing, complex noise parameter tuning, and pretraining on large datasets. We evaluate our model on several popular tabular benchmark datasets, demonstrating that Binary Diffusion outperforms existing state-of-the-art models on Travel, Adult Income, and Diabetes datasets while being significantly smaller in size. Code and models are available at: https://github.com/vkinakh/binary-diffusion-tabular

📄 PDF Abstract BibTeX arXiv:2409.13882

Code (1)

vkinakh/binary-diffusion-tabular 공식 구현 pytorch

Tasks

Tabular Data Generation

Methods 이 논문이 사용한 방법론

Travel 설명 없음
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…

Similar Papers 제목 키워드 기반

Inference-Time Refinement Closes the Synthetic-Real Gap in Tabular Diffusion

2026-05-07 · Eugenio Lomurno, Filippo Balzarini, Francesco Benelle, Francesca Pia Panaccione 외 arxiv

Diffusion-based generators set the current state of the art for synthetic tabular data. These methods approach but rarely exceed real-data utility, and closing this synthetic-real gap has so far been pursued exclusively …

Understanding and Mitigating Memorization in Diffusion Models for Tabular Data

2024-12-15 · Zhengyu Fang, Zhimeng Jiang, Huiyuan Chen, Xiao Li 외

Tabular data generation has attracted significant research interest in recent years, with the tabular diffusion models greatly improving the quality of synthetic data. However, while memorization, where models inadverten…

Data AugmentationMemorizationTabular Data GenerationText Generation

FedTabDiff: Federated Learning of Diffusion Probabilistic Models for Synthetic Mixed-Type Tabular Data Generation

2024-01-11 · Timur Sattarov, Marco Schreyer, Damian Borth

Realistic synthetic tabular data generation encounters significant challenges in preserving privacy, especially when dealing with sensitive information in domains like finance and healthcare. In this paper, we introduce …

AttributeDenoisingFederated LearningTabular Data Generation

Diffusion Transformers for Tabular Data Time Series Generation

2025-04-10 · Fabrizio Garuti, Enver Sangineto, Simone Luetto, Lorenzo Forni 외

Tabular data generation has recently attracted a growing interest due to its different application scenarios. However, generating time series of tabular data, where each element of the series depends on the others, remai…

Tabular Data GenerationTime SeriesTime Series GenerationVideo Generation

Diffusion Models for Tabular Data: Challenges, Current Progress, and Future Directions

2025-02-24 · Zhong Li, Qi Huang, Lincen Yang, Jiayang Shi 외

In recent years, generative models have achieved remarkable performance across diverse applications, including image generation, text synthesis, audio creation, video generation, and data augmentation. Diffusion models h…

Data AugmentationImage GenerationVideo Generation