Scaling R-GCN Training with Graph Summarization
Alessandro Generale, Till Blume, Michael Cochez

TL;DR
This paper explores using graph summarization to reduce memory and computational requirements for training Relational Graph Convolutional Networks, achieving comparable or better accuracy on several datasets.
Contribution
It introduces a novel approach of training R-GCNs on summarized graphs to address memory limitations and demonstrates its effectiveness on multiple datasets.
Findings
Training on graph summaries yields comparable or higher accuracy.
Graph summarization reduces computational overhead.
Further research needed for very large graphs.
Abstract
Training of Relational Graph Convolutional Networks (R-GCN) is a memory intense task. The amount of gradient information that needs to be stored during training for real-world graphs is often too large for the amount of memory available on most GPUs. In this work, we experiment with the use of graph summarization techniques to compress the graph and hence reduce the amount of memory needed. After training the R-GCN on the graph summary, we transfer the weights back to the original graph and attempt to perform inference on it. We obtain reasonable results on the AIFB, MUTAG and AM datasets. Our experiments show that training on the graph summary can yield a comparable or higher accuracy to training on the original graphs.Furthermore, if we take the time to compute the summary out of the equation, we observe that the smaller graph representations obtained with graph summarization methods…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsAttention Model
