LGAIFeb 6, 2025

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

arXiv:2502.04573v27 citationsh-index: 18ICML
AI Analysis

This work addresses the challenge of efficient and flexible zero-shot learning for tabular data, which is incremental by building on prior methods like TabPFN.

The paper tackled the problem of zero-shot meta-learning for tabular prediction tasks by introducing an Adversarially Pre-trained Transformer (APT) that matches state-of-the-art performance on small classification tasks without dataset filtering, with an average runtime under one second, and enhances TabPFN's performance on benchmark datasets.

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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes