Pre-Training Protein Bi-level Representation Through Span Mask Strategy On 3D Protein Chains
Jiale Zhao, Wanru Zhuang, Jia Song, Yaqi Li, Shuqi Lu
TL;DR
This work tackles the limitation of residue-only pre-training in 3D protein modeling by introducing Span Mask Protein Chain (SMPC) to prevent information leakage that otherwise trivializes residue tasks when atoms are included. It proposes Vabs-Net, a Vector Aware Bilevel Sparse Attention network that jointly models residues and atoms via two interacting sparse attention tracks and edge-direction encodings, enabling rich all-atom and residue representations. Through SMPC-driven pre-training and diverse downstream evaluations (EC/GO function prediction, binding-site prediction, and molecular docking), the approach achieves state-of-the-art results, including improved docking performance, demonstrating strong transfer of structure-aware priors. The method advances protein representation learning by effectively integrating multi-level structural information with scalable, task-agnostic pre-training, offering practical benefits for structure-based drug design and functional annotation.
Abstract
In recent years, there has been a surge in the development of 3D structure-based pre-trained protein models, representing a significant advancement over pre-trained protein language models in various downstream tasks. However, most existing structure-based pre-trained models primarily focus on the residue level, i.e., alpha carbon atoms, while ignoring other atoms like side chain atoms. We argue that modeling proteins at both residue and atom levels is important since the side chain atoms can also be crucial for numerous downstream tasks, for example, molecular docking. Nevertheless, we find that naively combining residue and atom information during pre-training typically fails. We identify a key reason is the information leakage caused by the inclusion of atom structure in the input, which renders residue-level pre-training tasks trivial and results in insufficiently expressive residue representations. To address this issue, we introduce a span mask pre-training strategy on 3D protein chains to learn meaningful representations of both residues and atoms. This leads to a simple yet effective approach to learning protein representation suitable for diverse downstream tasks. Extensive experimental results on binding site prediction and function prediction tasks demonstrate our proposed pre-training approach significantly outperforms other methods. Our code will be made public.
