TabPFN-3 just released: a pre-trained tabular foundation model for up to 1M rows [R][N]
Summary
TabPFN-3, a pre-trained tabular foundation model, was released with support for up to 1 million rows on a single GPU, 10x-1000x faster inference, and a 93% win rate over classical ML in benchmarks.
Similar Articles
TabPFN-3: Technical Report
TabPFN-3 is a new foundation model for tabular data, pretrained on synthetic data, that scales to 1M training rows while reducing training and inference time, achieving state-of-the-art performance on tabular prediction, time series, and relational data.
PriorLabs/TabPFN
TabPFN is introduced as a foundation model specifically designed for tabular data by PriorLabs.
TabPFN-MT: A Natively Multitask In-Context Learner for Tabular Data
TabPFN-MT extends PFNs to multitask in-context learning for tabular data, achieving state-of-the-art on small-to-medium datasets while reducing inference cost from O(T) to O(1) forward passes.
GOTabPFN: From Feature Ordering to Compact Tokenization for Tabular Foundation Models on High-Dimensional Data
This paper introduces GOTabPFN, a method that combines Graph-guided Ordering with Local Refinement (GO-LR) and Neuro-Inspired Subunit Compression (NSC) to make small tabular foundation models effective for high-dimensional, low-sample-size prediction without retraining large backbones.
@GoogleResearch: Introducing TabFM, a foundation model designed specifically for tabular data classification & regression. This approach…
Google Research introduces TabFM, a foundation model for zero-shot tabular data classification and regression, integrated into BigQuery ML to simplify workflows by eliminating manual training and feature engineering.