paper-with-me

Papers

Bayesian Generative Adversarial Networks via Gaussian Approximation for Tabular Data Synthesis

2026-02-25 · Bahrul Ilmi Nasution, Mark Elliot, Richard Allmendinger arxiv

Generative Adversarial Networks (GAN) have been used in many studies to synthesise mixed tabular data. Conditional tabular GAN (CTGAN) have been the most popular variant but struggle to effectively navigate the risk-utility trade-off. Bayesian GAN have received less attention for tabular data, but have been explored with unstructured data such as images and text. The most used technique employed in Bayesian GAN is Markov Chain Monte Carlo (MCMC), but it is computationally intensive, particularly in terms of weight storage. In this paper, we introduce Gaussian Approximation of CTGAN (GACTGAN), an integration of the Bayesian posterior approximation technique using Stochastic Weight Averaging-Gaussian (SWAG) within the CTGAN generator to synthesise tabular data, reducing computational overhead after the training phase. We demonstrate that GACTGAN yields better synthetic data compared to CTGAN, achieving better preservation of tabular structure and inferential statistics with less privacy risk. These results highlight GACTGAN as a simpler, effective implementation of Bayesian tabular synthesis.

📄 PDF Abstract BibTeX arXiv:2602.21948

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

An improved tabular data generator with VAE-GMM integration

2024-04-12 · Patricia A. Apellániz, Juan Parras, Santiago Zazo

The rising use of machine learning in various fields requires robust methods to create synthetic tabular data. Data should preserve key characteristics while addressing data scarcity challenges. Current approaches based …

Modeling Tabular data using Conditional GAN

2019-07-01 · NeurIPS 2019 12 · Lei Xu, Maria Skoularidou, Alfredo Cuesta-Infante, Kalyan Veeramachaneni

Modeling the probability distribution of rows in tabular data and generating realistic synthetic data is a non-trivial task. Tabular data usually contains a mix of discrete and continuous columns. Continuous columns may …

Generative Adversarial NetworkTabular Data Generation

Deep generative models as an adversarial attack strategy for tabular machine learning

2024-09-19 · Salijona Dyrmishi, Mihaela Cătălina Stoian, Eleonora Giunchiglia, Maxime Cordy

Deep Generative Models (DGMs) have found application in computer vision for generating adversarial examples to test the robustness of machine learning (ML) systems. Extending these adversarial techniques to tabular ML pr…

Adversarial Attack

Closed-form Filtering for Non-linear Systems

2024-02-15 · Théophile Cantelobre, Carlo Ciliberto, Benjamin Guedj, Alessandro Rudi

Sequential Bayesian Filtering aims to estimate the current state distribution of a Hidden Markov Model, given the past observations. The problem is well-known to be intractable for most application domains, except in not…

Computational EfficiencyForm

Synthesizing Tabular Data using Generative Adversarial Networks

2018-11-27 · Lei Xu, Kalyan Veeramachaneni

Generative adversarial networks (GANs) implicitly learn the probability distribution of a dataset and can draw samples from the distribution. This paper presents, Tabular GAN (TGAN), a generative adversarial network whic…

Generative Adversarial Network