A Neural Network Alternative to Tree-based Models
Salvatore Raieli, Nathalie Jeanray, St\'ephane Gerart, Sebastien, Vachenc, Abdulrahman Altahhan

TL;DR
This paper introduces sTAB-Net, a neural network model with built-in sparsity via attention mechanisms, outperforming tree-based models on biological tabular datasets and enabling better interpretability and insights.
Contribution
The paper presents a novel neural network architecture that incorporates sparsity through attention mechanisms, improving performance and interpretability on tabular data.
Findings
sTAB-Net outperforms traditional tree-based models on biological datasets.
The model allows for direct feature importance extraction.
sTAB-Net achieves state-of-the-art results, surpassing post-hoc interpretability methods.
Abstract
Tabular datasets are widely used in scientific disciplines such as biology. While these disciplines have already adopted AI methods to enhance their findings and analysis, they mainly use tree-based methods due to their interpretability. At the same time, artificial neural networks have been shown to offer superior flexibility and depth for rich and complex non-tabular problems, but they are falling behind tree-based models for tabular data in terms of performance and interpretability. Although sparsity has been shown to improve the interpretability and performance of ANN models for complex non-tabular datasets, enforcing sparsity structurally and formatively for tabular data before training the model, remains an open question. To address this question, we establish a method that infuses sparsity in neural networks by utilising attention mechanisms to capture the features' importance in…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsExplainable Artificial Intelligence (XAI) · Machine Learning and Data Classification · Machine Learning in Healthcare
MethodsSoftmax · Attention Is All You Need · Shapley Additive Explanations
