LGSIMay 25, 2023

TabGSL: Graph Structure Learning for Tabular Data Prediction

arXiv:2305.15843v19 citations
Originality Incremental advance
AI Analysis

It addresses the problem of improving prediction accuracy for tabular data in real-world applications by introducing a novel graph-based approach, though it is incremental in combining existing techniques like graph neural networks and transformers.

The paper tackles tabular data prediction by learning graph structures from tabular data to capture instance correlations, and it demonstrates that TabGSL outperforms tree-based and deep learning models on 30 benchmark datasets.

This work presents a novel approach to tabular data prediction leveraging graph structure learning and graph neural networks. Despite the prevalence of tabular data in real-world applications, traditional deep learning methods often overlook the potentially valuable associations between data instances. Such associations can offer beneficial insights for classification tasks, as instances may exhibit similar patterns of correlations among features and target labels. This information can be exploited by graph neural networks, necessitating robust graph structures. However, existing studies primarily focus on improving graph structure from noisy data, largely neglecting the possibility of deriving graph structures from tabular data. We present a novel solution, Tabular Graph Structure Learning (TabGSL), to enhance tabular data prediction by simultaneously learning instance correlation and feature interaction within a unified framework. This is achieved through a proposed graph contrastive learning module, along with transformer-based feature extractor and graph neural network. Comprehensive experiments conducted on 30 benchmark tabular datasets demonstrate that TabGSL markedly outperforms both tree-based models and recent deep learning-based tabular models. Visualizations of the learned instance embeddings further substantiate the effectiveness of TabGSL.

Foundations

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

Your Notes