paper-with-me

Papers

TabMixer: advancing tabular data analysis with an enhanced MLP-mixer approach

2025-02-21 · Pattern Analysis and Applications 2025 2 · Ali Eslamian, Qiang Cheng

Tabular data, prevalent in relational databases and spreadsheets, is fundamental across fields like healthcare, engineering, and finance. Despite significant advances in tabular data learning, critical challenges remain: handling missing values, addressing class imbalance, enabling transfer learning, and facilitating feature incremental learning beyond traditional supervised paradigms. We introduce TabMixer, an innovative model that enhances the multilayer perceptron (MLP) mixer architecture to address these challenges. TabMixer incorporates a self-attention mechanism, making it versatile across various learning scenarios including supervised learning, transfer learning, and feature incremental learning. Extensive experiments on eight public datasets demonstrate TabMixer’s superior performance over existing state-of-the-art methods. Notably, TabMixer achieved substantial improvements in ANOVA AUC across all scenarios: a 4% increase in supervised learning (0.840 to 0.881), 8% in transfer learning (0.803 to 0.872), and 4% in feature incremental learning (0.806 to 0.843). TabMixer demonstrates high computational efficiency and scalability through reduced floating-point operations and learnable parameters. Moreover, it exhibits strong resilience to missing values and class imbalances through both its architectural design and optional preprocessing enhancements. These results establish TabMixer as a promising model for tabular data analysis and a valuable tool for diverse applications.

📄 PDF Abstract BibTeX

Code (1)

aseslamian/TabMixer pytorch

Tasks

Computational EfficiencyDeep LearningIncremental LearningMissing Valuestabular-classificationTransfer Learning

Similar Papers 제목 키워드 기반

TabMixer: Noninvasive Estimation of the Mean Pulmonary Artery Pressure via Imaging and Tabular Data Mixing

2024-09-11 · Michal K. Grzeszczyk, Przemysław Korzeniowski, Samer Alabed, Andrew J. Swift 외

Right Heart Catheterization is a gold standard procedure for diagnosing Pulmonary Hypertension by measuring mean Pulmonary Artery Pressure (mPAP). It is invasive, costly, time-consuming and carries risks. In this paper, …

ODUTQA-MDC: A Task for Open-Domain Underspecified Tabular QA with Multi-turn Dialogue-based Clarification

2026-04-11 · Zhensheng Wang, ZhanTeng Lin, Wenmian Yang, Kun Zhou 외 arxiv

The advancement of large language models (LLMs) has enhanced tabular question answering (Tabular QA), yet they struggle with open-domain queries exhibiting underspecified or uncertain expressions. To address this, we int…

Question Answering

TabMixer: Excavating Label Distribution Learning with Small-scale Features

2022-10-25 · Weiyi Cong, Zhuoran Zheng, Xiuyi Jia

Label distribution learning (LDL) differs from multi-label learning which aims at representing the polysemy of instances by transforming single-label values into descriptive degrees. Unfortunately, the feature space of t…

DescriptiveInductive BiasMulti-Label Learning

Hardness in Markov Decision Processes: Theory and Practice

2022-10-24 · Michelangelo Conserva, Paulo Rauber

Meticulously analysing the empirical strengths and weaknesses of reinforcement learning methods in hard (challenging) environments is essential to inspire innovations and assess progress in the field. In tabular reinforc…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Trans-KBLSTM: An External Knowledge Enhanced Transformer BiLSTM Model for Tabular Reasoning

2022-05-01 · DeeLIO (ACL) 2022 5 · Yerram Varun, Aayush Sharma, Vivek Gupta

Natural language inference on tabular data is a challenging task. Existing approaches lack the world and common sense knowledge required to perform at a human level. While massive amounts of KG data exist, approaches to …

Common Sense ReasoningNatural Language Inference