Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Dual-view Molecule Pre-training

About

Inspired by its success in natural language processing and computer vision, pre-training has attracted substantial attention in cheminformatics and bioinformatics, especially for molecule based tasks. A molecule can be represented by either a graph (where atoms are connected by bonds) or a SMILES sequence (where depth-first-search is applied to the molecular graph with specific rules). Existing works on molecule pre-training use either graph representations only or SMILES representations only. In this work, we propose to leverage both the representations and design a new pre-training algorithm, dual-view molecule pre-training (briefly, DMP), that can effectively combine the strengths of both types of molecule representations. The model of DMP consists of two branches: a Transformer branch that takes the SMILES sequence of a molecule as input, and a GNN branch that takes a molecular graph as input. The training of DMP contains three tasks: (1) predicting masked tokens in a SMILES sequence by the Transformer branch, (2) predicting masked atoms in a molecular graph by the GNN branch, and (3) maximizing the consistency between the two high-level representations output by the Transformer and GNN branches separately. After pre-training, we can use either the Transformer branch (this one is recommended according to empirical results), the GNN branch, or both for downstream tasks. DMP is tested on nine molecular property prediction tasks and achieves state-of-the-art performances on seven of them. Furthermore, we test DMP on three retrosynthesis tasks and achieve state-of-the-art results on them.

Jinhua Zhu, Yingce Xia, Tao Qin, Wengang Zhou, Houqiang Li, Tie-Yan Liu• 2021

Related benchmarks

TaskDatasetResultRank
Retrosynthesis predictionUSPTO-FULL (test)
Top-1 Acc45
59
RetrosynthesisUSPTO-50k Reaction type unknown (test)
Top-1 Accuracy46.1
59
Binary ClassificationMoleculeNet HIV DeepChem (test)
ROC-AUC0.814
32
Binary ClassificationMoleculeNet ClinTox DeepChem (test)
ROC AUC95.6
27
Molecular Property Prediction (Classification)MoleculeNet (test)
BBBP78.1
20
Binary ClassificationMoleculeNet BACE DeepChem (test)
ROC-AUC0.896
17
Binary ClassificationMoleculeNet SIDER DeepChem (test)
ROC AUC0.7
17
RetrosynthesisUSPTO-50K Reaction types given as prior (test)
Top-1 Accuracy66.5
17
RetrosynthesisUSPTO-50K unknown reaction types (test)
Top-1 Accuracy54.2
17
Binary ClassificationMoleculeNet BBBP DeepChem (test)
ROC AUC78.4
17
Showing 10 of 17 rows

Other info

Follow for update