LGJun 15, 2021

Simple GNN Regularisation for 3D Molecular Property Prediction & Beyond

arXiv:2106.07971v271 citations
AI Analysis

This addresses oversmoothing in GNNs for applications like molecular property prediction, offering a complementary tool for the GNN toolkit, though it is incremental as it applies well-studied methods in straightforward ways.

The paper tackles oversmoothing in Graph Neural Networks (GNNs) by proposing 'Noisy Nodes', a simple noise regularisation technique that corrupts input graphs and adds a noise-correcting loss, achieving state-of-the-art results on quantum chemistry tasks and significant improvements on Open Graph Benchmark datasets.

In this paper we show that simple noise regularisation can be an effective way to address GNN oversmoothing. First we argue that regularisers addressing oversmoothing should both penalise node latent similarity and encourage meaningful node representations. From this observation we derive "Noisy Nodes", a simple technique in which we corrupt the input graph with noise, and add a noise correcting node-level loss. The diverse node level loss encourages latent node diversity, and the denoising objective encourages graph manifold learning. Our regulariser applies well-studied methods in simple, straightforward ways which allow even generic architectures to overcome oversmoothing and achieve state of the art results on quantum chemistry tasks, and improve results significantly on Open Graph Benchmark (OGB) datasets. Our results suggest Noisy Nodes can serve as a complementary building block in the GNN toolkit.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes