paper-with-me

Papers

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 representation learning. However, these approaches essentially produce black-box models, in the form of deep neural networks, precluding users from following the logic behind the model predictions. We propose an approach, called IGNNet (Interpretable Graph Neural Network for tabular data), which constrains the learning algorithm to produce an interpretable model, where the model shows how the predictions are exactly computed from the original input features. A large-scale empirical investigation is presented, showing that IGNNet is performing on par with state-of-the-art machine-learning algorithms that target tabular data, including XGBoost, Random Forests, and TabNet. At the same time, the results show that the explanations obtained from IGNNet are aligned with the true Shapley values of the features without incurring any additional computational overhead.

📄 PDF Abstract BibTeX arXiv:2308.08945

Code (2)

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

Tasks

Graph Neural NetworkRepresentation Learning

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음
Residual Connection 설명 없음
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…
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 설명 없음
TabNet 설명 없음

Similar 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 …

Graph Neural Network

Handling big tabular data of ICT supply chains: a multi-task, machine-interpretable approach

2022-08-11 · Bin Xiao, Murat Simsek, Burak Kantarci, Ala Abu Alkheir

Due to the characteristics of Information and Communications Technology (ICT) products, the critical information of ICT devices is often summarized in big tabular data shared across supply chains. Therefore, it is critic…

Attribute

MAGIC: Mining an Augmented Graph using INK, starting from a CSV

2021-10-01 · SemTab@ISWC 2021 10 · Bram Steenwinckel, Filip De Turck, Femke Ongenae

A large portion of structured data does not yet reap the benefits of the Semantic Web. Therefore, The “Tabular Data to Knowledge Graph Matching” competition at ISWC tries to bridge this gap by evaluating and promoting th…

Cell Entity AnnotationColumn Type AnnotationGraph MatchingTable annotation

TabNet: Attentive Interpretable Tabular Learning

2019-08-20 · Sercan O. Arik, Tomas Pfister

We propose a novel high-performance and interpretable canonical deep tabular data learning architecture, TabNet. TabNet uses sequential attention to choose which features to reason from at each decision step, enabling in…

Decision MakingPoker Hand ClassificationRepresentation LearningSelf-Supervised Learning

Interpretable Mesomorphic Networks for Tabular Data

2023-05-22 · Arlind Kadra, Sebastian Pineda Arango, Josif Grabocka

Even though neural networks have been long deployed in applications involving tabular data, still existing neural architectures are not explainable by design. In this paper, we propose a new class of interpretable neural…

Deep Learning