Graph Neural Network contextual embedding for Deep Learning on Tabular Data
Mario Villaizán-Vallelado, Matteo Salvatori, Belén Carro Martinez, Antonio Javier Sanchez Esguevillas
TL;DR
This paper introduces INCE, a Graph Neural Network-based contextual embedding approach for tabular data, addressing heterogeneity and arbitrary feature ordering by modeling interactions among features as a fully-connected feature graph with a learned $cls$ token. Features are projected into a common latent space and refined through a stack of Interaction Network layers, yielding a contextual embedding used by a decoder for supervised tasks. Across five public tabular datasets, INCE outperforms DL benchmarks and remains competitive with boosted-tree methods, while providing interpretable insights into feature interactions via edge updates and Mahalanobis-based significance analysis. The work demonstrates that GNN-based contextual embeddings are a compelling, parameter-efficient alternative to Transformer-based methods for tabular data, with practical implications for AI systems requiring both accuracy and interpretability.
Abstract
All industries are trying to leverage Artificial Intelligence (AI) based on their existing big data which is available in so called tabular form, where each record is composed of a number of heterogeneous continuous and categorical columns also known as features. Deep Learning (DL) has constituted a major breakthrough for AI in fields related to human skills like natural language processing, but its applicability to tabular data has been more challenging. More classical Machine Learning (ML) models like tree-based ensemble ones usually perform better. This paper presents a novel DL model using Graph Neural Network (GNN) more specifically Interaction Network (IN), for contextual embedding and modelling interactions among tabular features. Its results outperform those of a recently published survey with DL benchmark based on five public datasets, also achieving competitive results when compared to boosted-tree solutions.
