paper-with-me

Papers

MET: Masked Encoding for Tabular Data

2022-06-17 · Kushal Majmundar, Sachin Goyal, Praneeth Netrapalli, Prateek Jain

We consider the task of self-supervised representation learning (SSL) for tabular data: tabular-SSL. Typical contrastive learning based SSL methods require instance-wise data augmentations which are difficult to design for unstructured tabular data. Existing tabular-SSL methods design such augmentations in a relatively ad-hoc fashion and can fail to capture the underlying data manifold. Instead of augmentations based approaches for tabular-SSL, we propose a new reconstruction based method, called Masked Encoding for Tabular Data (MET), that does not require augmentations. MET is based on the popular MAE approach for vision-SSL [He et al., 2021] and uses two key ideas: (i) since each coordinate in a tabular dataset has a distinct meaning, we need to use separate representations for all coordinates, and (ii) using an adversarial reconstruction loss in addition to the standard one. Empirical results on five diverse tabular datasets show that MET achieves a new state of the art (SOTA) on all of these datasets and improves up to 9% over current SOTA methods. We shed more light on the working of MET via experiments on carefully designed simple datasets.

📄 PDF Abstract BibTeX arXiv:2206.08564

Code (1)

google-research/met tf

Tasks

Contrastive LearningRepresentation Learning

Methods 이 논문이 사용한 방법론

MAE 설명 없음
Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

ReMasker: Imputing Tabular Data with Masked Autoencoding

2023-09-25 · Tianyu Du, Luca Melis, Ting Wang

We present ReMasker, a new method of imputing missing values in tabular data by extending the masked autoencoding framework. Compared with prior work, ReMasker is both simple -- besides the missing values (i.e., naturall…

ImputationMissing Values

TabRet: Pre-training Transformer-based Tabular Models for Unseen Columns

2023-03-28 · Soma Onishi, Kenta Oono, Kohei Hayashi

We present \emph{TabRet}, a pre-trainable Transformer-based model for tabular data. TabRet is designed to work on a downstream task that contains columns not seen in pre-training. Unlike other methods, TabRet has an extr…

GeoViSTA: Geospatial Vision-Tabular Transformer for Multimodal Environment Representation

2026-05-14 · Yuhao Liu, Sadeer Al-Kindi, Ashok Veeraraghavan, Guha Balakrishnan arxiv

Large-scale pretraining on Earth observation imagery has yielded powerful representations of the natural and built environment. However, most existing geospatial foundation models do not directly model the structured soc…

TabMT: Generating tabular data with masked transformers

2023-12-11 · NeurIPS 2023 11 · Manbir S Gulati, Paul F Roysdon

Autoregressive and Masked Transformers are incredibly effective as generative models and classifiers. While these models are most prevalent in NLP, they also exhibit strong performance in other domains, such as vision. T…

Synthetic Data Generation

Efficient Autoregressive Inference for Transformer Probabilistic Models

2025-10-10 · Conor Hassan, Nasrulloh Loka, Cen-You Li, Daolang Huang 외 arxiv

Set-based transformer models for amortized probabilistic inference and meta-learning, such as neural processes, prior-fitted networks, and tabular foundation models, excel at single-pass marginal prediction. However, man…