TabFlex: Scaling Tabular Learning to Millions with Linear Attention
About
Leveraging the in-context learning (ICL) capability of Large Language Models (LLMs) for tabular classification has gained significant attention for its training-free adaptability across diverse datasets. Recent advancements, like TabPFN, excel in small-scale tabular datasets but struggle to scale for large and complex datasets. Our work enhances the efficiency and scalability of TabPFN for larger datasets by incorporating linear attention mechanisms as a scalable alternative to complexity-quadratic self-attention. Our model, TabFlex, efficiently handles tabular datasets with thousands of features and hundreds of classes, scaling seamlessly to millions of samples. For instance, TabFlex processes the poker-hand dataset with over a million samples in just 5 seconds. Our extensive evaluations demonstrate that TabFlex can achieve over a 2x speedup compared to TabPFN and a 1.5x speedup over XGBoost, outperforming 25 tested baselines in terms of efficiency across a diverse range of datasets. Furthermore, TabFlex remains highly effective on large-scale datasets, delivering strong performance with significantly reduced computational costs, especially when combined with data-efficient techniques such as dimensionality reduction and data sampling.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Classification | Adult | Accuracy88.73 | 86 | |
| Classification | Diabetes | Accuracy80.92 | 80 | |
| Classification | Credit | -- | 63 | |
| Classification | German | Accuracy78.62 | 58 | |
| Classification | blood | ROC-AUC0.7802 | 47 | |
| Tabular Classification | Heart | Mean AUC-ROC92.75 | 31 | |
| Classification | Synthetic | Accuracy87.06 | 31 | |
| Classification | Census KDD | Accuracy87.97 | 26 | |
| Tabular Classification | coil 2000 | Mean AUC-ROC0.7392 | 7 | |
| Tabular Classification | Bank | Mean AUC-ROC91.88 | 7 |