Next Article in Journal
Path Planning for the Mobile Robot: A Review
Previous Article in Journal
Eventually DSDD Matrices and Eigenvalue Localization
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Ordered Subset Expectation Maximum Algorithms Based on Symmetric Structure for Image Reconstruction

Institute of Applied Mathematics, Beijing Information Science and Technology University, Beijing 100101, China
*
Author to whom correspondence should be addressed.
Symmetry 2018, 10(10), 449; https://doi.org/10.3390/sym10100449
Submission received: 15 August 2018 / Revised: 12 September 2018 / Accepted: 17 September 2018 / Published: 1 October 2018

Abstract

:
In this paper, we propose the symmetric structure of the reconstructed points discretization model to partition and order the subsets of Ordered Subset Expectation Maximum (OSEM) algorithms for image reconstruction and then simplify the calculation of the projection coefficient matrix while satisfying the balancing properties of subsets. The reconstructed points discretization model was utilized to describe the forward and inverse relationships between the reconstructed points and the projection data according to the distance from the point to the ray rather than the intersection length between the square pixel and the ray. This discretization model provides new approaches for improving and constructing the reconstruction algorithms on the basis of the geometry of the model. The experimental results show that the OSEM algorithms based on the reconstructed points discretization model and its geometric symmetry structure can effectively improve the imaging speed and the imaging precision.

1. Introduction

Computed Tomography (CT) applies the projection data obtained outside the object to reconstruct the tomographic image of the object, which is resolved into the problem of image reconstruction from projections [1,2,3]. CT is a multidisciplinary research field in mathematics, X-ray radiology, digital signal and image processing. With the rapid development of medical imaging technologies [4,5], tomographic imaging technology is no longer limited to X-ray Computerized Tomography (XCT). Single Photon Emission Computed Tomography (SPECT) and Positron Emission Tomography (PET) [6,7] belong to a kind of functional imaging, which is different from X-ray CT of structural imaging. Although PET, SPECT and XCT differ in the principle of physical imaging, they can be regarded as the same problem of tomographic image reconstruction from projections. The principles of image reconstruction (PET, SPECT and XCT) can be studied and analyzed under the same mathematical model.
There are two main types of tomographic algorithms: analytical algorithms and iterative algorithms. The analytic algorithms are based on solving the integral equation in the continuous form, while the iterative algorithms focus on solving linear equations of the forward model in the discrete form [8,9]. Filtered Back Projection (FBP) is representative of the analytical algorithm in 2D scanning mode. The space of projection data should be a complete space in the FBP method according to the projection theorem. The iterative algorithm includes the Landweber iterative scheme and the Expectation Maximum (EM) iterative scheme, which are characterized by discretizing continuous images and transforming image reconstruction problems into solving linear equations. The iterative algorithms have obvious advantages over the analytical reconstruction algorithms in the case of noise, a small amount of projection data or incomplete projection data [10,11,12]. As a special case of the Landweber iterative scheme, the well-known Algebraic Reconstruction Technique (ART) is a class of iterative algorithms used in computed tomography. Gordon, Bender and Herman first showed its use in image reconstruction [1]; whereas the method is known as the Kaczmarz method in numerical linear algebra. Several recently investigated iterative reconstruction algorithms belong to the class of projection methods, such as Block-Iterative Projections (BIP) and String-Averaging Projections (SAP). Such algorithms perform projections of the iterations onto the hyperplanes that are represented by the linear equations of the system. The rays are grouped into blocks in the BIP method [13], where one block is utilized for one iteration. The hyperplanes within the block are used for projection at the same time, and then, the projection values are weighted to update the image. The rays are also grouped into blocks in the SAP (String-Averaging Projections) iterative method [14], where one block is utilized for one iteration. The projection process is implemented hyperplane by hyperplane, and then, all the hyperplane projection values are weighted and accumulated to complete an update of the image.
The photon radiation satisfies the Poisson stochastic process in the actual imaging process. The EM algorithm derived from this statistical property has become one of the important algorithms in the field of medical tomographic imaging. The convergence solution of the EM algorithm is a non-negative solution, which has a strong ability to suppress noise within a certain number of iterations [15]. The iterative scheme is convenient for computer implementation. Carson and Lange regarded the image reconstruction problem as a multi-parameter estimation problem, then applied the EM algorithm to image reconstruction to optimize the objective functional.
For the image reconstruction problem, the classical EM algorithm [16] can be adopted to estimate the image X via A X = b .
x j ( n + 1 ) = 1 i = 1 M a i j i = 1 M ( a i j x j ( n ) j = 1 N a i j x j ( n ) b i )
If A X = b is consistent, the sequence generated by the iteration of Equation (1) converges to a solution of A X = b . Otherwise, the sequence converges to the minimum value of the following Kullback–Leibler distance.
i = 1 M ( b i log b i j = 1 N a i j x j + j = 1 N a i j x j b i )
The EM algorithm is stable for convergence, but the convergence rate is slow. Hudson and Larkin proposed an ordered subset expectation maximum method [17], in which the projection data were grouped to accelerate the classical EM algorithm. The system of equations are divided into K sub-equations in the OSEM algorithm [18,19,20]. Each sub-equation uses the pixel values obtained from the previous sub-equation as the initial value and then performs an iteration of the EM algorithm [21]. In mathematical optimization, the OSEM method is an iterative method that is used in computed tomography [22]. In applications of medical imaging, the OSEM method is used for PET [23], for SPECT and for X-ray CT.
The OSEM iteration scheme can be expressed as:
x j ( n + 1 ) = 1 i I k a i j i I k a i j ( a i j x j ( n ) j = 1 N a i j x j ( n ) b i )
Here, k = k ( n ) = ( n mod K ) + 1 . We denote I = 1 , 2 , , M as the indicators’s set of rays. I k  stands for the k-th subset of I, and I = k = 1 K I k .
Since the projection data are generally grouped according to the projection angle [24], the OSEM iteration scheme can be further expressed as:
x j ( n + 1 ) = 1 φ ϕ k i = 1 N d a i j φ φ ϕ k i = 1 N d ( a i j φ x j ( n ) j = 1 N a i j φ x j ( n ) b i φ )
where φ indicates the projection angle of the ray. N d is the number of parallel lines at a fixed angle. φ k is the k-th ordered subset divided by the projection angle.
The implementation of the EM and OSEM algorithms is based on the discretization model. The discretization model discretizes the line integral of the projection rays and establishes the relationship between the discrete image and the discrete projection data. The traditional discretization model is on the basis of the square pixels. The discretization of the integral causes the error, and the rays of the same distance from the center of the pixel have different projection coefficients.
Combining the geometric model of the data acquisition to establish the discretization model, the error caused by the discretization of the line integrals will be reduced [25,26,27]. The reconstructed points discretization model uses the distance from the reconstructed point to the ray to describe the forward and inverse relationships between the reconstructed points and the projection data. The geometric structure of the scanning mode and the reconstructed points determines the geometric symmetry of the reconstructed points discretization model. The geometric structure can be attributed to the symmetric transformation group in the discretization model.
In this paper, the reconstructed points discretization model and its geometric symmetry structure are used to partition and sort the subsets in the OSEM algorithm to meet the condition of subset balancing and to simplify the calculation of the projection coefficient matrix.

2. Reconstructed Points Discretization Model and Its Symmetry Structure

The projection process in the image reconstruction is expressed as the Radon transform. The Radon transform is a line integral operator, as well as a projection of the square integrable and compactly supported function f ( x , y ) . The Radon transform R is:
R f ( x , y ) p ( x r , φ )
p ( x r , φ ) = L f ( x , y ) d L L : x r = x c o s φ + y s i n φ
The problem of image reconstruction is to obtain f ( x , y ) from the projection data p ( x r , φ ) .
In the reconstructed points discretization model, the process of the beam attenuation can be described as the linear integral via the Beer theorem, as shown in Figure 1. The attenuation weight of the reconstruction point x j on the ray L i is denoted by c i j , and the weight is determined by the distance d i j from the reconstruction point x j to the ray L i , that is c i j = f ( d i j ) .
Let x j denote the attenuation coefficient of the j-th reconstructed point and  X = ( x 1 , x 2 , x N ) T R N denote the vector of the reconstructed points. The line integral of the projection process is discretized as:
b i = j = 1 N c i j x j
Here, b i stands for the projection value of the i-th ray, c i j the projection coefficient and C = ( c i j ) M × N the projection coefficient matrix.
Since the M rays correspond to M linear equations, the linear system of equations can be obtained as follows.
b = C X + δ + E
where b = ( b 1 , b 2 , b N ) T indicates the projection data, C = ( c i j ) M × N the projection coefficient matrix, δ = ( δ 1 , δ 2 , δ N ) T the vector of errors from the discretization model and E = ( e 1 , e 2 , e N ) T the vector of errors from measurement and noise.
The projection coefficient matrix in the traditional discretization model consists of the intersection length between the square pixel and the ray. C = ( c i j ) M × N is determined by the distance from the reconstructed point to the projection ray. The longer the distance is, the longer the projection coefficient is. Both the scanning model and the display model are considered in the reconstructed points discretization model. It overcomes the shortcoming that the intersection length changes with the angle, and it can describe the discretization expression of the line integral accurately.
As shown in Figure 2, the group < T , * > is defined to describe the geometric symmetry of the conventional discretization model. The binary operation * is the successive transformation of the two transformations in T = { T 1 , T 2 , T 3 , T 4 , T 5 , T 6 , T 7 , T 8 } . T 1 and T 2 are the reflections on the x axis and y axis, respectively. T 3 and T 4 are the reflections on the y = x axis and y = x axis. T 5 , T 6 and T 7 are the rotations around the origin O counterclockwise by 90, 180 and 270 degrees. T 8 is the identity transformation.
The projection weights of all reconstructed points to the ray L i form one row vector of the matrix C. The eight symmetric projection rays possess the equivalent computation process of projection. We obtain the following theorem.
Theorem 1.
The algebraic system < T , * > is a permutation group on S for the row vector c i = ( c i 1 , c i 2 , c i N ) of the matrix C, where S = { c i 1 , c i 2 , c i N } .
T t ( c i ) represents the transformation T t on the row vector c i , where t = 1 , 2 , 8 . T t ( c i ) changes the order of the elements in c i , i.e., T t ( c i ) is the element replacement of the row vector c i . The eight symmetric rays reveal the same projection weight sequence, but in different orders. If a row of the projection coefficient matrix is computed, the seven symmetric row vectors under the transformation group < T , * > can be obtained by the permutation.

3. OSEM Algorithms Based on Symmetric Structure

Subset balancing is the key issue to affect the convergence rate and the imaging accuracy of OSEM algorithms. If the partitioning of subsets makes i I k a i j equal for any point x j in each subset, the partitioning of subsets satisfies the balancing property of the subset. In this paper, the balancing property of subsets is approximatively satisfied in the two-dimensional parallel beam scanning computerized tomography, as a result of the rays in each subset being evenly distributed and each subset containing the same amount of information for image reconstruction.
The symmetry offers the strategies to select the subsets and optimize the iteration order. The symmetric rays are evenly distributed in the reconstructed region. The projection and the backprojection process the simplified computation structure due to the symmetry. Both the projection rays set and the reconstructed points set can be partitioned into the equivalence classes. The projection rays in the equivalent class possess the same projection computation process.
The projection data can be divided into subsets according to the projection angle. Then, the OSEM with the Symmetric Order (SO-OSEM) iterative algorithm can be established by utilizing the symmetry of angles to order the subsets. The OSEM with the Symmetric Subset (SS-OSEM) iterative algorithm is established by applying the symmetry of the projection rays in the subset to the compression calculation of the projection coefficient matrix.

3.1. SO-OSEM Iterative Algorithm

The set of projection rays’ angle indicators is denoted as ϕ = { 1 , 2 , , N ϕ } . ϕ  can be divided into ϕ 1 = { 1 , 2 , , N ϕ / 4 } , ϕ 2 = { N ϕ / 4 + 1 , N ϕ / 4 + 2 , , N ϕ / 2 } , ϕ 3 = { N ϕ / 2 + 1 , N ϕ / 4 + 2 , , 3 × N ϕ / 4 } and ϕ 4 = { 3 × N ϕ / 4 + 1 , 3 × N ϕ / 4 + 2 , , N ϕ } according to the projection angle. ϕ 1 , ϕ 2 , ϕ 3 and ϕ 4 can be evenly divided into l blocks, respectively, and the q-th block of ϕ p is denoted as ϕ p q . Then  ϕ l q , ϕ 2 l q , ϕ 3 q and ϕ 4 l q have the symmetry in angles.
The projection rays in block ϕ q p form a subset in the SO-OSEM iterative algorithm. The order of the subset is ϕ 1 1 , ϕ 2 ( l 1 ) , ϕ 3 ( l 1 ) , ϕ 4 1 , , ϕ 1 ( l 1 ) , ϕ 2 1 , ϕ 3 1 , ϕ 4 ( l 1 ) . Here, n = 4 × l × s   ( s = 0 , 1 , 2 , 3 , ) .
The SO-OSEM iterative algorithm is expressed as:
x j ( n + 1 ) = 1 φ ϕ q p i = 1 N d c i j φ φ ϕ q p i = 1 N d ( c i j φ x j ( n ) j = 1 N c i j φ x j ( n ) b i φ )
The SO-OSEM iterative algorithm has two advantages. Firstly, the calculation of the projection coefficients is compressed by using the symmetric relationship of the rays in the same angle. Secondly, the iteration order of the subsets is improved by using the symmetric relationship of the angles between the subsets.

3.2. SS-OSEM Iterative Algorithm

Based on the partitioned blocks ϕ q p , the four symmetric blocks ϕ 1 p , ϕ 2 p , ϕ 3 p and ϕ 4 p can be merged into a block denoted as ϕ p . The SS-OSEM algorithm takes the projection data belonging to the block ϕ p as a subset. The rays in the subset have a symmetrical relationship. The iterations of the subsets are performed in the order of ϕ p .
The SS-OSEM iterative algorithm is expressed as:
x j ( n + 1 ) = 1 φ ϕ q i = 1 N d c i j φ φ ϕ q i = 1 N d ( c i j φ x j ( n ) j = 1 N c i j φ x j ( n ) b i φ )
SS-OSEM iterative scheme has two advantages. Firstly, the symmetric relationship of the ray groups in the subset compresses the projection coefficient matrix calculation eight times. Secondly, the subset contains four symmetrical angles.
The SO-OSEM and SS-OSEM algorithms apply the symmetry between projection rays. The subsets are better balanced by using the symmetric relationship between rays to improve the order and the selection of the subsets. To improve the imaging precision, the order of the subsets is improved by the symmetry relationship between the rays, and the selection of the subsets approximately meets the balance property of the subsets. To accelerate the imaging speed, the calculation of the projection coefficient matrix is compressed simultaneously. Since the structure and properties of OS-SART and OSEM are similar, the OSEM iteration scheme with the symmetric structure properties can be transplanted into the OS-SART iterative scheme.
The iterative process of SO-OSEM and SS-OSEM (Algorithm 1) is as follows.
Algorithm 1 The iterative process of Symmetric Order (SO)-OSEM and Symmetric Subset (SS)-OSEM algorithms.
1: procedure Iterative(Projection data b)▹ Image reconstruction from projection data b
2:   n 0 ;
3:  while X ( n ) > ε and n < N do X ( n ) ε and n N are the stop criteria
4:    k = ( n mod K ) + 1 ;
5:    n n + 1 ;
6:   if method = SO-OSEM then
7:       X ( n ) SO-OSEM ( X ( n 1 ) , b k ) ;
8:   else
9:       X ( n ) SS-OSEM ( X ( n 1 ) , b k ) ;
10:   end if
11:    X ( n ) = X ( n ) X ( n 1 ) ;
12:  end while
13:   X * = X ( n )
14:  return X * ▹ The reconstruction result is X *
15: end procedure

4. Experimental Results

In the experiments, the results of reconstruction applying SO-OSEM and SS-OSEM iterative algorithms are shown and analyzed. We validate the SO-OSEM and SS-OSEM iterative algorithms via both the simulated data and the real data. The simulated image emphasized the reconstruction accuracy of the fine texture. The real data applied ceramic blades of a certain type of engine, and the reconstructed image emphasized the reconstruction accuracy of small cracks. We compared the results of the proposed algorithms with the reconstruction results of the ART, EM, BIP and SAP algorithms. The error analysis was performed by the Root-Mean-Squared Error (RMSE), and also, the imaging results were analyzed and compared by using the profile. The number of subsets in SO-OSEM and SS-OSEM iterative algorithms is 36. Figure 3 shows the simulated original image. The simulation results are shown in Figure 4 and Figure 5. Figure 6 shows the real projection data. The real data results are shown in Figure 7 and Figure 8. Table 1 shows the reconstruction error of the simulated data. The experiments were carried out via Microsoft Visual Studio 2015 on a PC (8.0 Gigabyte memory, 2.93 GHz CPU).
The RMSE is defined as:
d = i = 1 N j = 1 N ( t i j r i j ) 2 i = 1 N j = 1 N ( t i j t ¯ ) 2
where t i j and r i j represent the pixel values of the i-th row and the j-th column of the original image and the reconstructed image, respectively. t ¯ represents the mean value of the original image pixel values.
Experimental results show that the SO-OSEM and SS-OSEM algorithms have a significant improvement in accuracy and a stronger ability to recover details compared to the EM, ART, BIP and SAP algorithms. The reconstruction error of approximately 0.2 can be achieved with only three iterations with a faster convergence rate than the EM algorithm. At the same time, the calculation speed of the reconstruction is also greatly improved by compressing the calculation of the projection coefficient matrix.
It can be seen from the profiles of the simulated data and the real data that the spatial resolution and density resolution of the reconstruction results of the algorithm are improved. The profiles of the·image reconstructed by the algorithm proposed in this paper are relatively flat. The detail features can be better reconstructed to reveal the fine crack characteristics of the ceramic blades. Both simulation results (Figure 4 and Figure 5) and real data results (Figure 7) show that the SO-OSEM and SS-OSEM iterative algorithms make good use of the symmetric structure and optimize the subset balance and the iteration order to improve the image quality and simplify the compression of the projection coefficient matrix calculation.

5. Summary

In this paper, we applied the symmetric relationship of projection rays to the construction of OSEM algorithms and to improve the order and selection of subsets, which can approximately meet the balancing of subsets and improve the imaging accuracy. In addition, the calculation of the projection coefficient matrix can be compressed, which improves the imaging speed. Based on the reconstruction discretization model, its related symmetric properties can be applied to solve the problem of acceleration, incomplete data, subset selection, subset order and noise suppression. Under the transformation group of symmetry, the positional relationship of the projection rays and the pixels are invariant. In the process of iterative correction, the symmetry structure property can be applied to optimize and improve the reconstruction algorithm.
The discretization model is fundamental in image reconstruction to solve the reconstruction problem from continuous space to discrete space. The study on the design of the image reconstruction discretization model and its related geometric properties is of great significance for solving the practical problems existing in the medical and industrial CT. The symmetry structure property in geometry is independent of the object reconstructed and does not depend on the projection data. It is the basic property of the reconstruction model and the basic internal relationship between the discrete form of the image and the discrete projection data. The symmetry structure properties can be extended to fan beam scanning modes and three-dimensional imaging models. The ideas and related methods of the discretization model can also be applied to other inverse problems.

Author Contributions

Conceptualization, C.L. and J.Q.; Methodology, C.L.; Software, C.L.; Validation, C.L.; Investigation, C.L.; Resources, C.L.; Data Curation, C.L. and J.Q.; Writing—Original Draft Preparation, C.L.; Writing—Review & Editing, C.L. and J.Q.; Visualization, C.L.; Supervision, C.L. and J.Q.; Project Administration, J.Q.; Funding Acquisition, J.Q.

Funding

This research was funded by the National Natural Science Foundation of China (Grant Numbers 61801031,61871042).

Conflicts of Interest

The authors declare no conflict of interest. The founding sponsors had no role in the design of the study; in the collection, analyses, or interpretation of data; in the writing of the manuscript, and in the decision to publish the results.

Abbreviations

The following abbreviations are used in this manuscript:
CTComputerized Tomography
EMExpectation Maximum
OSEMOrdered Subset Expectation Maximum

References

  1. Herman, G.T. Fundamentals of Computerized Tomography: Image Reconstruction from Projections; Springer Science and Business Media: Berlin, Germany, 2009. [Google Scholar]
  2. Natterer, F. The mathematics of computerized tomography. Classics in Applied Mathematics. SIAM: Society for Industrial and Applied Mathematics. Med. Phys. 1985, 32. [Google Scholar] [CrossRef]
  3. Ramm, A.G.; Katsevich, A.I. The Radon Transform and Local Tomography; CRC Press: Boca Raton, FL, USA, 1996. [Google Scholar]
  4. Kent, D.T.; Rath, T.J.; Snyderman, C. Conventional and 3-dimensional computerized tomography in eagle syndrome, glossopharyngeal neuralgia, and asymptomatic controls. Otolaryngol. Head Neck Surg. 2015, 153, 41–47. [Google Scholar] [CrossRef] [PubMed]
  5. Kuhnert, G.; Boellaard, R.; Sterzer, S.; Kahraman, D.; Scheffler, M.; Wolf, J.; Dietlein, M.; Drzezga, A.; Kobe, C. Impact of PET/CT image reconstruction methods and liver uptake normalization strategies on quantitative image analysis. Eur. J. Nucl. Med. Mol. Imaging 2016, 43, 249–258. [Google Scholar] [CrossRef] [PubMed]
  6. Slomka, P.J.; Pan, T.; Germano, G. Recent advances and future progress in PET instrumentation. In Seminars in Nuclear Medicine; Elsevier: New York, NY, USA, 2016; Volume 46, pp. 5–19. [Google Scholar]
  7. Bach-Gansmo, T.; Nanni, C.; Nieh, P.T.; Zanoni, L.; Bogsrud, T.V.; Sletten, H.; Korsan, K.A.; Kieboom, J.; Tade, F.I.; Odewole, O.; et al. Multisite experience of the safety, detection rate and diagnostic performance of fluciclovine (18F) positron emission tomography/computerized tomography imaging in the staging of biochemically recurrent prostate cancer. J. Urol. 2017, 197, 676–683. [Google Scholar] [CrossRef] [PubMed]
  8. Jiang, M.; Wang, G. Convergence of iterative algorithms for image reconstruction. In Proceedings of the IEEE International Symposium on Biomedical Imaging, Washington DC, USA, 7–10 July 2002; pp. 685–688. [Google Scholar]
  9. Ono, S.; Niwa, T.; Yanagimachi, N.; Yamashita, T.; Okazaki, T.; Nomura, T.; Hashimoto, J.; Imai, Y. Improved image quality of helical computed tomography of the head in children by iterative reconstruction. J. Neuroradiol. 2016, 43, 31–36. [Google Scholar] [CrossRef] [PubMed]
  10. Garduño, E.; Herman, G.T. Computerized tomography with total variation and with shearlets. Inverse Probl. 2017, 33, 044011. [Google Scholar] [CrossRef] [Green Version]
  11. Kahn, J.; Grupp, U.; Kaul, D.; Bning, G.; Lindner, T.; Streitparth, F. Computed tomography in trauma patients using iterative reconstruction: Reducing radiation exposure without loss of image quality. Acta Radiol. 2016, 57, 362–369. [Google Scholar] [CrossRef] [PubMed]
  12. Haltmeier, M.; Nguyen, L.V. Analysis of iterative methods in photoacoustic tomography with variable sound speed. SIAM J. Imaging Sci. 2017, 10, 751–781. [Google Scholar] [CrossRef]
  13. Reich, S.; Zalas, R. A modular string averaging procedure for solving the common fixed point problem for quasi-nonexpansive mappings in Hilbert space. Numer. Algorithms 2016, 72, 297–323. [Google Scholar] [CrossRef]
  14. Censor, Y.; Cegielski, A. Projection methods: an annotated bibliography of books and reviews. Optimization 2015, 64, 2343–2358. [Google Scholar] [CrossRef]
  15. Jian, Y.; Planeta, B.; Carson, R. Evaluation of bias and variance in low-count OSEM list mode reconstruction. Phys. Med. Biol. 2014, 60, 15–29. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  16. Shepp, L.A.; Vardi, Y. Maximum likelihood reconstruction for emission tomography. IEEE Trans. Med. Imaging 2007, 1, 113–122. [Google Scholar] [CrossRef] [PubMed]
  17. Hudson, H.M.; Larkin, R.S. Accelerated image reconstruction using ordered subsets of projection data. IEEE Trans. Med. Imaging 1994, 13, 601–609. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  18. Sheng, J.; Liu, D. An improved maximum likelihood approach to image reconstruction using ordered subsets and data subdivisions. IEEE Trans. Nucl. Sci. 2004, 51, 130–135. [Google Scholar] [CrossRef]
  19. Erdogan, H.; Fessler, J.A. Ordered subsets algorithms for transmission tomography. Phys. Med. Biol. 1999, 44, 2835–2851. [Google Scholar] [CrossRef] [PubMed]
  20. Byrne, C.L. Convergent block-iterative algorithms for image reconstruction from inconsistent data. IEEE Trans. Image Process. 1997, 6, 1296–1304. [Google Scholar] [CrossRef] [PubMed]
  21. Kaufman, L. Implementing and accelerating the em algorithm for positron emission tomography. IEEE Trans. Med. Imaging 1987, 6, 37–51. [Google Scholar] [CrossRef] [PubMed]
  22. Ahn, S.; Ross, S.G.; Asma, E.; Miao, J.; Jin, X.; Cheng, L.; Wollenweber, S.D.; Manjeshwar, R.M. Quantitative comparison of OSEM and penalized likelihood image reconstruction using relative difference penalties for clinical PET. Phys. Med. Biol. 2015, 60, 5733–5751. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  23. Lantos, J.; Mittra, E.; Levin, C.; Iagaru, A. Standard OSEM vs. regularized PET image reconstruction: qualitative and semi-quantitative comparison. J. Nucl. Med. 2015, 56, 1805. [Google Scholar]
  24. Elfving, T. Block-Iterative Methods for Consistent and Inconsistent Linear Equations; Springer: New York, NY, USA, 1980; pp. 1–12. [Google Scholar]
  25. Qiu, J.; Xu, M.L. Method of symmetric block-iterative for image reconstruction. J. Electron. Inf. Technol. 2007, 29, 2296–2300. [Google Scholar]
  26. Qiu, J.; Wang, L. Symmetric mesh-iterative algorithms for image reconstruction. Comput. Tomogr. Theory Appl. 2007, 2, 20–30. [Google Scholar]
  27. Liu, C.; Qiu, J. An symmetric ordered subset expectation maximization accelerated Algorithm. Comput. Tomogr. Theory Appl. 2009, 2, 237–243. [Google Scholar]
Figure 1. Reconstructed points discretization model.
Figure 1. Reconstructed points discretization model.
Symmetry 10 00449 g001
Figure 2. Geometric symmetry of the discretization model.
Figure 2. Geometric symmetry of the discretization model.
Symmetry 10 00449 g002
Figure 3. The simulated original image and the projection data. (a) Original image; (b) projection data of the original image.
Figure 3. The simulated original image and the projection data. (a) Original image; (b) projection data of the original image.
Symmetry 10 00449 g003
Figure 4. Results of simulated data via EM and Algebraic Reconstruction Technique. The number of projection angles regarding the simulated projection data is 576, and the number of parallel lines is 721. The resolution of the original image and the reconstructed image is 600 × 600 . The profiles are in the 205th line of the reconstructed images. (a) shows the location of the profile’s line; (b) shows the reconstruction result with 40 iterations by EM; (c) shows the reconstruction result with 5 iterations by ART; (d) shows the profile of (a); (e) shows the profile of (b); (f) shows the profile of (c); (g) shows the reconstruction result with 3 iterations by Block-Iterative Projections (BIP); (h) shows the reconstruction result with 3 iterations by String-Averaging Projections (SAP); (i) shows the profile of (g); (j) shows the profile of (h).
Figure 4. Results of simulated data via EM and Algebraic Reconstruction Technique. The number of projection angles regarding the simulated projection data is 576, and the number of parallel lines is 721. The resolution of the original image and the reconstructed image is 600 × 600 . The profiles are in the 205th line of the reconstructed images. (a) shows the location of the profile’s line; (b) shows the reconstruction result with 40 iterations by EM; (c) shows the reconstruction result with 5 iterations by ART; (d) shows the profile of (a); (e) shows the profile of (b); (f) shows the profile of (c); (g) shows the reconstruction result with 3 iterations by Block-Iterative Projections (BIP); (h) shows the reconstruction result with 3 iterations by String-Averaging Projections (SAP); (i) shows the profile of (g); (j) shows the profile of (h).
Symmetry 10 00449 g004aSymmetry 10 00449 g004b
Figure 5. Results of simulation data via SO-OSEM and SS-OSEM. (a) shows the reconstruction result with 3 iterations by SO-OSEM; (b) shows the reconstruction result with 3 iterations by SS-OSEM; (c) shows the profile of (a); (d) shows the profile of (b).
Figure 5. Results of simulation data via SO-OSEM and SS-OSEM. (a) shows the reconstruction result with 3 iterations by SO-OSEM; (b) shows the reconstruction result with 3 iterations by SS-OSEM; (c) shows the profile of (a); (d) shows the profile of (b).
Symmetry 10 00449 g005
Figure 6. The real projection data.
Figure 6. The real projection data.
Symmetry 10 00449 g006
Figure 7. Results of real data. The number of projection angles regarding the real projection data is 576, and the number of parallel lines is 241. The resolution of the reconstructed image is 256 × 256 . The profiles are in the 87th line of the reconstructed images. (a) shows the reconstruction result with 40 iterations by EM; (b) shows the reconstruction result with five iterations by ART; (c) shows the profile of (a); (d) shows the profile of (b); (e) shows the reconstruction result with three iterations by BIP; (f) shows the reconstruction result with three iterations by SAP; (g) shows the profile of (e); (h) shows the profile of (f).
Figure 7. Results of real data. The number of projection angles regarding the real projection data is 576, and the number of parallel lines is 241. The resolution of the reconstructed image is 256 × 256 . The profiles are in the 87th line of the reconstructed images. (a) shows the reconstruction result with 40 iterations by EM; (b) shows the reconstruction result with five iterations by ART; (c) shows the profile of (a); (d) shows the profile of (b); (e) shows the reconstruction result with three iterations by BIP; (f) shows the reconstruction result with three iterations by SAP; (g) shows the profile of (e); (h) shows the profile of (f).
Symmetry 10 00449 g007
Figure 8. (a) shows the reconstruction result with three iterations by SO-OSEM; (b) shows the reconstruction result with three iterations by SS-OSEM; (c) shows the profile of (a); (d) shows the profile of (b).
Figure 8. (a) shows the reconstruction result with three iterations by SO-OSEM; (b) shows the reconstruction result with three iterations by SS-OSEM; (c) shows the profile of (a); (d) shows the profile of (b).
Symmetry 10 00449 g008
Table 1. Reconstruction analysis of the simulated data.
Table 1. Reconstruction analysis of the simulated data.
AlgorithmIterationsRMSETime (s)
EM400.360006118.6756051
ART50.40002640.2356841
BIP30.48876127.641001
SAP30.37517920.2152612
OSEM-SO30.22589010.0556901
OSEM-SS30.20704010.065243

Share and Cite

MDPI and ACS Style

Liu, C.; Qiu, J. Ordered Subset Expectation Maximum Algorithms Based on Symmetric Structure for Image Reconstruction. Symmetry 2018, 10, 449. https://doi.org/10.3390/sym10100449

AMA Style

Liu C, Qiu J. Ordered Subset Expectation Maximum Algorithms Based on Symmetric Structure for Image Reconstruction. Symmetry. 2018; 10(10):449. https://doi.org/10.3390/sym10100449

Chicago/Turabian Style

Liu, Chang, and Jun Qiu. 2018. "Ordered Subset Expectation Maximum Algorithms Based on Symmetric Structure for Image Reconstruction" Symmetry 10, no. 10: 449. https://doi.org/10.3390/sym10100449

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop