Fully Test-time Adaptation for Tabular Data
Zhi Zhou, Kun-Yang Yu, Lan-Zhe Guo, Yu-Feng Li
TL;DR
AdaTab addresses fully test-time adaptation for tabular data under distribution shifts. The proposed FtaT framework comprises three modules—Confident Distribution Optimizer, Local Consistent Weighter, and Dynamic Model Ensembler—to handle label shift, covariate shift, and adaptation sensitivity, respectively. Empirical results on six TableShift benchmarks across three backbones show that FtaT consistently outperforms non-adaptive baselines and existing FTTA methods. The work highlights the practical importance of tabular-specific FTTA and sets the stage for deeper theoretical development and broader application to real-world tabular domains.
Abstract
Tabular data plays a vital role in various real-world scenarios and finds extensive applications. Although recent deep tabular models have shown remarkable success, they still struggle to handle data distribution shifts, leading to performance degradation when testing distributions change. To remedy this, a robust tabular model must adapt to generalize to unknown distributions during testing. In this paper, we investigate the problem of fully test-time adaptation (FTTA) for tabular data, where the model is adapted using only the testing data. We identify three key challenges: the existence of label and covariate distribution shifts, the lack of effective data augmentation, and the sensitivity of adaptation, which render existing FTTA methods ineffective for tabular data. To this end, we propose the Fully Test-time Adaptation for Tabular data, namely FTAT, which enables FTTA methods to robustly optimize the label distribution of predictions, adapt to shifted covariate distributions, and suit a variety of tasks and models effectively. We conduct comprehensive experiments on six benchmark datasets, which are evaluated using three metrics. The experimental results demonstrate that FTAT outperforms state-of-the-art methods by a margin.
