paper-with-me

Papers

TABFAIRGDT: A Fast Fair Tabular Data Generator using Autoregressive Decision Trees

2025-09-24 · Emmanouil Panagiotou, Benoît Ronval, Arjun Roy, Ludwig Bothmann, Bernd Bischl, Siegfried Nijssen, Eirini Ntoutsi arxiv

Ensuring fairness in machine learning remains a significant challenge, as models often inherit biases from their training data. Generative models have recently emerged as a promising approach to mitigate bias at the data level while preserving utility. However, many rely on deep architectures, despite evidence that simpler models can be highly effective for tabular data. In this work, we introduce TABFAIRGDT, a novel method for generating fair synthetic tabular data using autoregressive decision trees. To enforce fairness, we propose a soft leaf resampling technique that adjusts decision tree outputs to reduce bias while preserving predictive performance. Our approach is non-parametric, effectively capturing complex relationships between mixed feature types, without relying on assumptions about the underlying data distributions. We evaluate TABFAIRGDT on benchmark fairness datasets and demonstrate that it outperforms state-of-the-art (SOTA) deep generative models, achieving better fairness-utility trade-off for downstream tasks, as well as higher synthetic data quality. Moreover, our method is lightweight, highly efficient, and CPU-compatible, requiring no data pre-processing. Remarkably, TABFAIRGDT achieves a 72% average speedup over the fastest SOTA baseline across various dataset sizes, and can generate fair synthetic data for medium-sized datasets (10 features, 10K samples) in just one second on a standard CPU, making it an ideal solution for real-world fairness-sensitive applications.

📄 PDF Abstract BibTeX arXiv:2509.19927

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Privacy-Preserving Fair Synthetic Tabular Data

2025-03-04 · Fatima J. Sarmin, Atiquer R. Rahman, Christopher J. Henry, Noman Mohammed

Sharing of tabular data containing valuable but private information is limited due to legal and ethical issues. Synthetic data could be an alternative solution to this sharing problem, as it is artificially generated by …

FairnessMemorizationPrivacy Preserving

TabSCM: A practical Framework for Generating Realistic Tabular Data

2026-04-24 · Sven Jacob, Bardh Prenkaj, Weijia Shao, Gjergji Kasneci arxiv

Most tabular-data generators match marginal statistics yet ignore causal structure, leading downstream models to learn spurious or unfair patterns. We present TabSCM, a mixed-type generator that preserves those causal de…

DECAF: Generating Fair Synthetic Data Using Causally-Aware Generative Networks

2021-10-25 · NeurIPS 2021 12 · Boris van Breugel, Trent Kyono, Jeroen Berrevoets, Mihaela van der Schaar

Machine learning models have been criticized for reflecting unfair biases in the training data. Instead of solving for this by introducing fair learning algorithms directly, we focus on generating fair synthetic data, su…

Fairness

AMALGAM: A Matching Approach to fairfy tabuLar data with knowledGe grAph Model

2021-01-17 · Rabia Azzi, Gayo Diallo

In this paper we present AMALGAM, a matching approach to fairify tabular data with the use of a knowledge graph. The ultimate goal is to provide fast and efficient approach to annotate tabular data with entities from a b…

Column Type AnnotationGraph Matching

Assessment of Differentially Private Synthetic Data for Utility and Fairness in End-to-End Machine Learning Pipelines for Tabular Data

2023-10-30 · Mayana Pereira, Meghana Kshirsagar, Sumit Mukherjee, Rahul Dodhia 외

Differentially private (DP) synthetic data sets are a solution for sharing data while preserving the privacy of individual data providers. Understanding the effects of utilizing DP synthetic data in end-to-end machine le…

FairnessHumanitarianSynthetic Data Generation