LGJul 18, 2024

Transformers with Stochastic Competition for Tabular Data Modelling

arXiv:2407.13238v16 citationsh-index: 28
Originality Highly original
AI Analysis

This addresses the challenge of improving deep learning for tabular data across industries, representing a novel method rather than an incremental improvement.

The authors tackled the problem of applying deep learning to tabular data, where neural networks often underperform compared to gradient boosted decision trees, by introducing a Transformer-based model with stochastic competition mechanisms that achieved high performance on public datasets.

Despite the prevalence and significance of tabular data across numerous industries and fields, it has been relatively underexplored in the realm of deep learning. Even today, neural networks are often overshadowed by techniques such as gradient boosted decision trees (GBDT). However, recent models are beginning to close this gap, outperforming GBDT in various setups and garnering increased attention in the field. Inspired by this development, we introduce a novel stochastic deep learning model specifically designed for tabular data. The foundation of this model is a Transformer-based architecture, carefully adapted to cater to the unique properties of tabular data through strategic architectural modifications and leveraging two forms of stochastic competition. First, we employ stochastic "Local Winner Takes All" units to promote generalization capacity through stochasticity and sparsity. Second, we introduce a novel embedding layer that selects among alternative linear embedding layers through a mechanism of stochastic competition. The effectiveness of the model is validated on a variety of widely-used, publicly available datasets. We demonstrate that, through the incorporation of these elements, our model yields high performance and marks a significant advancement in the application of deep learning to tabular data.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes