paper-with-me

홈 › Papers

SubTab: Subsetting Features of Tabular Data for Self-Supervised Representation Learning

2021-10-08 · NeurIPS 2021 12 · Talip Ucar, Ehsan Hajiramezanali, Lindsay Edwards

Self-supervised learning has been shown to be very effective in learning useful representations, and yet much of the success is achieved in data types such as images, audio, and text. The success is mainly enabled by taking advantage of spatial, temporal, or semantic structure in the data through augmentation. However, such structure may not exist in tabular datasets commonly used in fields such as healthcare, making it difficult to design an effective augmentation method, and hindering a similar progress in tabular data setting. In this paper, we introduce a new framework, Subsetting features of Tabular data (SubTab), that turns the task of learning from tabular data into a multi-view representation learning problem by dividing the input features to multiple subsets. We argue that reconstructing the data from the subset of its features rather than its corrupted version in an autoencoder setting can better capture its underlying latent representation. In this framework, the joint representation can be expressed as the aggregate of latent variables of the subsets at test time, which we refer to as collaborative inference. Our experiments show that the SubTab achieves the state of the art (SOTA) performance of 98.31% on MNIST in tabular setting, on par with CNN-based SOTA models, and surpasses existing baselines on three other real-world datasets by a significant margin.

📄 PDF Abstract BibTeX arXiv:2110.04361

Code (2)

Alcoholrithm/TabularS3L pytorch
astrazeneca/subtab pytorch

Tasks

Collaborative InferenceContrastive LearningRepresentation LearningSelf-Supervised Learning

Methods 이 논문이 사용한 방법론

Test 설명 없음

Similar Papers 제목 키워드 기반

Observation-Level Watermarking and Detection for Tabular Data

2026-07-12 · Dongyu Cui, Xuan Bi arxiv

With the development of generative AI, watermarking techniques have been widely used to detect the authenticity of AI-generated data and protect the rights of users and creators. While it is already well applied in data …

TabMDA: Tabular Manifold Data Augmentation for Any Classifier using Transformers with In-context Subsetting

2024-06-03 · Andrei Margeloiu, Adrián Bazaga, Nikola Simidjievski, Pietro Liò 외

Tabular data is prevalent in many critical domains, yet it is often challenging to acquire in large quantities. This scarcity usually results in poor performance of machine learning models on such data. Data augmentation…

Data Augmentation

Retrieving Complex Tables with Multi-Granular Graph Representation Learning

2021-05-04 · Fei Wang, Kexuan Sun, Muhao Chen, Jay Pujara 외

The task of natural language table retrieval (NLTR) seeks to retrieve semantically relevant tables based on natural language queries. Existing learning systems for this task often treat tables as plain text based on the …

Graph Representation LearningNatural Language QueriesRepresentation LearningRetrieval+2

An Investigation of the Sampling-Based Alignment Method and Its Contributions

2013-08-21 · Juan Luo, Yves Lepage

By investigating the distribution of phrase pairs in phrase translation tables, the work in this paper describes an approach to increase the number of n-gram alignments in phrase translation tables output by a sampling-b…

Machine TranslationTranslation

Deep Learning with Tabular Data: A Self-supervised Approach

2024-01-26 · Tirth Kiranbhai Vyas

We have described a novel approach for training tabular data using the TabTransformer model with self-supervised learning. Traditional machine learning models for tabular data, such as GBDT are being widely used though o…

Deep LearningSelf-Supervised Learning