Introducing TabFM: A zero-shot foundation model for tabular data
| Source: Google Research Blog
Tags: Google, TabFM, BigQuery ML, tabular data, foundation models, zero-shot learning, in-context learning
Google launches TabFM, a zero-shot foundation model for tabular classification and regression integrated directly into BigQuery ML, eliminating per-dataset model training and feature engineering with a single forward pass.
Details
Google Research has released TabFM, applying the same zero-shot in-context learning (ICL) paradigm that TimesFM brought to time-series forecasting — now to tabular data. Rather than fitting a separate XGBoost or random forest model per dataset, TabFM takes the entire dataset (historical training rows plus target test rows) as a single unified prompt and generates predictions in one forward pass, with no hyperparameter tuning or feature engineering required. TabFM is already integrated into BigQuery ML, making it immediately available to Google Cloud enterprise users as a managed service. The model weights and code are also open-sourced on Hugging Face and GitHub for direct self-hosted use. The announcement frames traditional supervised ML workflows — iterative .fit() calls, domain-specific feature engineering, hyperparameter search — as the bottleneck TabFM is designed to eliminate. Tabular data powers critical enterprise ML applications like fraud detection, customer churn prediction, and financial risk scoring. Google positions TabFM as a successor to tree-based methods like AdaBoost, XGBoost, and random forests for these tasks. The announcement does not include head-to-head benchmark comparisons against fine-tuned XGBoost or AutoML baselines, making independent performance validation the next step for practitioners considering adoption.