paper-with-me

Papers

AutoDiff: combining Auto-encoder and Diffusion model for tabular data synthesizing

2023-10-24 · Namjoon Suh, Xiaofeng Lin, Din-Yin Hsieh, Merhdad Honarkhah, Guang Cheng

Diffusion model has become a main paradigm for synthetic data generation in many subfields of modern machine learning, including computer vision, language model, or speech synthesis. In this paper, we leverage the power of diffusion model for generating synthetic tabular data. The heterogeneous features in tabular data have been main obstacles in tabular data synthesis, and we tackle this problem by employing the auto-encoder architecture. When compared with the state-of-the-art tabular synthesizers, the resulting synthetic tables from our model show nice statistical fidelities to the real data, and perform well in downstream tasks for machine learning utilities. We conducted the experiments over $15$ publicly available datasets. Notably, our model adeptly captures the correlations among features, which has been a long-standing challenge in tabular data synthesis. Our code is available at https://github.com/UCLA-Trustworthy-AI-Lab/AutoDiffusion.

📄 PDF Abstract BibTeX arXiv:2310.15479

Code (1)

ucla-trustworthy-ai-lab/autodiffusion 공식 구현 pytorch

Tasks

Language ModelingLanguage ModellingSpeech SynthesisSynthetic 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…

Similar Papers 제목 키워드 기반

TimeAutoDiff: Combining Autoencoder and Diffusion model for time series tabular data synthesizing

2024-06-23 · Namjoon Suh, Yuning Yang, Din-Yin Hsieh, Qitong Luan 외

In this paper, we leverage the power of latent diffusion models to generate synthetic time series tabular data. Along with the temporal and feature correlations, the heterogeneous nature of the feature in the table has b…

DenoisingTime Series

Diffusion-Scheduled Denoising Autoencoders for Anomaly Detection in Tabular Data

2025-08-01 · Timur Sattarov, Marco Schreyer, Damian Borth arxiv

Anomaly detection in tabular data remains challenging due to complex feature interactions and the scarcity of anomalous examples. Denoising autoencoders rely on fixed-magnitude noise, limiting adaptability to diverse dat…

Contrastive LearningAnomaly Detection

Enabling Granular Subgroup Level Model Evaluations by Generating Synthetic Medical Time Series

2025-10-22 · Mahmoud Ibrahim, Bart Elen, Chang Sun, Gökhan Ertaylan 외 arxiv

We present a novel framework for leveraging synthetic ICU time-series data not only to train but also to rigorously and trustworthily evaluate predictive models, both at the population level and within fine-grained demog…

AUTODIFF: Autoregressive Diffusion Modeling for Structure-based Drug Design

2024-04-02 · Xinze Li, Penglei Wang, Tianfan Fu, Wenhao Gao 외

Structure-based drug design (SBDD), which aims to generate molecules that can bind tightly to the target protein, is an essential problem in drug discovery, and previous approaches have achieved initial success. However,…

Drug DesignDrug Discoveryvalid

Quantifying and Mitigating Privacy Risks for Tabular Generative Models

2024-03-12 · Chaoyi Zhu, Jiayi Tang, Hans Brouwer, Juan F. Pérez 외

Synthetic data from generative models emerges as the privacy-preserving data-sharing solution. Such a synthetic data set shall resemble the original data without revealing identifiable private information. The backbone t…

Privacy Preserving