pith. sign in

arxiv: 2106.11959 · v5 · pith:5F3DW7VQnew · submitted 2021-06-22 · 💻 cs.LG

Revisiting Deep Learning Models for Tabular Data

classification 💻 cs.LG
keywords modelstabulararchitecturesdatadeepexistingarchitecturebaselines
0
0 comments X
read the original abstract

The existing literature on deep learning for tabular data proposes a wide range of novel architectures and reports competitive results on various datasets. However, the proposed models are usually not properly compared to each other and existing works often use different benchmarks and experiment protocols. As a result, it is unclear for both researchers and practitioners what models perform best. Additionally, the field still lacks effective baselines, that is, the easy-to-use models that provide competitive performance across different problems. In this work, we perform an overview of the main families of DL architectures for tabular data and raise the bar of baselines in tabular DL by identifying two simple and powerful deep architectures. The first one is a ResNet-like architecture which turns out to be a strong baseline that is often missing in prior works. The second model is our simple adaptation of the Transformer architecture for tabular data, which outperforms other solutions on most tasks. Both models are compared to many existing architectures on a diverse set of tasks under the same training and tuning protocols. We also compare the best DL models with Gradient Boosted Decision Trees and conclude that there is still no universally superior solution.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 4 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. Reciprocal Co-Training (RCT): Coupling Gradient-Based and Non-Differentiable Models via Reinforcement Learning

    cs.CL 2026-03 unverdicted novelty 7.0

    RCT couples an LLM and Random Forest via RL feedback so each augments the other's features and rewards, producing consistent gains on three medical datasets.

  2. Prior-Aligned Data Cleaning for Tabular Foundation Models

    cs.LG 2026-04 unverdicted novelty 6.0

    L2C2 is a deep RL framework that learns to clean tabular data by aligning it to the synthetic prior of tabular foundation models, yielding higher accuracy on some benchmarks and cross-dataset policy transfer.

  3. Extending Tabular Denoising Diffusion Probabilistic Models for Time-Series Data Generation

    cs.LG 2026-04 conditional novelty 5.0

    A temporal extension of TabDDPM generates coherent synthetic time-series sequences on the WISDM dataset that match real distributions and support downstream classification with macro F1 of 0.64.

  4. Comparative Evaluation of Machine Learning Models for Predicting Donor Kidney Discard

    stat.AP 2026-02 unverdicted novelty 4.0

    On 4080 German deceased donors, an ensemble ML model reached MCC 0.76 for kidney discard prediction, with standardized preprocessing and feature selection proving more important than the specific algorithm chosen.