BMLGDec 9, 2021

Multimodal Pre-Training Model for Sequence-based Prediction of Protein-Protein Interaction

arXiv:2112.04814v112 citations
Originality Incremental advance
AI Analysis

This work addresses the challenge of accurately modeling PPIs for biomedical applications like drug discovery, though it appears incremental by combining existing modalities with a novel structural encoding.

The authors tackled the problem of protein-protein interaction (PPI) prediction by proposing a multimodal pre-training model that integrates sequence, structure, and function modalities, achieving good performance on various PPI tasks such as cross-species PPI and antibody-antigen affinity prediction.

Protein-protein interactions (PPIs) are essentials for many biological processes where two or more proteins physically bind together to achieve their functions. Modeling PPIs is useful for many biomedical applications, such as vaccine design, antibody therapeutics, and peptide drug discovery. Pre-training a protein model to learn effective representation is critical for PPIs. Most pre-training models for PPIs are sequence-based, which naively adopt the language models used in natural language processing to amino acid sequences. More advanced works utilize the structure-aware pre-training technique, taking advantage of the contact maps of known protein structures. However, neither sequences nor contact maps can fully characterize structures and functions of the proteins, which are closely related to the PPI problem. Inspired by this insight, we propose a multimodal protein pre-training model with three modalities: sequence, structure, and function (S2F). Notably, instead of using contact maps to learn the amino acid-level rigid structures, we encode the structure feature with the topology complex of point clouds of heavy atoms. It allows our model to learn structural information about not only the backbones but also the side chains. Moreover, our model incorporates the knowledge from the functional description of proteins extracted from literature or manual annotations. Our experiments show that the S2F learns protein embeddings that achieve good performances on a variety of PPIs tasks, including cross-species PPI, antibody-antigen affinity prediction, antibody neutralization prediction for SARS-CoV-2, and mutation-driven binding affinity change prediction.

Foundations

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

Your Notes