Skip to main content
QUICK REVIEW

[Paper Review] Multi-Scale Representation Learning on Proteins

Vignesh Ram Somnath, Charlotte Bunne|arXiv (Cornell University)|Apr 4, 2022
Machine Learning in Materials Science22 citations
TL;DR

HoloProt builds a two-layer multi-scale protein graph (surface and structure) connected across scales, learns integrated representations, and demonstrates strong protein-ligand binding affinity regression and enzyme classification with high parameter efficiency using molecular superpixels for memory savings.

ABSTRACT

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.

Motivation & Objective

  • Motivate robust protein representations that capture sequence, structure, and surface information across scales.
  • Propose a multi-scale graph construction (surface and structure) linked by residue correspondences.
  • Develop a multi-scale encoder that propagates information from lower to higher scales.
  • Evaluate on protein-ligand binding affinity regression and enzyme-catalyzed reaction classification.
  • Demonstrate memory-efficient variants using molecular superpixels without significant performance loss.

Proposed method

  • Construct a two-layer protein graph: a surface graph G_S and a backbone/structure graph G_B.
  • Link surface and structure nodes via residue-aligned edges to enable cross-scale information flow.
  • Apply a separate Message Passing Neural Network (MPN) at each layer with inputs crafted per layer (surface features; residue-based structure features with averaged surface embeddings).
  • Aggregate structure-layer node representations to form a protein graph representation c_GP.
  • For ligands, use an MPN to obtain c_G Ligand and predict binding affinity via an MLP from concatenated protein and ligand representations.
  • For enzyme classification, predict enzyme class by feeding c_GP into an MLP for multi-class classification.
  • Introduce molecular superpixels on the protein surface to summarize features and reduce memory usage with minimal performance loss.

Experimental results

Research questions

  • RQ1Can a multi-scale graph combining protein surface and structure improve predictive power over single-scale representations?
  • RQ2Do cross-scale connections enable residue-level encodings to reflect higher-level geometric and chemical properties?
  • RQ3Are molecular superpixels an effective memory-efficient surrogate for rich surface representations without sacrificing performance?
  • RQ4How does HoloProt perform on protein-ligand binding affinity regression across diverse dataset splits?
  • RQ5How does HoloProt fare in enzyme-catalyzed reaction classification compared to state-of-the-art methods?

Key findings

  • HoloProt achieves consistently strong performance on protein-ligand binding affinity prediction across scaffold and high-identity splits, outperforming most baselines on several splits.
  • On binding affinity, HoloProt with full surface input matches or exceeds baselines while using fewer parameters than many competitors.
  • On enzyme-catalyzed reaction classification, HoloProt attains competitive accuracy with substantially fewer parameters than sequence-based or larger structure-based models.
  • Using molecular superpixels maintains similar performance to full-surface variants, indicating effective motif capture with memory savings.
  • Ablation studies show multi-scale integration generally improves over single-scale (structure or surface) representations, and that the contribution of scales varies by task.

Better researchstarts right now

From reading papers to final review, dramatically reduce your research time.

No credit card · Free plan available

This review was created by AI and reviewed by human editors.