← Search

David Holzmüller

9 accepted papers

2026

TabICooL: A better, faster, scalable, and open tabular foundation model

ICML 2026poster

Tabular foundation models, such as TabPFNv2 and TabICL, have recently dethroned gradient-boosted trees at the top of predictive benchmarks, demonstrating the value of in-context learning for tabular data. We introduce TabICooL, a new state-of-the-art foundation model for regression and classificatio…

Cited by 0SourceScholar
2026

xRFM: Accurate, scalable, and interpretable feature learning models for tabular data

ICLR 2026poster

Inference from tabular data, collections of continuous and categorical variables organized into matrices, is a foundation for modern technology and science. Yet, in contrast to the explosive changes in the rest of AI, the best practice for these predictive tasks has been relatively unchanged and is…

Cited by 0SourcecodeScholar
2025

Active Learning for Neural PDE Solvers

ICLR 2025poster

Solving partial differential equations (PDEs) is a fundamental problem in engineering and science. While neural PDE solvers can be more efficient than established numerical solvers, they often require large amounts of training data that is costly to obtain. Active learning (AL) could help surrogate…

2025

TabArena: A Living Benchmark for Machine Learning on Tabular Data

NeurIPS 2025spotlight

With the growing popularity of deep learning and foundation models for tabular data, the need for standardized and reliable benchmarks is higher than ever. However, current benchmarks are static. Their design is not updated even if flaws are discovered, model versions are updated, or new models are…

Cited by 0SourceScholar
2025

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

ICML 2025poster

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 and predicting in a single forward pass without parameter updates. While TabPFNv…

2024

Better by default: Strong pre-tuned MLPs and boosted trees on tabular data

NeurIPS 2024poster

For classification and regression on tabular data, the dominance of gradient-boosted decision trees (GBDTs) has recently been challenged by often much slower deep learning methods with extensive hyperparameter tuning. We address this discrepancy by introducing (a) RealMLP, an improved multilayer per…

2023

Mind the spikes: Benign overfitting of kernels and neural networks in fixed dimension

NeurIPS 2023poster

The success of over-parameterized neural networks trained to near-zero training error has caused great interest in the phenomenon of benign overfitting, where estimators are statistically consistent even though they interpolate noisy training data. While benign overfitting in fixed dimension has bee…