Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

Fast Graph Representation Learning with PyTorch Geometric

About

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.

Matthias Fey, Jan Eric Lenssen• 2019

Related benchmarks

TaskDatasetResultRank
Graph ClassificationPROTEINS--
1252
Graph ClassificationMUTAG--
1103
Graph ClassificationCOLLAB
Accuracy80.2
469
Graph ClassificationIMDB-M
Accuracy52.3
425
Graph ClassificationIMDB-B
Accuracy75.1
425
Graph ClassificationMutag (test)
Accuracy89.4
224
Graph ClassificationPROTEINS (test)
Accuracy76.2
213
Graph ClassificationNCI1 (test)
Accuracy82.7
177
Graph ClassificationREDDIT BINARY--
124
Point Cloud ClassificationModelNet10 (test)--
71
Showing 10 of 24 rows

Other info

Code

Follow for update