LGAIBMApr 4, 2022

Multi-Scale Representation Learning on Proteins

arXiv:2204.02337v1119 citationsh-index: 17
Originality Incremental advance
AI Analysis

This work addresses protein analysis for computational biology, offering a more efficient and robust method, though it is incremental in combining multi-scale features.

The paper tackles protein representation learning by introducing HoloProt, a multi-scale graph construction connecting surface, structure, and sequence, which outperforms baselines on ligand binding affinity regression across dataset splits and achieves competitive protein function classification with 10x fewer parameters.

Proteins are fundamental biological entities mediating key roles in cellular function and disease. This paper introduces a multi-scale graph construction of a protein -- HoloProt -- connecting surface to structure and sequence. The surface captures coarser details of the protein, while sequence as primary component and structure -- comprising secondary and tertiary components -- capture finer details. Our graph encoder then learns a multi-scale representation by allowing each level to integrate the encoding from level(s) below with the graph at that level. We test the learned representation on different tasks, (i.) ligand binding affinity (regression), and (ii.) protein function prediction (classification). On the regression task, contrary to previous methods, our model performs consistently and reliably across different dataset splits, outperforming all baselines on most splits. On the classification task, it achieves a performance close to the top-performing model while using 10x fewer parameters. To improve the memory efficiency of our construction, we segment the multiplex protein surface manifold into molecular superpixels and substitute the surface with these superpixels at little to no performance loss.

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