TabPFN Unleashed: A Scalable and Effective Solution to Tabular Classification Problems
Si-Yang Liu, Han-Jia Ye

TL;DR
This paper introduces Beta, a novel method that enhances TabPFN's performance on tabular classification by reducing bias and variance, improving scalability, and maintaining efficiency, validated on over 200 datasets.
Contribution
Beta is a new approach that combines lightweight encoding, bagging, and fine-tuning to improve TabPFN's adaptability and performance on diverse, large-scale tabular data.
Findings
Beta outperforms or matches state-of-the-art on 200+ datasets.
The method effectively handles high-dimensional data.
It maintains computational efficiency during inference.
Abstract
TabPFN has emerged as a promising in-context learning model for tabular data, capable of directly predicting the labels of test samples given labeled training examples. It has demonstrated competitive performance, particularly on small-scale classification tasks. However, despite its effectiveness, TabPFN still requires further refinement in several areas, including handling high-dimensional features, aligning with downstream datasets, and scaling to larger datasets. In this paper, we revisit existing variants of TabPFN and observe that most approaches focus either on reducing bias or variance, often neglecting the need to address the other side, while also increasing inference overhead. To fill this gap, we propose Beta (Bagging and Encoder-based Fine-tuning for TabPFN Adaptation), a novel and effective method designed to minimize both bias and variance. To reduce bias, we introduce a…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMachine Learning and Data Classification · Domain Adaptation and Few-Shot Learning · Explainable Artificial Intelligence (XAI)
Methodstabular data Prior-data Fitted Network · Focus · ALIGN
