paper-with-me

홈 › Papers

End-to-End Compression for Tabular Foundation Models

2026-02-05 · Guri Zabërgja, Rafiq Kamel, Arlind Kadra, Christian M. M. Frey, Josif Grabocka arxiv

The long-standing dominance of gradient-boosted decision trees for tabular data has recently been challenged by in-context learning tabular foundation models. In-context learning methods fit and predict in one forward pass without parameter updates by leveraging the training data as context for predicting on query test points. While recent tabular foundation models achieve state-of-the-art performance, their transformer architecture based on the attention mechanism has quadratic complexity regarding dataset size, which in turn increases the overhead on training and inference time, and limits the capacity of the models to handle large-scale datasets. In this work, we propose TACO, an end-to-end tabular compression model that compresses the training dataset in a latent space. We test our method on the TabArena benchmark, where our proposed method is up to 94x faster in inference time, while consuming up to 97\% less memory compared to the state-of-the-art tabular transformer architecture, all while retaining performance without significant degradation. Lastly, our method not only scales better with increased dataset sizes, but it also achieves better performance compared to other baselines.

📄 PDF Abstract BibTeX arXiv:2602.05649

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Memory Efficient Tabular Foundation Models

2026-07-30 · Shuting Luo, Monika Mikhail Kanaan, Cameron Gordon, Anna Leontjeva 외 arxiv

Tabular Foundation Models, such as TabPFN, have received a large amount of recent attention due to their performance on in-context tabular machine learning tasks, which often exceeds classical baselines. However, practic…

Model Compression

GOTabPFN: From Feature Ordering to Compact Tokenization for Tabular Foundation Models on High-Dimensional Data

2026-06-03 · Al Zadid Sultan Bin Habib, Md Younus Ahamed, Prashnna Kumar Gyawali, Gianfranco Doretto 외 arxiv

We investigate how to make small tabular foundation models effective for High-Dimensional, Low-Sample Size (HDLSS) tabular prediction without retraining large backbones. We introduce Graph-guided Ordering with Local Refi…

Balanced Adaptive Prototype Selection for Scalable TabPFN Inference on Large-Scale Tabular Data

2026-08-13 · Mahboobe Jadid, Melika Rezaye Garkani, Ali Mousavi arxiv

Pretrained tabular foundation models have demonstrated strong predictive capability; however, their application to large-scale datasets remains constrained by the limited inference context. This paper introduces Balanced…

TabuLa: Harnessing Language Models for Tabular Data Synthesis

2023-10-19 · Zilong Zhao, Robert Birke, Lydia Chen

Tabular data synthesis is crucial for addressing privacy and security concerns in industries reliant on tabular data. While recent advancements adopt large language models (LLMs) for realistic tabular data generation, th…

Language ModelingLanguage ModellingTabular Data Generation

Towards Benchmarking Foundation Models for Tabular Data With Text

2025-07-10 · Martin Mráz, Breenda Das, Anshul Gupta, Lennart Purucker 외 arxiv

Foundation models for tabular data are rapidly evolving, with increasing interest in extending them to support additional modalities such as free-text features. However, existing benchmarks for tabular data rarely includ…