paper-with-me

Papers

TabSwift: An Efficient Tabular Foundation Model with Row-Wise Attention

2026-06-05 · Si-Yang Liu, Han-Jia Ye arxiv

Tabular foundation models, exemplified by TabPFN, perform prediction via in-context learning, inferring test labels directly from labeled training examples. They have demonstrated competitive performance, particularly on small-to-medium datasets. However, recent tabular foundation models often improve accuracy with increasingly complex architectures, incurring higher inference cost and limiting practical deployment. In this work, we revisit the original TabPFN design and show that a lightweight row-wise attention-only backbone can remain highly competitive with two simple enhancements: a gated attention stabilization mechanism and a small set of learnable register tokens that provide global context and improve pretraining quality. The resulting model, TabSwift, supports both classification and regression, and is competitive with stronger tabular foundation models (e.g., TabPFN v2 and TabICL) while being more efficient at inference. For latency-sensitive serving, we further introduce an adaptive layer-wise early-exit mechanism that dynamically adjusts inference depth per sample. Overall, TabSwift enables efficient and anytime tabular in-context learning for practical deployments.

📄 PDF Abstract BibTeX arXiv:2606.07345

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

TabICL: A Tabular Foundation Model for In-Context Learning on Large Data

2025-02-08 · Jingang Qu, David Holzmüller, Gaël Varoquaux, Marine Le Morvan

The long-standing dominance of gradient-boosted decision trees on tabular data is currently challenged by tabular foundation models using In-Context Learning (ICL): setting the training data as context for the test data …

In-Context Learning

Is One Layer Enough? Understanding Inference Dynamics in Tabular Foundation Models

2026-05-07 · Amir Rezaei Balef, Mykhailo Koshil, Katharina Eggensperger arxiv

Transformer-based tabular foundation models (TFMs) dominate small to medium tabular predictive benchmark tasks, yet their inference mechanisms remain largely unexplored. We present the first large-scale mechanistic study…

Orion-Bix: Bi-Axial Attention for Tabular In-Context Learning

2025-11-28 · Mohamed Bouadi, Pratinav Seth, Aditya Tanna, Vinay Kumar Sankarapu arxiv

Tabular data drive most real-world machine learning applications, yet building general-purpose models for them remains difficult. Mixed numeric and categorical fields, weak feature structure, and limited labeled data mak…

Reinforcement Learning Foundation Models Should Already Be A Thing

2026-06-17 · Abdelrahman Zighem, Jill-Jênn Vie arxiv

Foundation models for language and vision are powered by internet-scale data, while structured domains such as tabular prediction are powered by synthetic data. This substitute shifts the challenge from collection to pri…

Reinforcement Learning

MultiModalPFN: Extending Prior-Data Fitted Networks for Multimodal Tabular Learning

2026-02-23 · Wall Kim, Chaeyoung Song, Hanul Kim arxiv

Recently, TabPFN has gained attention as a foundation model for tabular data. However, it struggles to integrate heterogeneous modalities such as images and text, which are common in domains like healthcare and marketing…