Abstract

Designing models that generalize effectively in low- to medium-data regimes remains a primary challenge in medical machine learning, particularly for physiological time-series classification. While tabular foundation models such as TabPFN offer an attractive alterna- tive to conventional fine-tuning through in-context learning, they are not designed to capture the temporal dependencies inherent to physiological signals. In this paper, we introduce TSPFN, a foundation model that redesigns TabPFN’s architecture for time series data. TSPFN integrates structured temporal representations and positional embeddings to capture intra-sample temporal and channel dependencies. To fully leverage its spatio-temporal design, the model is pretrained on 140,000 real-world physiological time series across multiple medical domains. This yields a unified, generalizable framework capable of learning the specificities of medical time series. Experiments across diverse physiological benchmarks demonstrate that TSPFN consistently outperforms standard tabular baselines and TabPFN, and achieves superior cross-domain generalization compared to specialized deep time-series models. All our experiments, ablation studies, and pre-processing scheme are publicly available at https://github.com/Jeremstym/TSPFN

Links to Paper and Supplementary Materials

Main Paper (Open Access Version): https://papers.miccai.org/miccai-2026-sat/paper/STACOM2026_011.pdf

SharedIt Link: Not yet available

SpringerLink (DOI): Not yet available

Supplementary Material: Not Submitted

Link to Open Review

Open Review Page: https://openreview.net/profile?id=~J%C3%A9r%C3%A9mie_Stym-Popper1

BibTex

@InProceedings{StyJér_TSPFN_MICCAISAT2026,
        author = { Stym-Popper, Jérémie AND Rambour, Clément AND Granese, Federica AND Thome, Nicolas AND Bernard, Olivier},
        title = { { TSPFN: A Temporal Tabular Foundation Model for Physiological Time Series Classification } },
        booktitle = {Medical Image Computing and Computer Assisted Intervention -- MICCAI 2026 Workshops and Challenges},
        year = {2026},
        publisher = {Springer Nature Switzerland},
        volume = {LNCS 17267},
        month = {pending},
        page = {pending}
}


back to top