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

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

8 Oct 2021NeurIPS 2021 12arXiv:2110.04361archive 2025-07-28

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.

PaperPDFConference PDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2110.04361")

Code

Syntology Ran 8 of 14 code samples harvested from 1 repository linked to this paper; 6 have no recorded run. Of those that ran: 3 ran · our draft was wrong; 5 ran with no contract checked.

By repository: named in the paper: 14 samples from 1 repository, 8 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

astrazeneca/subtab mentioned in papermentioned on GitHubpytorchApache-2.0 report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

14 samples harvested; 8 ran; 0 honoured the contract we drafted; 6 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

3ran · our draft was wrong
5ran
6unverified

Licence: 0 of the 14 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from astrazeneca/subtab. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

AEWrapper astrazeneca/subtab/src/model.py named in the paper ran Apache-2.0 (permissive) · 5b90987c92924f76 · report
Decoder astrazeneca/subtab/src/model.py named in the paper ran · metamorphic tier: invariant Apache-2.0 (permissive) · 4290c69ab232cb69 · report
HiddenLayers astrazeneca/subtab/src/model.py named in the paper ran · metamorphic tier: invariant fingerprinted Apache-2.0 (permissive) · f9c1d00bc03fe90b · report
JointLoss astrazeneca/subtab/src/model.py named in the paper ran Apache-2.0 (permissive) · cab34653b11a7a35 · report
ShallowDecoder astrazeneca/subtab/src/model.py named in the paper ran · metamorphic tier: invariant fingerprinted Apache-2.0 (permissive) · 554c1d99a88fdd09 · report
getBCELoss astrazeneca/subtab/src/model.py named in the paper ran · our draft was wrong Apache-2.0 (permissive) · 2bdeb39039c93a3d · report
getMSEloss astrazeneca/subtab/src/model.py named in the paper ran · our draft was wrong fingerprinted Apache-2.0 (permissive) · 09fed834262af135 · report
make_dir astrazeneca/subtab/src/model.py named in the paper ran · our draft was wrong Apache-2.0 (permissive) · 3db6e3509f24bd86 · report
Encoder astrazeneca/subtab/src/model.py named in the paper unverified Apache-2.0 (permissive) · 3f96c139857b7bea · report
ShallowEncoder astrazeneca/subtab/src/model.py named in the paper unverified Apache-2.0 (permissive) · 87817fa6ec5de3d7 · report
SubTab astrazeneca/subtab/src/model.py named in the paper unverified Apache-2.0 (permissive) · b031dcb2b35f1532 · report
save_loss_plot astrazeneca/subtab/src/model.py named in the paper unverified Apache-2.0 (permissive) · b0d4c04ba0dd70cd · report
set_dirs astrazeneca/subtab/src/model.py named in the paper unverified Apache-2.0 (permissive) · 7c738f83b5ac31e8 · report
set_seed astrazeneca/subtab/src/model.py named in the paper unverified Apache-2.0 (permissive) · f2b720e37ee0c903 · report

Tasks

Collaborative InferenceContrastive LearningRepresentation LearningSelf-Supervised Learning

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Test

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections