paper-with-me

홈 › Papers

TabFSBench: Tabular Benchmark for Feature Shifts in Open Environment

2025-01-31 · Zi-Jian Cheng, Zi-Yi Jia, Zhi Zhou, Lan-Zhe Guo, Yu-Feng Li

Tabular data is widely utilized in various machine learning tasks. Current tabular learning research predominantly focuses on closed environments, while in real-world applications, open environments are often encountered, where distribution and feature shifts occur, leading to significant degradation in model performance. Previous research has primarily concentrated on mitigating distribution shifts, whereas feature shifts, a distinctive and unexplored challenge of tabular data, have garnered limited attention. To this end, this paper conducts the first comprehensive study on feature shifts in tabular data and introduces the first tabular feature-shift benchmark (TabFSBench). TabFSBench evaluates impacts of four distinct feature-shift scenarios on four tabular model categories across various datasets and assesses the performance of large language models (LLMs) and tabular LLMs in the tabular benchmark for the first time. Our study demonstrates three main observations: (1) most tabular models have the limited applicability in feature-shift scenarios; (2) the shifted feature set importance has a linear relationship with model performance degradation; (3) model performance in closed environments correlates with feature-shift performance. Future research direction is also explored for each observation. TabFSBench is released for public access by using a few lines of Python codes at https://github.com/LAMDASZ-ML/TabFSBench.

📄 PDF Abstract BibTeX arXiv:2501.18935

Code (1)

lamdasz-ml/tabfsbench 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

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

Similar Papers 제목 키워드 기반

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

Feature-aware Modulation for Learning from Temporal Tabular Data

2025-12-03 · Hao-Run Cai, Han-Jia Ye arxiv

While tabular machine learning has achieved remarkable success, temporal distribution shifts pose significant challenges in real-world deployment, as the relationships between features and labels continuously evolve. Sta…

On the Need for a Language Describing Distribution Shifts: Illustrations on Tabular Datasets

2023-09-26 · NeurIPS 2023 11

Different distribution shifts require different algorithmic and operational interventions. Methodological research must be grounded by the specific shifts they address. Although nascent benchmarks provide a promisin…

LLM Embeddings Improve Test-time Adaptation to Tabular $Y|X$-Shifts

2024-10-09 · Yibo Zeng, Jiashuo Liu, Henry Lam, Hongseok Namkoong

For tabular datasets, the change in the relationship between the label and covariates ($Y|X$-shifts) is common due to missing variables (a.k.a. confounders). Since it is impossible to generalize to a completely new and u…

Test-time AdaptationWorld Knowledge

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…