Redirecting to original paper in 30 seconds...
Click below to go immediately or wait for automatic redirect
📄 Abstract
Abstract: Recent advances in protein structure prediction, such as AlphaFold, have
demonstrated the power of deep neural architectures like the Evoformer for
capturing complex spatial and evolutionary constraints on protein conformation.
However, the depth of the Evoformer, comprising 48 stacked blocks, introduces
high computational costs and rigid layerwise discretization. Inspired by Neural
Ordinary Differential Equations (Neural ODEs), we propose a continuous-depth
formulation of the Evoformer, replacing its 48 discrete blocks with a Neural
ODE parameterization that preserves its core attention-based operations. This
continuous-time Evoformer achieves constant memory cost (in depth) via the
adjoint method, while allowing a principled trade-off between runtime and
accuracy through adaptive ODE solvers. Benchmarking on protein structure
prediction tasks, we find that the Neural ODE-based Evoformer produces
structurally plausible predictions and reliably captures certain secondary
structure elements, such as alpha-helices, though it does not fully replicate
the accuracy of the original architecture. However, our model achieves this
performance using dramatically fewer resources, just 17.5 hours of training on
a single GPU, highlighting the promise of continuous-depth models as a
lightweight and interpretable alternative for biomolecular modeling. This work
opens new directions for efficient and adaptive protein structure prediction
frameworks.
Authors (3)
Arielle Sanford
Shuo Sun
Christian B. Mendl
Submitted
October 17, 2025
Key Contributions
This paper proposes a continuous-depth formulation of the Evoformer architecture for protein structure prediction using Neural Ordinary Differential Equations (Neural ODEs). This approach reduces memory costs (constant in depth via the adjoint method) and allows principled trade-offs between runtime and accuracy via adaptive ODE solvers, while maintaining the core attention-based operations of the original Evoformer.
Business Value
Accelerates protein structure prediction, a critical step in drug discovery and protein engineering, potentially leading to faster development of new therapeutics and biomaterials.