paper-with-me

Papers

Convex space learning for tabular synthetic data generation

2024-07-13 · Manjunath Mahendra, Chaithra Umesh, Saptarshi Bej, Kristian Schultz, Olaf Wolkenhauer

Generating synthetic samples from the convex space of the minority class is a popular oversampling approach for imbalanced classification problems. Recently, deep-learning approaches have been successfully applied to modeling the convex space of minority samples. Beyond oversampling, learning the convex space of neighborhoods in training data has not been used to generate entire tabular datasets. In this paper, we introduce a deep learning architecture (NextConvGeN) with a generator and discriminator component that can generate synthetic samples by learning to model the convex space of tabular data. The generator takes data neighborhoods as input and creates synthetic samples within the convex space of that neighborhood. Thereafter, the discriminator tries to classify these synthetic samples against a randomly sampled batch of data from the rest of the data space. We compared our proposed model with five state-of-the-art tabular generative models across ten publicly available datasets from the biomedical domain. Our analysis reveals that synthetic samples generated by NextConvGeN can better preserve classification and clustering performance across real and synthetic data than other synthetic data generation models. Synthetic data generation by deep learning of the convex space produces high scores for popular utility measures. We further compared how diverse synthetic data generation strategies perform in the privacy-utility spectrum and produced critical arguments on the necessity of high utility models. Our research on deep learning of the convex space of tabular data opens up opportunities in clinical research, machine learning model development, decision support systems, and clinical data sharing.

📄 PDF Abstract BibTeX arXiv:2407.09789

Code (1)

manjunath-mahendra/NextConvGeN 공식 구현 tf

Tasks

Deep Learningimbalanced classificationSynthetic Data Generation

Similar Papers 제목 키워드 기반

ConvGeN: Convex space learning improves deep-generative oversampling for tabular imbalanced classification on smaller datasets

2022-06-20 · Kristian Schultz, Saptarshi Bej, Waldemar Hahn, Markus Wolfien 외

Data is commonly stored in tabular format. Several fields of research are prone to small imbalanced tabular data. Supervised Machine Learning on such data is often difficult due to class imbalance. Synthetic data generat…

BenchmarkingFraud DetectionImage Generationimbalanced classification+2

Beyond the convexity assumption: Realistic tabular data generation under quantifier-free real linear constraints

2025-02-25 · Mihaela Cătălina Stoian, Eleonora Giunchiglia

Synthetic tabular data generation has traditionally been a challenging problem due to the high complexity of the underlying distributions that characterise this type of data. Despite recent advances in deep generative mo…

Tabular Data Generation

LLM-TabFlow: Synthetic Tabular Data Generation with Inter-column Logical Relationship Preservation

2025-03-04 · Yunbo Long, Liming Xu, Alexandra Brintrup

Synthetic tabular data have widespread applications in industrial domains such as healthcare, finance, and supply chains, owing to their potential to protect privacy and mitigate data scarcity. However, generating realis…

Large Language ModelTabular Data Generation

Preserving logical and functional dependencies in synthetic tabular data

2024-09-26 · Chaithra Umesh, Kristian Schultz, Manjunath Mahendra, Saparshi Bej 외

Dependencies among attributes are a common aspect of tabular data. However, whether existing tabular data generation algorithms preserve these dependencies while generating synthetic data is yet to be explored. In additi…

AttributeSynthetic Data GenerationTabular Data Generation

Privacy-Preserving Tabular Synthetic Data Generation Using TabularARGN

2025-08-08 · Andrey Sidorenko, Paul Tiwald arxiv

Synthetic data generation has become essential for securely sharing and analyzing sensitive data sets. Traditional anonymization techniques, however, often fail to adequately preserve privacy. We introduce the Tabular Au…

Synthetic Data Generation