Protein Representation Learning by Geometric Structure Pretraining
About
Learning effective protein representations is critical in a variety of tasks in biology such as predicting protein function or structure. Existing approaches usually pretrain protein language models on a large number of unlabeled amino acid sequences and then finetune the models with some labeled data in downstream tasks. Despite the effectiveness of sequence-based approaches, the power of pretraining on known protein structures, which are available in smaller numbers only, has not been explored for protein property prediction, though protein structures are known to be determinants of protein function. In this paper, we propose to pretrain protein representations according to their 3D structures. We first present a simple yet effective encoder to learn the geometric features of a protein. We pretrain the protein graph encoder by leveraging multiview contrastive learning and different self-prediction tasks. Experimental results on both function prediction and fold classification tasks show that our proposed pretraining methods outperform or are on par with the state-of-the-art sequence-based methods, while using much less pretraining data. Our implementation is available at https://github.com/DeepGraphLearning/GearNet.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Fold Classification | Fold Classification | Superfamily Score80.5 | 31 | |
| Gene Ontology prediction | Gene Ontology | BP Score49 | 29 | |
| Reaction Classification | Enzyme Reaction | Reaction Accuracy86.6 | 19 | |
| Protein-Protein Interaction prediction | Human PPI | Accuracy73.86 | 18 | |
| Enzyme Commission Prediction | Enzyme Commission | EC Score81 | 16 | |
| Protein Fold Classification | SCOP Fold (test) | Accuracy (Fold)28.4 | 16 | |
| Enzyme Reaction Classification | ReAct (test) | Accuracy79.4 | 13 | |
| Enzyme Commission number prediction | EC | EC Accuracy87.4 | 12 | |
| Enzyme Commission number prediction | Enzyme Commission (EC) PEER benchmark (test) | AUPR0.892 | 8 | |
| Gene Ontology term prediction | Gene Ontology Biological Process (GO-BP) PEER benchmark (test) | AUPR0.292 | 8 |