LGCHEM-PHFeb 19, 2021

Molecular Contrastive Learning of Representations via Graph Neural Networks

arXiv:2102.10056v245 citations
Originality Incremental advance
AI Analysis

This work addresses the problem of expensive labeled data acquisition for drug discovery and molecule property prediction, offering a domain-specific incremental improvement.

The paper tackles the challenge of limited labeled data in molecular machine learning by introducing MolCLR, a self-supervised learning framework that uses graph neural networks and contrastive learning on large unlabeled datasets (~10M molecules), achieving state-of-the-art performance on various molecular property benchmarks after fine-tuning.

Molecular Machine Learning (ML) bears promise for efficient molecule property prediction and drug discovery. However, labeled molecule data can be expensive and time-consuming to acquire. Due to the limited labeled data, it is a great challenge for supervised-learning ML models to generalize to the giant chemical space. In this work, we present MolCLR: Molecular Contrastive Learning of Representations via Graph Neural Networks (GNNs), a self-supervised learning framework that leverages large unlabeled data (~10M unique molecules). In MolCLR pre-training, we build molecule graphs and develop GNN encoders to learn differentiable representations. Three molecule graph augmentations are proposed: atom masking, bond deletion, and subgraph removal. A contrastive estimator maximizes the agreement of augmentations from the same molecule while minimizing the agreement of different molecules. Experiments show that our contrastive learning framework significantly improves the performance of GNNs on various molecular property benchmarks including both classification and regression tasks. Benefiting from pre-training on the large unlabeled database, MolCLR even achieves state-of-the-art on several challenging benchmarks after fine-tuning. Additionally, further investigations demonstrate that MolCLR learns to embed molecules into representations that can distinguish chemically reasonable molecular similarities.

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