paper-with-me

Papers

Interpretable Graph Neural Networks for Heterogeneous Tabular Data

2024-08-14 · Amr AlKhatib, Henrik Boström

Many machine learning algorithms for tabular data produce black-box models, which prevent users from understanding the rationale behind the model predictions. In their unconstrained form, graph neural networks fall into this category, and they have further limited abilities to handle heterogeneous data. To overcome these limitations, an approach is proposed, called IGNH (Interpretable Graph Neural Network for Heterogeneous tabular data), which handles both categorical and numerical features, while constraining the learning process to generate exact feature attributions together with the predictions. A large-scale empirical investigation is presented, showing that the feature attributions provided by IGNH align with Shapley values that are computed post hoc. Furthermore, the results show that IGNH outperforms two powerful machine learning algorithms for tabular data, Random Forests and TabNet, while reaching a similar level of performance as XGBoost.

📄 PDF Abstract BibTeX arXiv:2408.07661

Code (2)

amrmalkhatib/ignh 공식 구현 pytorch
amrmalkhatib/ignnet pytorch

Tasks

Graph Neural Network

Methods 이 논문이 사용한 방법론

Gated Linear Unit A Gated Linear Unit, or GLU computes: $$ \mathrm{GLU}(a, b) = a \otimes \sigma(b) $$ It is used in natural language processing architectures, for example the Gated CNN,…
Batch Normalization 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Residual Connection 설명 없음
TabNet 설명 없음
ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…
Graph Neural Network 설명 없음

Similar Papers 제목 키워드 기반

Inductive inference of gradient-boosted decision trees on graphs for insurance fraud detection

2025-10-07 · Félix Vandervorst, Bruno Deprez, Wouter Verbeke, Tim Verdonck arxiv

Graph-based methods are becoming increasingly popular in machine learning due to their ability to model complex data and relations. Insurance fraud is a prime use case, since fraudulent claims are often the result of org…

Fraud Detection

TabGraphs: A Benchmark and Strong Baselines for Learning on Graphs with Tabular Node Features

2024-09-22 · Gleb Bazhenov, Oleg Platonov, Liudmila Prokhorenkova

Tabular machine learning is an important field for industry and science. In this field, table rows are usually treated as independent data samples, but additional information about relations between them is sometimes ava…

Statistical Embeddings for Similarity, Retrieval, and Interpretable Alignment of Numeric Tabular Datasets

2026-05-28 · M. Ross Kunz, John Merickel, Keith Wilson arxiv

Numeric tabular datasets are the dominant data format in scientific practice, yet large language models lack native mechanisms for representing numeric datasets in a meaningful way across heterogeneous feature spaces. Ex…

Boost then Convolve: Gradient Boosting Meets Graph Neural Networks

2021-01-21 · ICLR 2021 1 · Sergei Ivanov, Liudmila Prokhorenkova

Graph neural networks (GNNs) are powerful models that have been successful in various graph representation learning tasks. Whereas gradient boosted decision trees (GBDT) often outperform other machine learning methods wh…

Graph Representation LearningRepresentation Learning

Interpretable Graph Neural Networks for Tabular Data

2023-08-17 · Amr AlKhatib, Sofiane Ennadir, Henrik Boström, Michalis Vazirgiannis

Data in tabular format is frequently occurring in real-world applications. Graph Neural Networks (GNNs) have recently been extended to effectively handle such data, allowing feature interactions to be captured through re…

Graph Neural NetworkRepresentation Learning