paper-with-me

Papers

Are Tabular Foundation Models Robust to Realistic Query Distribution Shifts in Microbiome Data?

2026-06-23 · Giulia Perciballi, Ahmad Fall, Federica Granese, Edi Prifti, Jean-Daniel Zucker arxiv

Tabular foundation models (TFMs) achieve strong performance on microbiome abundance data, yet their robustness under realistic distribution shift remains poorly characterized. We introduce a benchmark that evaluates the robustness of TFMs to biologically inspired perturbations across six gut microbiome datasets spanning four disease contexts. In this in-context learning setting, models receive unperturbed support sets as context and are evaluated on perturbed query samples. To isolate robustness beyond "shortcut" features, we preserve the most discriminative taxa and apply three controlled perturbation strategies: (i) removal of high-abundance (uninformative) taxa, (ii) sparsification via increased zero-inflation, and (iii) zero-imputation via spurious non-zero injections. Our results show that protecting discriminative features is insufficient to guarantee stability under support-query shift: across datasets, all perturbations degrade model performance, with zero-imputation consistently the most harmful, indicating that corrupting global feature structure can break generalization even when key taxa are retained. Sparsification disproportionately affects TFMs relative to a classical random forest baseline, suggesting greater sensitivity to zero-inflation-type shifts. The code is publicly available at: https://github.com/UMMISCO/metagenomics-fm/.

📄 PDF Abstract BibTeX arXiv:2606.24995

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

On the Need for a Language Describing Distribution Shifts: Illustrations on Tabular Datasets

2023-09-26 · NeurIPS 2023 11

Different distribution shifts require different algorithmic and operational interventions. Methodological research must be grounded by the specific shifts they address. Although nascent benchmarks provide a promisin…

Empirical Evaluation of Out-Of-Distribution Performance of Tabular Foundation Models

2026-07-28 · Malena Loza, David Chushig-Muzo, Eva Milara, Luis Bote-Curiel 외 arxiv

Tabular Foundation Models (TFMs) have emerged as novel approaches for tabular predictive tasks, demonstrating competitive predictive performance to ensemble tree-based models. Most TFMs are trained and evaluated on indep…

Benchmarking Distribution Shift in Tabular Data with TableShift

2023-12-10 · NeurIPS 2023 11 · Josh Gardner, Zoran Popovic, Ludwig Schmidt

Robustness to distribution shift has become a growing concern for text and image models as they transition from research subjects to deployment in the real world. However, high-quality benchmarks for distribution shift i…

BenchmarkingBinary ClassificationDomain Generalization

Shaping the Prior: How Synthetic Task Distributions Determine Tabular Foundation Model Quality

2026-05-18 · Mohamed Bouadi, Nassim Bouarour, Varun Kulkarni, Shivam Dubey 외 arxiv

What determines the quality of a tabular foundation model? Unlike language or vision, tabular foundation models acquire their inductive biases almost entirely from synthetic pretraining distributions, yet the design of t…

AdapTable: Test-Time Adaptation for Tabular Data via Shift-Aware Uncertainty Calibrator and Label Distribution Handler

2024-07-15 · Changhun Kim, Taewon Kim, Seungyeon Woo, June Yong Yang 외

In real-world scenarios, tabular data often suffer from distribution shifts that threaten the performance of machine learning models. Despite its prevalence and importance, handling distribution shifts in the tabular dom…

Representation LearningTest-time Adaptation