2013Hoang ParallelGPUPicking

From 3DEM-Methods
Revision as of 09:04, 10 May 2018 by Tmajtner (talk | contribs) (Created page with "== Citation == Hoang, T. V., Cavin, X., Schultz, P., & Ritchie, D. W. (2013). gEMpicker: A highly parallel GPU-accelerated particle picking tool for cryo-electron microscopy....")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Citation

Hoang, T. V., Cavin, X., Schultz, P., & Ritchie, D. W. (2013). gEMpicker: A highly parallel GPU-accelerated particle picking tool for cryo-electron microscopy. BMC structural biology, 13(1), 25.

Abstract

Background Picking images of particles in cryo-electron micrographs is an important step in solving the 3D structures of large macromolecular assemblies. However, in order to achieve sub-nanometre resolution it is often necessary to capture and process many thousands or even several millions of 2D particle images. Thus, a computational bottleneck in reaching high resolution is the accurate and automatic picking of particles from raw cryo-electron micrographs.

Results We have developed “gEMpicker”, a highly parallel correlation-based particle picking tool. To our knowledge, gEMpicker is the first particle picking program to use multiple graphics processor units (GPUs) to accelerate the calculation. When tested on the publicly available keyhole limpet hemocyanin dataset, we find that gEMpicker gives similar results to the FindEM program. However, compared to calculating correlations on one core of a contemporary central processor unit (CPU), running gEMpicker on a modern GPU gives a speed-up of about 27 ×. To achieve even higher processing speeds, the basic correlation calculations are accelerated considerably by using a hierarchy of parallel programming techniques to distribute the calculation over multiple GPUs and CPU cores attached to multiple nodes of a computer cluster. By using a theoretically optimal reduction algorithm to collect and combine the cluster calculation results, the speed of the overall calculation scales almost linearly with the number of cluster nodes available.

Conclusions The very high picking throughput that is now possible using GPU-powered workstations or computer clusters will help experimentalists to achieve higher resolution 3D reconstructions more rapidly than before.


Keywords

Cryo-EM particle picking; Graphics processor units; Normalised cross-correlation; Fast Fourier transform; Parallel computing; Tree-based reduction

Links

https://bmcstructbiol.biomedcentral.com/articles/10.1186/1472-6807-13-25

Related software

Related methods

Comments