English

Tabular data generation with tensor contraction layers and transformers

Machine Learning 2024-12-10 v1 Machine Learning

Abstract

Generative modeling for tabular data has recently gained significant attention in the Deep Learning domain. Its objective is to estimate the underlying distribution of the data. However, estimating the underlying distribution of tabular data has its unique challenges. Specifically, this data modality is composed of mixed types of features, making it a non-trivial task for a model to learn intra-relationships between them. One approach to address mixture is to embed each feature into a continuous matrix via tokenization, while a solution to capture intra-relationships between variables is via the transformer architecture. In this work, we empirically investigate the potential of using embedding representations on tabular data generation, utilizing tensor contraction layers and transformers to model the underlying distribution of tabular data within Variational Autoencoders. Specifically, we compare four architectural approaches: a baseline VAE model, two variants that focus on tensor contraction layers and transformers respectively, and a hybrid model that integrates both techniques. Our empirical study, conducted across multiple datasets from the OpenML CC18 suite, compares models over density estimation and Machine Learning efficiency metrics. The main takeaway from our results is that leveraging embedding representations with the help of tensor contraction layers improves density estimation metrics, albeit maintaining competitive performance in terms of machine learning efficiency.

Keywords

Cite

@article{arxiv.2412.05390,
  title  = {Tabular data generation with tensor contraction layers and transformers},
  author = {Aníbal Silva and André Restivo and Moisés Santos and Carlos Soares},
  journal= {arXiv preprint arXiv:2412.05390},
  year   = {2024}
}

Comments

28 pages, 9 figures

R2 v1 2026-06-28T20:26:10.992Z