paper-with-me

Papers

Benchmarking Distribution Shift in Tabular Data with TableShift

2023-12-10 · NeurIPS 2023 11 · Josh Gardner, Zoran Popovic, Ludwig Schmidt

Robustness to distribution shift has become a growing concern for text and image models as they transition from research subjects to deployment in the real world. However, high-quality benchmarks for distribution shift in tabular machine learning tasks are still lacking despite the widespread real-world use of tabular data and differences in the models used for tabular data in comparison to text and images. As a consequence, the robustness of tabular models to distribution shift is poorly understood. To address this issue, we introduce TableShift, a distribution shift benchmark for tabular data. TableShift contains 15 binary classification tasks in total, each with an associated shift, and includes a diverse set of data sources, prediction targets, and distribution shifts. The benchmark covers domains including finance, education, public policy, healthcare, and civic participation, and is accessible using only a few lines of Python code via the TableShift API. We conduct a large-scale study comparing several state-of-the-art tabular data models alongside robust learning and domain generalization methods on the benchmark tasks. Our study demonstrates (1) a linear trend between in-distribution (ID) and out-of-distribution (OOD) accuracy; (2) domain robustness methods can reduce shift gaps but at the cost of reduced ID accuracy; (3) a strong relationship between shift gap (difference between ID and OOD performance) and shifts in the label distribution. The benchmark data, Python package, model implementations, and more information about TableShift are available at https://github.com/mlfoundations/tableshift and https://tableshift.org .

📄 PDF Abstract BibTeX arXiv:2312.07577

Code (1)

mlfoundations/tableshift 공식 구현 pytorch

Tasks

BenchmarkingBinary ClassificationDomain Generalization

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Empirical Evaluation of Out-Of-Distribution Performance of Tabular Foundation Models

2026-07-28 · Malena Loza, David Chushig-Muzo, Eva Milara, Luis Bote-Curiel 외 arxiv

Tabular Foundation Models (TFMs) have emerged as novel approaches for tabular predictive tasks, demonstrating competitive predictive performance to ensemble tree-based models. Most TFMs are trained and evaluated on indep…

Test-Time Augmentation for Tabular-to-Image Classifiers under Distribution Shifts

2026-08-04 · Malena Loza, Felipe Grijalva, Eva Milara, Luis Bote-Curiel 외 arxiv

Tabular-to-image methods that convert tabular data into visual representations have emerged as a novel paradigm for leveraging the high performance of deep learning models. Despite their advantages, the robustness of the…

Image Classification

AdapTable: Test-Time Adaptation for Tabular Data via Shift-Aware Uncertainty Calibrator and Label Distribution Handler

2024-07-15 · Changhun Kim, Taewon Kim, Seungyeon Woo, June Yong Yang 외

In real-world scenarios, tabular data often suffer from distribution shifts that threaten the performance of machine learning models. Despite its prevalence and importance, handling distribution shifts in the tabular dom…

Representation LearningTest-time Adaptation

Attention versus Contrastive Learning of Tabular Data -- A Data-centric Benchmarking

2024-01-08 · Shourav B. Rabbani, Ivan V. Medri, Manar D. Samad

Despite groundbreaking success in image and text learning, deep learning has not achieved significant improvements against traditional machine learning (ML) when it comes to tabular data. This performance gap underscores…

BenchmarkingContrastive Learning

Distribution Shift Aware Neural Tabular Learning

2025-08-27 · Wangyang Ying, Nanxu Gong, Dongjie Wang, Xinyuan Wang 외 arxiv

Tabular learning transforms raw features into optimized spaces for downstream tasks, but its effectiveness deteriorates under distribution shifts between training and testing data. We formalize this challenge as the Dist…