English

Zero-shot Meta-learning for Tabular Prediction Tasks with Adversarially Pre-trained Transformer

Machine Learning 2025-06-11 v2 Artificial Intelligence

Abstract

We present an Adversarially Pre-trained Transformer (APT) that is able to perform zero-shot meta-learning on tabular prediction tasks without pre-training on any real-world dataset, extending on the recent development of Prior-Data Fitted Networks (PFNs) and TabPFN. Specifically, APT is pre-trained with adversarial synthetic data agents, who continue to shift their underlying data generating distribution and deliberately challenge the model with different synthetic datasets. In addition, we propose a mixture block architecture that is able to handle classification tasks with arbitrary number of classes, addressing the class size limitation -- a crucial weakness of prior deep tabular zero-shot learners. In experiments, we show that our framework matches state-of-the-art performance on small classification tasks without filtering on dataset characteristics such as number of classes and number of missing values, while maintaining an average runtime under one second. On common benchmark dataset suites in both classification and regression, we show that adversarial pre-training was able to enhance TabPFN's performance. In our analysis, we demonstrate that the adversarial synthetic data agents were able to generate a more diverse collection of data compared to the ordinary random generator in TabPFN. In addition, we demonstrate that our mixture block neural design has improved generalizability and greatly accelerated pre-training.

Keywords

Cite

@article{arxiv.2502.04573,
  title  = {Zero-shot Meta-learning for Tabular Prediction Tasks with Adversarially Pre-trained Transformer},
  author = {Yulun Wu and Doron L. Bergman},
  journal= {arXiv preprint arXiv:2502.04573},
  year   = {2025}
}

Comments

Proceedings of the 42nd International Conference on Machine Learning, Vancouver, Canada. PMLR 267, 2025

R2 v1 2026-06-28T21:35:35.414Z