paper-with-me

홈 › Papers

Permutation-Invariant Tabular Data Synthesis

2022-11-17 · Yujin Zhu, Zilong Zhao, Robert Birke, Lydia Y. Chen

Tabular data synthesis is an emerging approach to circumvent strict regulations on data privacy while discovering knowledge through big data. Although state-of-the-art AI-based tabular data synthesizers, e.g., table-GAN, CTGAN, TVAE, and CTAB-GAN, are effective at generating synthetic tabular data, their training is sensitive to column permutations of input data. In this paper, we first conduct an extensive empirical study to disclose such a property of permutation invariance and an in-depth analysis of the existing synthesizers. We show that changing the input column order worsens the statistical difference between real and synthetic data by up to 38.67% due to the encoding of tabular data and the network architectures. To fully unleash the potential of big synthetic tabular data, we propose two solutions: (i) AE-GAN, a synthesizer that uses an autoencoder network to represent the tabular data and GAN networks to synthesize the latent representation, and (ii) a feature sorting algorithm to find the suitable column order of input data for CNN-based synthesizers. We evaluate the proposed solutions on five datasets in terms of the sensitivity to the column permutation, the quality of synthetic data, and the utility in downstream analyses. Our results show that we enhance the property of permutation-invariance when training synthesizers and further improve the quality and utility of synthetic data, up to 22%, compared to the existing synthesizers.

📄 PDF Abstract BibTeX arXiv:2211.09286

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
HuMan(Expedia)||How do I get a human at Expedia? How do I get a human at Expedia? How Do I Get a Human at Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Real-Time Help & Exclusive…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Batch Normalization 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
Feedforward Network A Feedforward Network, or a Multilayer Perceptron (MLP), is a neural network with solely densely connected layers. This is the classic neural network architecture of the…
DCGAN 설명 없음

Similar Papers 제목 키워드 기반

Diffusion-nested Auto-Regressive Synthesis of Heterogeneous Tabular Data

2024-10-28 · Hengrui Zhang, Liancheng Fang, Qitian Wu, Philip S. Yu

Autoregressive models are predominant in natural language generation, while their application in tabular data remains underexplored. We posit that this can be attributed to two factors: 1) tabular data contains heterogen…

Text Generation

HYTREL: Hypergraph-enhanced Tabular Data Representation Learning

2023-07-14 · NeurIPS 2023 11 · Pei Chen, Soumajyoti Sarkar, Leonard Lausen, Balasubramaniam Srinivasan 외

Language models pretrained on large collections of tabular data have demonstrated their effectiveness in several downstream tasks. However, many of these models do not take into account the row/column permutation invaria…

Language ModelingLanguage ModellingRepresentation Learning

FCT-GAN: Enhancing Table Synthesis via Fourier Transform

2022-10-12 · Zilong Zhao, Robert Birke, Lydia Y. Chen

Synthetic tabular data emerges as an alternative for sharing knowledge while adhering to restrictive data access regulations, e.g., European General Data Protection Regulation (GDPR). Mainstream state-of-the-art tabular …

Generative Adversarial Network

Hierarchical and Permutation-Invariant Feature Transformation Learning via Policy-Guided Embedding Search

2026-09-09 · Rui Liu, Tao Zhe, Yanyong Huang, Sankha Narayan Guria 외 arxiv

Feature transformation improves predictive performance on tabular data by constructing informative abstractions from raw features. Recent generative approaches encode transformation knowledge into continuous embedding sp…

Reinforcement Learning

The Power of Order: Fooling LLMs with Adversarial Table Permutations

2026-05-01 · Xinshuai Dong, Haifeng Chen, Xuyuan Liu, Shengyu Chen 외 arxiv

Large Language Models have achieved remarkable success and are increasingly deployed in critical applications involving tabular data, such as Table Question Answering. However, their robustness to the structure of this i…

Question Answering