paper-with-me

Papers

Tabular data generation with tensor contraction layers and transformers

2024-12-06 · Aníbal Silva, André Restivo, Moisés Santos, Carlos Soares

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.

📄 PDF Abstract BibTeX arXiv:2412.05390

Code (1)

anibalsilva1/TabGenwithTCL 공식 구현 jax

Tasks

Density EstimationTabular Data Generation

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음
Focus 설명 없음

Similar Papers 제목 키워드 기반

Tensor Contraction Layers for Parsimonious Deep Nets

2017-06-01 · Jean Kossaifi, Aran Khanna, Zachary C. Lipton, Tommaso Furlanello 외

Tensors offer a natural representation for many kinds of data frequently encountered in machine learning. Images, for example, are naturally represented as third order tensors, where the modes correspond to height, width…

Model Compression

Tensor Contraction & Regression Networks

2018-01-01 · ICLR 2018 1 · Jean Kossaifi, Zack Chase Lipton, Aran Khanna, Tommaso Furlanello 외

Convolution neural networks typically consist of many convolutional layers followed by several fully-connected layers. While convolutional layers map between high-order activation tensors, the fully-connected layers ope…

regression

Tensor Regression Networks

2017-07-26 · Jean Kossaifi, Zachary C. Lipton, Arinbjorn Kolbeinsson, Aran Khanna 외

Convolutional neural networks typically consist of many convolutional layers followed by one or more fully connected layers. While convolutional layers map between high-order activation tensors, the fully connected layer…

regression

Neural tensor contractions and the expressive power of deep neural quantum states

2021-03-18 · Or Sharir, Amnon Shashua, Giuseppe Carleo

We establish a direct connection between general tensor networks and deep feed-forward artificial neural networks. The core of our results is the construction of neural-network layers that efficiently perform tensor cont…

Tensor Networks

KARIPAP: Quantum-Inspired Tensor Network Compression of Large Language Models Using Infinite Projected Entangled Pair States and Tensor Renormalization Group

2025-10-22 · Azree Nazri arxiv

Large Language Models (LLMs) like ChatGPT and LLaMA drive rapid progress in generative AI, yet their huge parameter scales create severe computational and environmental burdens. High training costs, energy use, and limit…