Towards Multiscale Graph-based Protein Learning with Geometric Secondary Structural Motifs
Shih-Hsin Wang, Yuhao Huang, Taos Transue, Justin Baker, Jonathan Forstater, Thomas Strohmer, Bao Wang
TL;DR
This paper tackles multiscale protein representation learning by introducing a secondary-structure–driven hierarchical graph (SSHG) that couples fine-grained intra-motif graphs with a coarse inter-motif graph. A two-stage GNN learns local motif embeddings first and then models long-range dependencies across motifs, aided by orientation features derived from local frames. The authors establish maximal expressiveness guarantees and a sparsity bound, enabling scalable learning while preserving geometric fidelity. Empirically, SSHG improves prediction accuracy and reduces runtime/memory across enzyme reaction classification and protein–ligand binding tasks, with ablations highlighting the value of integrating secondary-structure information and geometric relationships.
Abstract
Graph neural networks (GNNs) have emerged as powerful tools for learning protein structures by capturing spatial relationships at the residue level. However, existing GNN-based methods often face challenges in learning multiscale representations and modeling long-range dependencies efficiently. In this work, we propose an efficient multiscale graph-based learning framework tailored to proteins. Our proposed framework contains two crucial components: (1) It constructs a hierarchical graph representation comprising a collection of fine-grained subgraphs, each corresponding to a secondary structure motif (e.g., $α$-helices, $β$-strands, loops), and a single coarse-grained graph that connects these motifs based on their spatial arrangement and relative orientation. (2) It employs two GNNs for feature learning: the first operates within individual secondary motifs to capture local interactions, and the second models higher-level structural relationships across motifs. Our modular framework allows a flexible choice of GNN in each stage. Theoretically, we show that our hierarchical framework preserves the desired maximal expressiveness, ensuring no loss of critical structural information. Empirically, we demonstrate that integrating baseline GNNs into our multiscale framework remarkably improves prediction accuracy and reduces computational cost across various benchmarks.
