From Zero to Hero: Advancing Zero-Shot Foundation Models for Tabular Outlier Detection
Xueying Ding, Haomin Wen, Simon Klütterman, Leman Akoglu
TL;DR
OutFormer tackles the challenge of deploying outlier detection on new tabular tasks in the absence of labeled outliers by leveraging zero-shot in-context learning with a foundation-model approach. It extends FoMo-0D with a diverse mixture of synthetic priors (Gaussian Mixtures, Structural Causal Models, and Copulas) and a self-evolving curriculum guided by a multi-armed bandit to maximize learning progress across heterogeneous tasks. The model is pretrained entirely on synthetic data and, at inference, labels test instances through a forward pass using training data as context, enabling plug-and-play deployment with minimal latency. Empirical results across AdBench and two newly released large-scale OD benchmarks (OddBench and OvRBench) show state-of-the-art performance and robust generalization, with ablations validating the importance of priors diversity, the SEC curriculum, and context-based ensembling. This work highlights the practical potential of tabular foundation models for zero-shot OD and lays groundwork for future improvements in priors, training dynamics, and context optimization.
Abstract
Outlier detection (OD) is widely used in practice; but its effective deployment on new tasks is hindered by lack of labeled outliers, which makes algorithm and hyperparameter selection notoriously hard. Foundation models (FMs) have transformed ML, and OD is no exception: Shen et. al. (2025) introduced FoMo-0D, the first FM for OD, achieving remarkable performance against numerous baselines. This work introduces OUTFORMER, which advances FoMo-0D with (1) a mixture of synthetic priors and (2) self-evolving curriculum training. OUTFORMER is pretrained solely on synthetic labeled datasets and infers test labels of a new task by using its training data as in-context input. Inference is fast and zero-shot, requiring merely forward pass and no labeled outliers. Thanks to in-context learning, it requires zero additional work-no OD model training or bespoke model selection-enabling truly plug-and-play deployment. OUTFORMER achieves state-of-the-art performance on the prominent AdBench, as well as two new large-scale OD benchmarks that we introduce, comprising over 1,500 datasets, while maintaining speedy inference.
