Improving Graph Property Prediction with Generalized Readout Functions
Eric Alcaide

TL;DR
This paper introduces a generalized readout function for graph neural networks that enhances information retention during graph property prediction, achieving state-of-the-art results by replacing traditional pooling methods.
Contribution
A novel parameterized readout layer that generalizes existing pooling functions and improves graph property prediction performance.
Findings
Achieved new state-of-the-art results on graph property prediction tasks.
Demonstrated the generalized readout's ability to revert to popular pooling functions.
Showed improved expressiveness and performance over traditional readout methods.
Abstract
Graph property prediction is drawing increasing attention in the recent years due to the fact that graphs are one of the most general data structures since they can contain an arbitrary number of nodes and connections between them, and it is the backbone for many different tasks like classification and regression on such kind of data (networks, molecules, knowledge bases, ...). We introduce a novel generalized global pooling layer to mitigate the information loss that typically occurs at the Readout phase in Message-Passing Neural Networks. This novel layer is parametrized by two values ( and ) which can optionally be learned, and the transformation it performs can revert to several already popular readout functions (mean, max and sum) under certain settings, which can be specified. To showcase the superior expressiveness and performance of this novel technique, we test it in…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Neural Networks · Machine Learning in Materials Science · Graph Theory and Algorithms
