LGAIBMOct 8, 2021

3D Infomax improves GNNs for Molecular Property Prediction

arXiv:2110.04126v4275 citations
Originality Incremental advance
AI Analysis

This addresses the challenge of scaling molecular property prediction for real-world applications where 3D data is infeasible, offering an incremental improvement over existing methods.

The paper tackles the problem of predicting molecular properties when 3D structure data is unavailable by pre-training a Graph Neural Network (GNN) to infer latent 3D information from 2D graphs, resulting in a 22% average MAE reduction on quantum mechanical properties.

Molecular property prediction is one of the fastest-growing applications of deep learning with critical real-world impacts. Including 3D molecular structure as input to learned models improves their performance for many molecular tasks. However, this information is infeasible to compute at the scale required by several real-world applications. We propose pre-training a model to reason about the geometry of molecules given only their 2D molecular graphs. Using methods from self-supervised learning, we maximize the mutual information between 3D summary vectors and the representations of a Graph Neural Network (GNN) such that they contain latent 3D information. During fine-tuning on molecules with unknown geometry, the GNN still generates implicit 3D information and can use it to improve downstream tasks. We show that 3D pre-training provides significant improvements for a wide range of properties, such as a 22% average MAE reduction on eight quantum mechanical properties. Moreover, the learned representations can be effectively transferred between datasets in different molecular spaces.

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