Graph Neural Networks with Adaptive Readouts
David Buterez, Jon Paul Janet, Steven J. Kiddle, Dino Oglic, Pietro, Li\`o

TL;DR
This paper explores adaptive neural readouts in graph neural networks, showing they can outperform traditional permutation-invariant readouts in various tasks, especially when data has a canonical form.
Contribution
It introduces neural network-based adaptive readouts that relax permutation invariance constraints, improving performance on diverse graph learning tasks.
Findings
Neural readouts outperform standard readouts on 40+ datasets.
Adaptive readouts improve with more neighborhood iterations.
Significant gains over sum, max, and mean readouts.
Abstract
An effective aggregation of node features into a graph-level representation via readout functions is an essential step in numerous learning tasks involving graph neural networks. Typically, readouts are simple and non-adaptive functions designed such that the resulting hypothesis space is permutation invariant. Prior work on deep sets indicates that such readouts might require complex node embeddings that can be difficult to learn via standard neighborhood aggregation schemes. Motivated by this, we investigate the potential of adaptive readouts given by neural networks that do not necessarily give rise to permutation invariant hypothesis spaces. We argue that in some problems such as binding affinity prediction where molecules are typically presented in a canonical form it might be possible to relax the constraints on permutation invariance of the hypothesis space and learn a more…
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
Taxonomy
TopicsMachine Learning in Materials Science · Computational Drug Discovery Methods · Advanced Graph Neural Networks
MethodsDeep Sets
