← Search

Lukas Faber

3 accepted papers

2024

GraphChef: Decision-Tree Recipes to Explain Graph Neural Networks

ICLR 2024poster

We propose a new self-explainable Graph Neural Network (GNN) model: GraphChef. GraphChef integrates decision trees into the GNN message passing framework. Given a dataset, GraphChef returns a set of rules (a recipe) that explains each class in the dataset unlike existing GNNs and explanation methods…

Cited by 11SourcePDFScholar
2021

DropGNN: Random Dropouts Increase the Expressiveness of Graph Neural Networks

NeurIPS 2021spotlight

This paper studies Dropout Graph Neural Networks (DropGNNs), a new approach that aims to overcome the limitations of standard GNN frameworks. In DropGNNs, we execute multiple runs of a GNN on the input graph, with some of the nodes randomly and independently dropped in each of these runs. Then, we c…