Graph-based Tabular Deep Learning Should Learn Feature Interactions, Not Just Make Predictions
Elias Dubbeldam, Reza Mohammadi, Marit Schoonhoven, S. Ilker Birbil
TL;DR
The paper addresses the gap in GTDL for tabular data by arguing that learning and validating the explicit feature-interaction graph $G=(V,E)$ with weighted adjacency $A \in \mathbb{R}^{p \times p}$ (where $A_{ii}=0$, and $0\le A_{ij}\le1$) is essential, not just predicting targets. It proposes synthetic benchmarks with ground-truth graphs and a quantitative $AUC$-$ROC$ metric to evaluate structure recovery, showing that many GTDL methods fail to recover meaningful interactions (ROC-AUC near 0.5) while explicit baselines like BDgraph can recover the structure well. Importantly, pruning models to the true edges often improves predictive $R^2$, especially with limited data, underscoring the practical value of structure-aware learning. The authors call for a new generation of GTDL models that incorporate structure-aware inductive biases, leverage ground-truth benchmarks, and extend to richer modalities and categorical features, aiming for interpretable and trustworthy tabular deep learning.
Abstract
Despite recent progress, deep learning methods for tabular data still struggle to compete with traditional tree-based models. A key challenge lies in modeling complex, dataset-specific feature interactions that are central to tabular data. Graph-based tabular deep learning (GTDL) methods aim to address this by representing features and their interactions as graphs. However, existing methods predominantly optimize predictive accuracy, neglecting accurate modeling of the graph structure. This position paper argues that GTDL should move beyond prediction-centric objectives and prioritize the explicit learning and evaluation of feature interactions. Using synthetic datasets with known ground-truth graph structures, we show that existing GTDL methods fail to recover meaningful feature interactions. Moreover, enforcing the true interaction structure improves predictive performance. This highlights the need for GTDL methods to prioritize quantitative evaluation and accurate structural learning. We call for a shift toward structure-aware modeling as a foundation for building GTDL systems that are not only accurate but also interpretable, trustworthy, and grounded in domain understanding.
