paper-with-me

Papers

Synthcity: a benchmark framework for diverse use cases of tabular synthetic data

2023-09-26 · NeurIPS 2023 11

Accessible high-quality data is the bread and butter of machine learning research, and the demand for data has exploded as larger and more advanced ML models are built across different domains. Yet, real data often contain sensitive information, are subject to various biases, and are costly to acquire, which compromise their quality and accessibility. Synthetic data have thus emerged as a complement to, sometimes even a replacement for, real data for ML training. However, the landscape of synthetic data research has been fragmented due to the diverse range of data modalities, such as tabular, time series, and images, and the wide array of use cases, including privacy preservation, fairness considerations, and data augmentation. This fragmentation poses practical challenges when comparing and selecting synthetic data generators in for different problem settings. To this end, we develop Synthcity, an open-source Python library that allows researchers and practitioners to perform one-click benchmarking of synthetic data generators across data modalities and use cases. Beyond benchmarking, Synthcity serves as a centralized toolkit for accessing cutting-edge data generators. In addition, Synthcity’s flexible plug-in style API makes it easy to incorporate additional data generators into the framework. Using examples of tabular data generation and data augmentation, we illustrate the general applicability of Synthcity, and the insight one can obtain.

📄 PDF Abstract BibTeX

Code (1)

vanderschaarlab/synthcity-benchmarking 공식 구현

Methods 이 논문이 사용한 방법론

Library 설명 없음
Fragmentation Given a pattern $P,$ that is more complicated than the patterns, we fragment $P$ into simpler patterns such that their exact count is known. In the subgraph GNN proposed earlier,…

Similar Papers 제목 키워드 기반

Synthcity: facilitating innovative use cases of synthetic data in different data modalities

2023-01-18 · Zhaozhi Qian, Bogdan-Constantin Cebere, Mihaela van der Schaar

Synthcity is an open-source software package for innovative use cases of synthetic data in ML fairness, privacy and augmentation across diverse tabular data modalities, including static data, regular and irregular time s…

FairnessIrregular Time SeriesTime SeriesTime Series Analysis

SynthCity: A large scale synthetic point cloud

2019-07-10 · David Griffiths, Jan Boehm

With deep learning becoming a more prominent approach for automatic classification of three-dimensional point cloud data, a key bottleneck is the amount of high quality training data, especially when compared to that ava…

Beyond IID: How General Are Tabular Foundation Models, Really?

2026-06-29 · Lennart Purucker, Andrej Tschalzev, Nick Erickson, Gioia Blayer 외 arxiv

Foundation models for predictive machine learning on tabular data have recently gained significant traction in academia and industry. Research communities across disciplines are increasingly evaluating tabular foundation…

Tab-MIA: A Benchmark Dataset for Membership Inference Attacks on Tabular Data in LLMs

2025-07-23 · Eyal German, Sagiv Antebi, Daniel Samira, Asaf Shabtai 외 arxiv

Large language models (LLMs) are increasingly trained on tabular data, which, unlike unstructured text, often contains personally identifiable information (PII) in a highly structured and explicit format. As a result, pr…

TabularARGN: A Flexible and Efficient Auto-Regressive Framework for Generating High-Fidelity Synthetic Data

2025-01-21 · arXiv:2501.12012v1 2025 1 · Paul Tiwald, Ivona Krchova, Andrey Sidorenko, Mariana Vargas-Vieyra 외

Synthetic data generation for tabular datasets must balance fidelity, efficiency, and versatility to meet the demands of real-world applications. We introduce the Tabular Auto-Regressive Generative Network (TabularARGN),…

FairnessImputationSynthetic Data GenerationTabular Data Generation