Causal Data Augmentation for Robust Fine-Tuning of Tabular Foundation Models
Magnus Bühler, Lennart Purucker, Frank Hutter
TL;DR
The paper tackles the challenge of fine-tuning tabular foundation models when labeled data are scarce, where traditional validation-based early stopping can be unreliable. It introduces CausalMixFT, which learns a Structural Causal Model from the target data using PC/FCI causal discovery and DoWhy additive-noise SCMs to generate synthetically augmented samples that preserve causal dependencies, then trains on a 1:1 mix of real and synthetic data with validation performed on real data. Across 33 TabArena datasets and 2,310 fine-tuning runs, CausalMixFT achieves a median ROC-AUC improvement of $+0.12$ over the pre-trained baseline (versus $+0.10$ for standard fine-tuning) and outperforms purely statistical generators like CTGAN, TabEBM, and TableAugment, while reducing the validation-test gap from $0.67$ to $0.30$. This demonstrates that causal-structure-informed data augmentation provides a principled and effective regularization for low-data fine-tuning of tabular foundation models, enabling more stable and reliable adaptation in real-world scarce-label scenarios.
Abstract
Fine-tuning tabular foundation models (TFMs) under data scarcity is challenging, as early stopping on even scarcer validation data often fails to capture true generalization performance. We propose CausalMixFT, a method that enhances fine-tuning robustness and downstream performance by generating structurally consistent synthetic samples using Structural Causal Models (SCMs) fitted on the target dataset. This approach augments limited real data with causally informed synthetic examples, preserving feature dependencies while expanding training diversity. Evaluated across 33 classification datasets from TabArena and over 2300 fine-tuning runs, our CausalMixFT method consistently improves median normalized ROC-AUC from 0.10 (standard fine-tuning) to 0.12, outperforming purely statistical generators such as CTGAN (-0.01), TabEBM (-0.04), and TableAugment (-0.09). Moreover, it narrows the median validation-test performance correlation gap from 0.67 to 0.30, enabling more reliable validation-based early stopping, a key step toward improving fine-tuning stability under data scarcity. These results demonstrate that incorporating causal structure into data augmentation provides an effective and principled route to fine-tuning tabular foundation models in low-data regimes.
