paper-with-me

Papers

ParaFold: Paralleling AlphaFold for Large-Scale Predictions

2021-11-11 · Bozitao Zhong, Xiaoming Su, Minhua Wen, Sichen Zuo, Liang Hong, James Lin

AlphaFold predicts protein structures from the amino acid sequence at or near experimental resolution, solving the 50-year-old protein folding challenge, leading to progress by transforming large-scale genomics data into protein structures. AlphaFold will also greatly change the scientific research model from low-throughput to high-throughput manner. The AlphaFold framework is a mixture of two types of workloads: MSA construction based on CPUs and model inference on GPUs. The first CPU stage dominates the overall runtime, taking hours for a single protein due to the large database sizes and I/O bottlenecks. However, GPUs in this CPU stage remain idle, resulting in low GPU utilization and restricting the capacity of large-scale structure predictions. Therefore, we proposed ParaFold, an open-source parallel version of AlphaFold for high throughput protein structure predictions. ParaFold separates the CPU and GPU parts to enable large-scale structure predictions. ParaFold also effectively reduces the CPU and GPU runtime with two optimizations without compromising the quality of prediction results: using multi-threaded parallelism on CPUs and using optimized JAX compilation on GPUs. We evaluated ParaFold with three datasets of different size and protein lengths. We evaluated the accuracy and efficiency of optimizations on CPUs and GPUs, and showed the large-scale prediction capability by running ParaFold inferences of 19,704 small proteins in five hours on one NVIDIA DGX-2. Using the JAX compile optimization, ParaFold attained a 13.8X average speedup over AlphaFold. ParaFold offers a rapid and effective approach for high-throughput structure predictions, leveraging the predictive power by running on supercomputers, with shorter time, and at a lower cost. The development of ParaFold will greatly speed up high-throughput studies and render the protein "structure-omics" feasible.

📄 PDF Abstract BibTeX arXiv:2111.06340

Code (2)

sjtu-hpc/parafold 공식 구현 jax
zuricho/parallelfold 공식 구현 jax

Tasks

CPUGPUProtein Folding

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…
AlphaFold 설명 없음

Similar Papers 제목 키워드 기반

OpenProteinSet: Training data for structural biology at scale

2023-08-10 · NeurIPS 2023 11 · Gustaf Ahdritz, Nazim Bouatta, Sachin Kadyan, Lukas Jarosch 외

Multiple sequence alignments (MSAs) of proteins encode rich biological information and have been workhorses in bioinformatic methods for tasks like protein design and protein structure prediction for decades. Recent brea…

Protein DesignProtein Structure Prediction

From Prediction to Simulation: AlphaFold 3 as a Differentiable Framework for Structural Biology

2025-08-25 · Alireza Abbaszadeh, Armita Shahlaee arxiv

AlphaFold 3 represents a transformative advancement in computational biology, enhancing protein structure prediction through novel multi-scale transformer architectures, biologically informed cross-attention mechanisms, …

Protein Structure Prediction

pLDDT-Predictor: High-speed Protein Screening Using Transformer and ESM2

2024-10-11 · Joongwon Chae, Zhenyu Wang, Ijaz Gul, Jiansong Ji 외

Recent advancements in protein structure prediction, particularly AlphaFold2, have revolutionized structural biology by achieving near-experimental accuracy ($\text{average RMSD} < 1.5\text{\AA}$). However, the computati…

Computational EfficiencyProtein Structure Prediction

AlphaFold two years on: validation and impact

2024-03-04 · Oleg Kovalevskiy, Juan Mateos-Garcia, Kathryn Tunyasuvunakool

Two years on from the initial release of AlphaFold2 we have seen its widespread adoption as a structure prediction tool. Here we discuss some of the latest work based on AlphaFold2, with a particular focus on its use wit…

ScaleFold: Reducing AlphaFold Initial Training Time to 10 Hours

2024-04-17 · Feiwen Zhu, Arkadiusz Nowaczynski, Rundong Li, Jie Xin 외

AlphaFold2 has been hailed as a breakthrough in protein folding. It can rapidly predict protein structures with lab-grade accuracy. However, its implementation does not include the necessary training code. OpenFold is th…

Protein Folding