SeedFold: Scaling Biomolecular Structure Prediction
Yi Zhou, Chan Lu, Yiming Ma, Wei Qu, Fei Ye, Kexin Zhang, Lan Wang, Minrui Gui, Quanquan Gu
TL;DR
SeedFold tackles the scalability challenge in biomolecular structure prediction by jointly scaling width, introducing linear triangular attention to reduce cubic complexity, and augmenting data with a large distillation corpus. The approach reveals width (hidden dimension of the pair representation) as the primary bottleneck and demonstrates substantial gains when expanding capacity, while linear attention offers a practical, memory-efficient alternative with competitive performance. On FoldBench, SeedFold achieves state-of-the-art or highly competitive results across multiple protein-related tasks, with the vanilla and linear attention variants showing complementary strengths across monomer and interface predictions. These results establish SeedFold as a scalable, high-accuracy folding model with potential impacts on protein foundation modeling and downstream applications requiring robust 3D structure prediction.
Abstract
Highly accurate biomolecular structure prediction is a key component of developing biomolecular foundation models, and one of the most critical aspects of building foundation models is identifying the recipes for scaling the model. In this work, we present SeedFold, a folding model that successfully scales up the model capacity. Our contributions are threefold: first, we identify an effective width-scaling strategy for the Pairformer to increase representation capacity; second, we introduce a novel linear triangular attention that reduces computational complexity to enable efficient scaling; finally, we construct a large-scale distillation dataset to substantially enlarge the training set. Experiments on FoldBench show that SeedFold outperforms AlphaFold3 on most protein-related tasks.
