/articles/toma

To get this branch, use:
bzr branch http://darksoft.org/webbzr/articles/toma

« back to all changes in this revision

Viewing changes to transact.tex

  • Committer: Suren A. Chilingaryan
  • Date: 2018-04-25 11:20:53 UTC
  • Revision ID: csa@suren.me-20180425112053-fxc3s4tdx1vmyqb7
Re-integrate proofs in long version, step1

Show diffs side-by-side

added added

removed removed

Lines of Context:
88
88
 
89
89
%\thispagestyle{empty}
90
90
\begin{abstract}
91
 
Synchrotron X-ray imaging is a powerful method to investigate internal structures down to the micro- and nanoscopic scale. Fast cameras recording thousands of frames per second allow time-resolved studies with a high temporal resolution in the microsecond range. The reconstruction of the 3D images for the generated data volumes is computationally demanding. Traditionally Filtered Back Projection algorithm is used here. In this article we present two parallel algorithms to perform back projection on parallel hardware. Both are fine-tuned for the NVIDIA Pascal architecture. One uses the texture engine to perform interpolations, while the another one utilizes the \emph{Core} computational units of the GPU. Both methods outperform current state-of-the art techniques found in the standard reconstructions codes significantly. Finally we propose a hybrid approach combining both algorithms to further boost the performance by about 30\%. The accelerated reconstruction not only curtails required investments in computing hardware, but also reduces latencies for online monitoring and image-based control.
 
91
Synchrotron X-ray imaging is a powerful method to investigate internal structures down to the micro- and nanoscopic scale. Fast cameras recording thousands of frames per second allow time-resolved studies with a high temporal resolution. The reconstruction of the 3D images for the generated data volumes is computationally demanding. Traditionally Filtered Back Projection algorithm is used here. In this article we present two parallel algorithms to perform back projection on parallel hardware. Both are fine-tuned for the NVIDIA Pascal architecture. One uses the texture engine to perform interpolations, while the another one utilizes the \emph{Core} computational units of the GPU. Both methods outperform current state-of-the art techniques found in the standard reconstructions codes significantly. Finally we propose a hybrid approach combining both algorithms to further boost the performance by about 30\%. The accelerated reconstruction not only curtails required investments in computing hardware, but also reduces latencies for online monitoring and image-based control.
92
92
\end{abstract}
93
93
 
94
94
\begin{CCSXML}