Tomographic reconstruction
   HOME

TheInfoList



OR:

Tomographic reconstruction is a type of multidimensional
inverse problem An inverse problem in science is the process of calculating from a set of observations the causal factors that produced them: for example, calculating an image in X-ray computed tomography, source reconstruction in acoustics, or calculating the ...
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 Johann Karl August Radon (; 16 December 1887 – 25 May 1956) was an Austrian mathematician. His doctoral dissertation was on the calculus of variations (in 1910, at the University of Vienna). Life RadonBrigitte Bukovics: ''Biography of Johan ...
. 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 and its inverse used for tasks related to realistic object insertion required for testing and evaluating computed tomography use in
airport security Airport security includes the techniques and methods used in an attempt to protect passengers, staff, aircraft, and airport property from malicious harm, crime, terrorism, and other threats. Aviation security is a combination of measures and hum ...
. 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 (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 An X-ray, or, much less commonly, X-radiation, is a penetrating form of high-energy electromagnetic radiation. Most X-rays have a wavelength ranging from 10  picometers to 10 nanometers, corresponding to frequencies in the range 30&nbs ...
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 The linear attenuation coefficient, attenuation coefficient, or narrow-beam attenuation coefficient characterizes how easily a volume of material can be penetrated by a beam of light, sound, particles, or other energy or matter. A coefficient valu ...
. 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 In three-dimensional geometry, a parallel projection (or axonometric projection) is a projection of an object in three-dimensional space onto a fixed plane, known as the '' projection plane'' or ''image plane'', where the '' rays'', known as ' ...
, 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 variabl ...
occurs
exponentially Exponential may refer to any of several mathematical topics related to exponentiation, including: *Exponential function, also: **Matrix exponential, the matrix analogue to the above *Exponential decay, decrease at a rate proportional to value *Expo ...
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 (or ''sinogram'') of the 2D object. The Fourier Transform 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 In mathematics, the Fourier inversion theorem says that for many types of functions it is possible to recover a function from its Fourier transform. Intuitively it may be viewed as the statement that if we know all frequency and phase information a ...
, 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 In mathematics and in signal processing, the Hilbert transform is a specific linear operator that takes a function, of a real variable and produces another function of a real variable . This linear operator is given by convolution with the functi ...
of p_(r) In theory, the inverse Radon transformation would yield the original image. The
projection-slice theorem In mathematics, the projection-slice theorem, central slice theorem or Fourier slice theorem in two dimensions states that the results of the following two calculations are equal: * Take a two-dimensional function ''f''(r), project (e.g. using the ...
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, 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. 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 In signal processing, when describing a periodic function in the time domain, the DC bias, DC component, DC offset, or DC coefficient is the mean amplitude of the waveform. If the mean amplitude is zero, there is no DC bias. A waveform with no DC ...
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 A collimated beam of light or other electromagnetic radiation has parallel rays, and therefore will spread minimally as it propagates. A perfectly collimated light beam, with no divergence, would not disperse with distance. However, diffraction p ...
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 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 Art is a diverse range of human activity, and resulting product, that involves creative or imaginative talent expressive of technical proficiency, beauty, emotional power, or conceptual ideas. There is no generally agreed definition of wha ...
, 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 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 Art is a diverse range of human activity, and resulting product, that involves creative or imaginative talent expressive of technical proficiency, beauty, emotional power, or conceptual ideas. There is no generally agreed definition of wha ...
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 artifact Visual artifacts (also artefacts) are anomalies apparent during visual representation as in digital graphics and other forms of imagery, especially photography and microscopy. In digital graphics * Image quality factors, different types of vi ...
s.


See also

* Operation of computed tomography#Tomographic reconstruction *
Cone beam reconstruction In microtomography X-ray scanners, cone beam reconstruction is one of two common scanning methods, the other being Fan beam reconstruction. Cone beam reconstruction uses a 2-dimensional approach for obtaining projection data. Instead of utilizi ...
*
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 CT ...
* Industrial Tomography Systems


References


Further reading

* Avinash Kak & Malcolm Slaney (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