paper-with-me

Papers

Interpretable Machine Learning for TabPFN

2024-03-16 · David Rundel, Julius Kobialka, Constantin von Crailsheim, Matthias Feurer, Thomas Nagler, David Rügamer

The recently developed Prior-Data Fitted Networks (PFNs) have shown very promising results for applications in low-data regimes. The TabPFN model, a special case of PFNs for tabular data, is able to achieve state-of-the-art performance on a variety of classification tasks while producing posterior predictive distributions in mere seconds by in-context learning without the need for learning parameters or hyperparameter tuning. This makes TabPFN a very attractive option for a wide range of domain applications. However, a major drawback of the method is its lack of interpretability. Therefore, we propose several adaptations of popular interpretability methods that we specifically design for TabPFN. By taking advantage of the unique properties of the model, our adaptations allow for more efficient computations than existing implementations. In particular, we show how in-context learning facilitates the estimation of Shapley values by avoiding approximate retraining and enables the use of Leave-One-Covariate-Out (LOCO) even when working with large-scale Transformers. In addition, we demonstrate how data valuation methods can be used to address scalability challenges of TabPFN. Our proposed methods are implemented in a package tabpfn_iml and made available at https://github.com/david-rundel/tabpfn_iml.

📄 PDF Abstract BibTeX arXiv:2403.10923

Code (1)

david-rundel/tabpfn_iml 공식 구현 pytorch

Tasks

Data ValuationIn-Context LearningInterpretable Machine Learning

Methods 이 논문이 사용한 방법론

TABPFN We present TabPFN, a trained Transformer that can do supervised classification for small tabular datasets in less than a second, needs no hyperparameter tuning and is competitive…

Similar Papers 제목 키워드 기반

Interpretable machine learning for predicting splitting strength of asphalt concrete: insights from SHAP analysis

2026-08-02 · Jianglei Xing, Xiao Tan, Dongzhao Jin, Pengwei Guo 외 arxiv

This paper presents an interpretable machine-learning framework for predicting the splitting strength (ST) of asphalt concrete and supporting data-driven mixture design. A database consisting of 296 samples was establish…

Interpretable Machine LearningHyperparameter Optimization

nanoTabPFN: A Lightweight and Educational Reimplementation of TabPFN

2025-11-05 · Alexander Pfefferle, Johannes Hog, Lennart Purucker, Frank Hutter arxiv

Tabular foundation models such as TabPFN have revolutionized predictive machine learning for tabular data. At the same time, the driving factors of this revolution are hard to understand. Existing open-source tabular fou…

Does TabPFN Understand Causal Structures?

2025-11-10 · Omar Swelam, Lennart Purucker, Jake Robertson, Hanne Raum 외 arxiv

Causal discovery is fundamental for multiple scientific domains, yet extracting causal information from real world data remains a significant challenge. Given the recent success on real data, we investigate whether TabPF…

Realistic Evaluation of TabPFN v2 in Open Environments

2025-05-22 · Zi-Jian Cheng, Zi-Yi Jia, Zhi Zhou, Yu-Feng Li 외

Tabular data, owing to its ubiquitous presence in real-world domains, has garnered significant attention in machine learning research. While tree-based models have long dominated tabular machine learning tasks, the recen…

Kriging prior Regression: A Case for Kriging-Based Spatial Features with TabPFN in Soil Mapping

2025-09-11 · Jonas Schmidinger, Viacheslav Barkov, Sebastian Vogel, Martin Atzmueller 외 arxiv

Machine learning and geostatistics are two fundamentally different frameworks for predicting and spatially mapping soil properties. Geostatistics leverages the spatial structure of soil properties, while machine learning…