paper-with-me

홈 › Papers

TabM: Advancing Tabular Deep Learning with Parameter-Efficient Ensembling

2024-10-31 · Yury Gorishniy, Akim Kotelnikov, Artem Babenko

Deep learning architectures for supervised learning on tabular data range from simple multilayer perceptrons (MLP) to sophisticated Transformers and retrieval-augmented methods. This study highlights a major, yet so far overlooked opportunity for substantially improving tabular MLPs: namely, parameter-efficient ensembling -- a paradigm for implementing an ensemble of models as one model producing multiple predictions. We start by developing TabM -- a simple model based on MLP and our variations of BatchEnsemble (an existing technique). Then, we perform a large-scale evaluation of tabular DL architectures on public benchmarks in terms of both task performance and efficiency, which renders the landscape of tabular DL in a new light. Generally, we show that MLPs, including TabM, form a line of stronger and more practical models compared to attention- and retrieval-based architectures. In particular, we find that TabM demonstrates the best performance among tabular DL models. Lastly, we conduct an empirical analysis on the ensemble-like nature of TabM. For example, we observe that the multiple predictions of TabM are weak individually, but powerful collectively. Overall, our work brings an impactful technique to tabular DL, analyses its behaviour, and advances the performance-efficiency trade-off with TabM -- a simple and powerful baseline for researchers and practitioners.

📄 PDF Abstract BibTeX arXiv:2410.24210

Code (2)

yandex-research/tabm 공식 구현 pytorch
dholzmueller/pytabkit pytorch

Tasks

Deep LearningRetrieval

Similar Papers 제목 키워드 기반

TabMixer: advancing tabular data analysis with an enhanced MLP-mixer approach

2025-02-21 · Pattern Analysis and Applications 2025 2 · Ali Eslamian, Qiang Cheng

Tabular data, prevalent in relational databases and spreadsheets, is fundamental across fields like healthcare, engineering, and finance. Despite significant advances in tabular data learning, critical challenges remain:…

Computational EfficiencyDeep LearningIncremental LearningMissing Values+2

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

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

TabMixer: Noninvasive Estimation of the Mean Pulmonary Artery Pressure via Imaging and Tabular Data Mixing

2024-09-11 · Michal K. Grzeszczyk, Przemysław Korzeniowski, Samer Alabed, Andrew J. Swift 외

Right Heart Catheterization is a gold standard procedure for diagnosing Pulmonary Hypertension by measuring mean Pulmonary Artery Pressure (mPAP). It is invasive, costly, time-consuming and carries risks. In this paper, …

TabMGP: Martingale Posterior with TabPFN

2025-10-29 · Kenyon Ng, Edwin Fong, David T. Frazier, Jeremias Knoblauch 외 arxiv

Bayesian inference provides principled uncertainty quantification but is often limited by the challenges of prior and likelihood elicitation. The martingale posterior (MGP) (Fong et al., 2023) offers an alternative by re…

Bayesian Inference