Multi-Scale Representation Learning for Protein Fitness Prediction
Zuobai Zhang, Pascal Notin, Yining Huang, Aurélie Lozano, Vijil Chenthamarakshan, Debora Marks, Payel Das, Jian Tang
TL;DR
The paper tackles zero-shot fitness prediction of protein mutations under limited labeled data. It presents S3F, a multi-scale framework that fuses sequence language-model embeddings, a GVP-based structure encoder, and a surface-point encoder to predict mutational effects, pre-trained via residue-type masking on the CATH dataset. On ProteinGym, S3F (especially with MSA augmentation as S3F-MSA) achieves state-of-the-art Spearman performance while remaining parameter-efficient, and ablation analyses show consistent gains from adding structure and surface information. This work demonstrates that integrating sequence, structure, and surface representations improves predictive power, aids in capturing epistasis, and generalizes to unseen protein families, with practical implications for protein design and engineering.
Abstract
Designing novel functional proteins crucially depends on accurately modeling their fitness landscape. Given the limited availability of functional annotations from wet-lab experiments, previous methods have primarily relied on self-supervised models trained on vast, unlabeled protein sequence or structure datasets. While initial protein representation learning studies solely focused on either sequence or structural features, recent hybrid architectures have sought to merge these modalities to harness their respective strengths. However, these sequence-structure models have so far achieved only incremental improvements when compared to the leading sequence-only approaches, highlighting unresolved challenges effectively leveraging these modalities together. Moreover, the function of certain proteins is highly dependent on the granular aspects of their surface topology, which have been overlooked by prior models. To address these limitations, we introduce the Sequence-Structure-Surface Fitness (S3F) model - a novel multimodal representation learning framework that integrates protein features across several scales. Our approach combines sequence representations from a protein language model with Geometric Vector Perceptron networks encoding protein backbone and detailed surface topology. The proposed method achieves state-of-the-art fitness prediction on the ProteinGym benchmark encompassing 217 substitution deep mutational scanning assays, and provides insights into the determinants of protein function. Our code is at https://github.com/DeepGraphLearning/S3F.
