paper-with-me

홈 › Papers

XTab: Cross-table Pretraining for Tabular Transformers

2023-05-10 · Bingzhao Zhu, Xingjian Shi, Nick Erickson, Mu Li, George Karypis, Mahsa Shoaran

The success of self-supervised learning in computer vision and natural language processing has motivated pretraining methods on tabular data. However, most existing tabular self-supervised learning models fail to leverage information across multiple data tables and cannot generalize to new tables. In this work, we introduce XTab, a framework for cross-table pretraining of tabular transformers on datasets from various domains. We address the challenge of inconsistent column types and quantities among tables by utilizing independent featurizers and using federated learning to pretrain the shared component. Tested on 84 tabular prediction tasks from the OpenML-AutoML Benchmark (AMLB), we show that (1) XTab consistently boosts the generalizability, learning speed, and performance of multiple tabular transformers, (2) by pretraining FT-Transformer via XTab, we achieve superior performance than other state-of-the-art tabular deep learning models on various tasks such as regression, binary, and multiclass classification.

📄 PDF Abstract BibTeX arXiv:2305.06090

Code (1)

bingzhaozhu/xtab 공식 구현 pytorch

Tasks

AutoMLFederated LearningSelf-Supervised Learning

Methods 이 논문이 사용한 방법론

fail 설명 없음
FT-Transformer 설명 없음

Similar Papers 제목 키워드 기반

Cross-Table Pretraining towards a Universal Function Space for Heterogeneous Tabular Data

2024-06-01 · Jintai Chen, Zhen Lin, Qiyuan Chen, Jimeng Sun

Tabular data from different tables exhibit significant diversity due to varied definitions and types of features, as well as complex inter-feature and feature-target relationships. Cross-dataset pretraining, which learns…

FlexTab: A Flexible Encoder-Decoder Architecture for In-Context Learning Across Diverse Tabular Tasks

2026-06-29 · Marek Polewczyk, Maximilian Schambach, Marco Spinaci, Sam Thelin 외 arxiv

We introduce FlexTab, a flexible encoder-decoder architecture for in-context learning on tabular data that pairs a single, task-agnostic encoder with a suite of task-specific decoders. Unlike existing tabular in-context …

Anomaly Detection

TransTab: Learning Transferable Tabular Transformers Across Tables

2022-05-19 · Zifeng Wang, Jimeng Sun

Tabular data (or tables) are the most widely used data format in machine learning (ML). However, ML models often assume the table structure keeps fixed in training and testing. Before ML modeling, heavy data cleaning is …

Incremental LearningTransfer Learning

Towards Cross-Table Masked Pretraining for Web Data Mining

2023-07-10 · Chao Ye, Guoshan Lu, Haobo Wang, Liyao Li 외

Tabular data pervades the landscape of the World Wide Web, playing a foundational role in the digital architecture that underpins online information. Given the recent influence of large-scale pretrained models like ChatG…

Contrastive Learning

Parameter Averaging for Feature Ranking

2022-08-05 · Talip Ucar, Ehsan Hajiramezanali

Neural Networks are known to be sensitive to initialisation. The methods that rely on neural networks for feature ranking are not robust since they can have variations in their ranking when the model is initialized and t…

Decision MakingFeature Importancefeature selection