HyperAIHyperAI

Command Palette

Search for a command to run...

4 months ago

Fast Graph Representation Learning with PyTorch Geometric

Matthias Fey; Jan Eric Lenssen

Fast Graph Representation Learning with PyTorch Geometric

Abstract

We introduce PyTorch Geometric, a library for deep learning on irregularly structured input data such as graphs, point clouds and manifolds, built upon PyTorch. In addition to general graph data structures and processing methods, it contains a variety of recently published methods from the domains of relational learning and 3D data processing. PyTorch Geometric achieves high data throughput by leveraging sparse GPU acceleration, by providing dedicated CUDA kernels and by introducing efficient mini-batch handling for input examples of different size. In this work, we present the library in detail and perform a comprehensive comparative study of the implemented methods in homogeneous evaluation scenarios.

Code Repositories

long-9621/splinecnn
pytorch
Mentioned in GitHub
luxtu/OCTA-graph
pytorch
Mentioned in GitHub
ncfrey/litmatter
pytorch
Mentioned in GitHub
leojklarner/gauche
pytorch
Mentioned in GitHub
rusty1s/pytorch_geometric
Official
pytorch
Mentioned in GitHub

Benchmarks

BenchmarkMethodologyMetrics
graph-classification-on-collabGCN
Accuracy: 80.6%
graph-classification-on-imdb-bGIN-0
Accuracy: 72.8%
graph-classification-on-mutagGIN-0
Accuracy: 85.7%
graph-classification-on-proteinsDiffPool
Accuracy: 75.1%
graph-classification-on-reddit-bDiffPool
Accuracy: 92.1
node-classification-on-citeseerAPPNP
Accuracy: 70.0 ± 1.4
node-classification-on-coraAPPNP
Accuracy: 82.2% ± 1.5%
node-classification-on-pubmedAPPNP
Accuracy: 79.4 ± 2.2

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
Fast Graph Representation Learning with PyTorch Geometric | Papers | HyperAI