HyperAIHyperAI

Command Palette

Search for a command to run...

3 months ago

TREE-G: Decision Trees Contesting Graph Neural Networks

Maya Bechler-Speicher Amir Globerson Ran Gilad-Bachrach

TREE-G: Decision Trees Contesting Graph Neural Networks

Abstract

When dealing with tabular data, models based on decision trees are a popular choice due to their high accuracy on these data types, their ease of application, and explainability properties. However, when it comes to graph-structured data, it is not clear how to apply them effectively, in a way that incorporates the topological information with the tabular data available on the vertices of the graph. To address this challenge, we introduce TREE-G. TREE-G modifies standard decision trees, by introducing a novel split function that is specialized for graph data. Not only does this split function incorporate the node features and the topological information, but it also uses a novel pointer mechanism that allows split nodes to use information computed in previous splits. Therefore, the split function adapts to the predictive task and the graph at hand. We analyze the theoretical properties of TREE-G and demonstrate its benefits empirically on multiple graph and vertex prediction benchmarks. In these experiments, TREE-G consistently outperforms other tree-based models and often outperforms other graph-learning algorithms such as Graph Neural Networks (GNNs) and Graph Kernels, sometimes by large margins. Moreover, TREE-Gs models and their predictions can be explained and visualized

Code Repositories

mayabechlerspeicher/tree-g
Official
pytorch
Mentioned in GitHub

Benchmarks

BenchmarkMethodologyMetrics
graph-classification-on-ddTREE-G
Accuracy: 76.2%
graph-classification-on-enzymesTREE-G
Accuracy: 59.6
graph-classification-on-hiv-datasetTREE-G
Accuracy: 83.5
graph-classification-on-imdb-bTREE-G
Accuracy: 73%
graph-classification-on-imdb-mTREE-G
Accuracy: 56.4%
graph-classification-on-mutagTREE-G
Accuracy: 91.1%
graph-classification-on-mutagenicityTREE-G
Accuracy: 83
graph-classification-on-nci1TREE-G
Accuracy: 75.9%
graph-classification-on-proteinsTREE-G
Accuracy: 75.6
graph-classification-on-ptcTREE-G
Accuracy: 59.1%
node-classification-on-citeseerTREE-G
Accuracy: 74.5
node-classification-on-cora-fixed-20-node-perTREE-G
Accuracy: 83.5
node-classification-on-pubmedTREE-G
Accuracy: 78.0

Build AI with AI

From idea to launch — accelerate your AI development with free AI co-coding, out-of-the-box environment and best price of GPUs.

AI Co-coding
Ready-to-use GPUs
Best Pricing
Get Started

Hyper Newsletters

Subscribe to our latest updates
We will deliver the latest updates of the week to your inbox at nine o'clock every Monday morning
Powered by MailChimp
TREE-G: Decision Trees Contesting Graph Neural Networks | Papers | HyperAI