Reconstruction algorithm
   HOME

TheInfoList



OR:

Tomographic reconstruction is a type of multidimensional inverse problem where the challenge is to yield an estimate of a specific system from a finite number of projections. The mathematical basis for tomographic imaging was laid down by Johann Radon. A notable example of applications is the
reconstruction Reconstruction may refer to: Politics, history, and sociology * Reconstruction (law), the transfer of a company's (or several companies') business to a new company *''Perestroika'' (Russian for "reconstruction"), a late 20th century Soviet Unio ...
of computed tomography (CT) where cross-sectional images of patients are obtained in non-invasive manner. Recent developments have seen the
Radon transform In mathematics, the Radon transform is the integral transform which takes a function ''f'' defined on the plane to a function ''Rf'' defined on the (two-dimensional) space of lines in the plane, whose value at a particular line is equal to the ...
and its inverse used for tasks related to realistic object insertion required for testing and evaluating computed tomography use in airport security. This article applies in general to reconstruction methods for all kinds of
tomography Tomography is imaging by sections or sectioning that uses any kind of penetrating wave. The method is used in radiology, archaeology, biology, atmospheric science, geophysics, oceanography, plasma physics, materials science, astrophysics, ...
, but some of the terms and physical descriptions refer directly to the reconstruction of X-ray computed tomography.


Introducing formula

The projection of an object, resulting from the tomographic measurement process at a given angle \theta, is made up of a set of
line integrals In mathematics, a line integral is an integral where the function to be integrated is evaluated along a curve. The terms ''path integral'', ''curve integral'', and ''curvilinear integral'' are also used; ''contour integral'' is used as well, al ...
(see Fig. 1). A set of many such projections under different angles organized in 2D is called sinogram (see Fig. 3). In X-ray CT, the line integral represents the total attenuation of the beam of x-rays as it travels in a straight line through the object. As mentioned above, the resulting image is a 2D (or 3D) model of the attenuation coefficient. That is, we wish to find the image \mu(x,y). The simplest and easiest way to visualise the method of scanning is the system of parallel projection, as used in the first scanners. For this discussion we consider the data to be collected as a series of parallel rays, at position r, across a projection at angle \theta. This is repeated for various angles.
Attenuation In physics, attenuation (in some contexts, extinction) is the gradual loss of flux intensity through a medium. For instance, dark glasses attenuate sunlight, lead attenuates X-rays, and water and air attenuate both light and sound at var ...
occurs exponentially in tissue: :I = I_0\exp\left(\right) where \mu(x,y) is the attenuation coefficient as a function of position. Therefore, generally the total attenuation p of a ray at position r, on the projection at angle \theta, is given by the line integral: :p_(r) = \ln \left(\frac\right) = -\int\mu(x,y)\,ds Using the coordinate system of Figure 1, the value of r onto which the point (x,y) will be projected at angle \theta is given by: :x\cos\theta + y\sin\theta = r\ So the equation above can be rewritten as :p_(r)=\int^\infty_\int^\infty_f(x,y)\delta(x\cos\theta+y\sin\theta-r)\,dx\,dy where f(x,y) represents \mu(x,y) and \delta() is the Dirac delta function. This function is known as the
Radon transform In mathematics, the Radon transform is the integral transform which takes a function ''f'' defined on the plane to a function ''Rf'' defined on the (two-dimensional) space of lines in the plane, whose value at a particular line is equal to the ...
(or ''sinogram'') of the 2D object. The
Fourier Transform A Fourier transform (FT) is a mathematical transform that decomposes functions into frequency components, which are represented by the output of the transform as a function of frequency. Most commonly functions of time or space are transformed ...
of the projection can be written as P_\theta(\omega)=\int^\infty_\int^\infty_f(x,y)\exp j\omega(x\cos\theta+y\sin\theta),dx\,dy = F(\Omega_1,\Omega_2) where \Omega_1 =\omega\cos\theta, \Omega_2 =\omega\sin\theta P_\theta(\omega) represents a slice of the 2D Fourier transform of f(x,y) at angle \theta. Using the inverse Fourier transform, the inverse Radon transform formula can be easily derived. f(x,y) = \frac \int\limits_^ g_\theta(x\cos\theta+y\sin\theta)d\theta where g_\theta(x\cos\theta+y\sin\theta) is the derivative of the Hilbert transform of p_(r) In theory, the inverse Radon transformation would yield the original image. The projection-slice theorem tells us that if we had an infinite number of one-dimensional projections of an object taken at an infinite number of angles, we could perfectly reconstruct the original object, f(x,y). However, there will only be a finite number of projections available in practice. Assuming f(x,y) has effective diameter d and desired resolution is R_s, rule of thumb number of projections needed for reconstruction is N > \pi d / R_s


Reconstruction algorithms

Practical reconstruction algorithms have been developed to implement the process of reconstruction of a 3-dimensional object from its projections.Herman, G. T., Fundamentals of computerized tomography: Image reconstruction from projection, 2nd edition, Springer, 2009 These
algorithms In mathematics and computer science, an algorithm () is a finite sequence of rigorous instructions, typically used to solve a class of specific problems or to perform a computation. Algorithms are used as specifications for performing ...
are designed largely based on the mathematics of the
Radon transform In mathematics, the Radon transform is the integral transform which takes a function ''f'' defined on the plane to a function ''Rf'' defined on the (two-dimensional) space of lines in the plane, whose value at a particular line is equal to the ...
, statistical knowledge of the data acquisition process and geometry of the data imaging system.


Fourier-Domain Reconstruction Algorithm

Reconstruction can be made using interpolation. Assume N-projections of f(x,y) are generated at equally spaced angles, each sampled at the same rate. The
Discrete Fourier transform In mathematics, the discrete Fourier transform (DFT) converts a finite sequence of equally-spaced samples of a function into a same-length sequence of equally-spaced samples of the discrete-time Fourier transform (DTFT), which is a comple ...
on each projection will yield sampling in the frequency domain. Combining all the frequency-sampled projections would generate a polar raster in the frequency domain. The polar raster will be sparse so interpolation is used to fill the unknown DFT points and reconstruction can be done through
inverse Discrete Fourier transform In mathematics, the discrete Fourier transform (DFT) converts a finite sequence of equally-spaced samples of a function into a same-length sequence of equally-spaced samples of the discrete-time Fourier transform (DTFT), which is a comple ...
. Reconstruction performance may improve by designing methods to change the sparsity of the polar raster, facilitating the effectiveness of interpolation. For instance, a concentric square raster in the frequency domain can be obtained by changing the angle between each projection as follow: \theta' = \frac where R_0 is highest frequency to be evaluated. The concentric square raster improves computational efficiency by allowing all the interpolation positions to be on rectangular DFT lattice. Furthermore, it reduces the interpolation error. Yet, the Fourier-Transform algorithm has a disadvantage of producing inherently noisy output.


Back Projection Algorithm

In practice of tomographic image reconstruction, often a stabilized and discretized version of the inverse Radon transform is used, known as the filtered back projection algorithm. With a sampled discrete system, the inverse Radon Transform is f(x,y) = \frac \sum_^\Delta\theta_i g_(x\cos\theta_i+y\sin\theta_i) g_\theta(t) = p_\theta(t) \cdot k(t) where \Delta\theta is the angular spacing between the projections and k(t) is radon kernel with frequency response , \omega, . The name back-projection comes from the fact that 1D projection needs to be filtered by 1D Radon kernel (back-projected) in order to obtain a 2D signal. The filter used does not contain DC gain, thus adding DC bias may be desirable. Reconstruction using back-projection allows better resolution than interpolation method described above. However, it induces greater noise because the filter is prone to amplify high-frequency content.


Iterative Reconstruction Algorithm

Iterative algorithm is computationally intensive but it allows to include ''a priori'' information about the system f(x,y). Let N be the number of projections, D_i be the distortion operator for ith projection taken at an angle \theta_i. \ are set of parameters to optimize the conversion of iterations. f_0(x,y) = \sum_^N \lambda_i p_(r) f_k(x,y) = f_ (x,y) + \sum_^N \lambda_i _(r)-D_if_(x,y)/math> An alternative family of recursive tomographic reconstruction algorithms are the Algebraic Reconstruction Techniques and iterative Sparse Asymptotic Minimum Variance.


Fan-Beam Reconstruction

Use of a noncollimated fan beam is common since a collimated beam of radiation is difficult to obtain. Fan beams will generate series of line integrals, not parallel to each other, as projections. The fan-beam system will require 360 degrees range of angles which impose mechanical constraint, however, it allows faster signal acquisition time which may be advantageous in certain settings such as in the field of medicine. Back projection follows a similar 2 step procedure that yields reconstruction by computing weighted sum back-projections obtained from filtered projections.


Deep learning reconstruction

Deep learning methods are widely applied to image reconstruction nowadays and have achieved impressive results in various image reconstruction tasks, including low-dose denoising, sparse-view reconstruction, limited angle tomography and metal artifact reduction. An excellent overview can be found in the special issue of IEEE Transaction on Medical Imaging. One group of deep learning reconstruction algorithms apply post-processing neural networks to achieve image-to-image reconstruction, where input images are reconstructed by conventional reconstruction methods. Artifact reduction using the U-Net in limited angle tomography is such an example application. However, incorrect structures may occur in an image reconstructed by such a completely data-driven method, as displayed in the figure. Therefore, integration of known operators into the architecture design of neural networks appears beneficial, as described in the concept of precision learning. For example, direct image reconstruction from projection data can be learnt from the framework of filtered back-projection. Another example is to build neural networks by unrolling iterative reconstruction algorithms. Except for precision learning, using conventional reconstruction methods with deep learning reconstruction prior is also an alternative approach to improve the image quality of deep learning reconstruction.


Tomographic reconstruction software

For flexible tomographic reconstruction, open source toolboxes are available, such as PYRO-NN, TomoPy, CONRAD, ODL, the ASTRA toolbox, and TIGRE.Released by the University of Bath and CERN.
br/>
TomoPy is an open-source Python toolbox to perform tomographic data processing and image reconstruction tasks at the
Advanced Photon Source The Advanced Photon Source (APS) at Argonne National Laboratory (in Lemont, Illinois) is a storage-ring-based high-energy X-ray light source facility. It is one of five X-ray light sources owned and funded by the U.S. Department of Energy Office o ...
at Argonne National Laboratory. TomoPy toolbox is specifically designed to be easy to use and deploy at a synchrotron facility beamline. It supports reading many common synchrotron data formats from disk through Scientific Data Exchange, and includes several other processing algorithms commonly used for synchrotron data. TomoPy also includes several reconstruction algorithms, which can be run on multi-core workstations and large-scale computing facilities. The ASTRA Toolbox is a MATLAB and Python toolbox of high-performance GPU primitives for 2D and 3D tomography, from 2009 to 2014 developed by iMinds-Vision Lab, University of Antwerp and since 2014 jointly developed by iMinds-VisionLab (now imec-VisionLab), UAntwerpen and CWI, Amsterdam. The toolbox supports parallel, fan, and cone beam, with highly flexible source/detector positioning. A large number of reconstruction algorithms are available through TomoPy and the ASTRA toolkit, including FBP, Gridrec, ART, SIRT, SART, BART, CGLS, PML, MLEM and OSEM. In 2016, the ASTRA toolbox has been integrated in the TomoPy framework. By integrating the ASTRA toolbox in the TomoPy framework, the optimized GPU-based reconstruction methods become easily available for synchrotron beamline users, and users of the ASTRA toolbox can more easily read data and use TomoPy's other functionality for data filtering and artifact correction.


Gallery

Shown in the gallery is the complete process for a simple object tomography and the following tomographic reconstruction based on ART. File:Sinogram Source - Two Squares Phantom.svg, Fig. 2:
Phantom Phantom may refer to: * Spirit (animating force), the vital principle or animating force within all living things ** Ghost, the soul or spirit of a dead person or animal that can appear to the living Aircraft * Boeing Phantom Ray, a stealthy unm ...
object, two kitty-corner squares. File:Sinogram Result - Two Squares Phantom.png, Fig. 3: Sinogram of the phantom object (Fig.2) resulting from tomography. 50 projection slices were taken over 180 degree angle, equidistantly sampled (only by coincidence the x-axis marks displacement at -50/50 units). File:Algebraic Reconstruction Technique - animated.gif, Fig.4: ART based tomographic reconstruction of the sinogram of Fig.3, presented as animation over the iterative reconstruction process. The original object could be approximatively reconstructed, as the resulting image has some visual artifacts.


See also

* Operation of computed tomography#Tomographic reconstruction * Cone beam reconstruction *
Industrial CT scanning Industrial computed tomography (CT) scanning is any computer-aided tomographic process, usually X-ray computed tomography, that uses irradiation to produce three-dimensional internal and external representations of a scanned object. Industrial ...
*
Industrial Tomography Systems Industrial Tomography Systems plc, occasionally abbreviated to ITOMS or simply ITS, is a manufacturer of process visualization systems based upon the principles of tomography. Headquartered in Manchester, UK, the company provides instrumentatio ...


References


Further reading

*
Avinash Kak Avinash C. Kak (born 1944) is a professor of Electrical and Computer Engineering at Purdue University who has conducted pioneering research in several areas of information processing. His most noteworthy contributions deal with algorithms, langu ...
&
Malcolm Slaney Malcolm Slaney is an American electrical engineer, whose research has focused on machine perception and multimedia analysis. He is a Fellow of the IEEE for "contributions to perceptual signal processing and tomographic imaging". He is a consultin ...
(1988), Principles of Computerized Tomographic Imaging, IEEE Press, . * Bruyant, P.P
"Analytic and iterative reconstruction algorithms in SPECT"
Journal of Nuclear Medicine 43(10):1343-1358, 2002


External links

*
Insight ToolKit; open source tomographic support software
*
ASTRA (All Scales Tomographic Reconstruction Antwerp) toolbox; very flexible, fast and open source software for computed tomographic reconstructionNiftyRec; comprehensive open source tomographic reconstruction software; Matlab and Python scriptableOpen-source tomographic reconstruction and visualization tool
* {{Medical imaging Radiology Medical imaging Inverse problems Multidimensional signal processing Signal processing Tomography