Next Article in Journal
Desalination Processes’ Efficiency and Future Roadmap
Next Article in Special Issue
Objective 3D Printed Surface Quality Assessment Based on Entropy of Depth Maps
Previous Article in Journal
Approximating Ground States by Neural Network Quantum States
Previous Article in Special Issue
Uncertainty Assessment of Hyperspectral Image Classification: Deep Learning vs. Random Forest
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Reconstruction of PET Images Using Cross-Entropy and Field of Experts

1
Department of Electrical and Computation Engineering, Universidad Autónoma de Ciudad Juárez, Ciudad Juárez 32310, Mexico
2
Department of Industrial and Systems, Universidad Autónoma de Ciudad Juárez, Ciudad Juárez 32310, Mexico
3
Department of Physics and Mathematics, Universidad Autónoma de Ciudad Juárez, Ciudad Juárez 32310, Mexico
*
Author to whom correspondence should be addressed.
Entropy 2019, 21(1), 83; https://doi.org/10.3390/e21010083
Submission received: 17 December 2018 / Revised: 7 January 2019 / Accepted: 14 January 2019 / Published: 18 January 2019
(This article belongs to the Special Issue Entropy in Image Analysis)

Abstract

:
The reconstruction of positron emission tomography data is a difficult task, particularly at low count rates because Poisson noise has a significant influence on the statistical uncertainty of positron emission tomography (PET) measurements. Prior information is frequently used to improve image quality. In this paper, we propose the use of a field of experts to model a priori structure and capture anatomical spatial dependencies of the PET images to address the problems of noise and low count data, which make the reconstruction of the image difficult. We reconstruct PET images by using a modified MXE algorithm, which minimizes a objective function with the cross-entropy as a fidelity term, while the field of expert model is incorporated as a regularizing term. Comparisons with the expectation maximization algorithm and a iterative method with a prior penalizing relative differences showed that the proposed method can lead to accurate estimation of the image, especially with acquisitions at low count rate.

1. Introduction

Positron emission tomography is an imaging technology that provides quantitative studies to detect, diagnose, and monitor treatment of different diseases such as hypernated myocardium, cancer, and many others [1,2].
The scan process begins by administering a radioactive substance, the radiotracer, to the patient. The substance is absorbed mainly by the target organs or tissues. The positron emission tomography (PET) data are then obtained by detecting the radiotracer distribution within the body. These acquired data are then processed by reconstruction algorithms to obtain the final image, which is presented to the medical research personnel [2,3].
Quality of the PET image depends of several factors: physical factors such as positron range, non collinearity and spurious events; hardware related factors such as crystal type and size and response time of the electronics; and the software or reconstruction algorithm used to estimate the final image [3].
In this paper, we are interested in improving the quality of the PET images by using algorithms to reconstruct the image. Reconstruction algorithms can be broadly classified into analytic and iterative methods. Iterative methods are popular in PET due to their robustness and ability to incorporate prior data and noise statistics. Iterative methods are mainly based on the maximum likelihood expectation maximization estimator or the least squares model. However, when excessive noise is present in the acquired data, such as in low count acquisitions, most iterative methods have difficulties in obtaining an accurate estimation of the data and regularization techniques are required to stabilize the solution [4].
In this paper a novel approach to reconstruct PET images is presented. Our approach is based on a regularized expectation maximization (EM) algorithm. Here, we propose to regularize teh problem by using a cross-entropy fidelity term and field of experts (FoE) priors [5], which are capable of capturing richer spatial statistics through patches extracted from a dictionary of images. Therefore, we expect that the FoE prior helps to recover the anatomical structure and capture anatomical spatial dependencies of the PET images during the reconstruction process.
The rest of the paper is organized as follows. In Section 2, the proposed algorithm is presented. In Section 3, experiments and results are shown. Finally, conclusions are provided in Section 4.

2. Methodology

2.1. ML-EM Algorithm

The Maximum Likelihood Expectation Maximization (ML-EM) algorithm takes into account the Poisson-based likelihood distribution of the data.
The PET scanner detectors count pairs of events in coincidence throughout the entire ring. These counts are subsequently processed to form the final image. Here, we represent the counts registered by the I detectors of the scanner by the vector y = [ y 1 , y 2 , y 3 , , y I ] . Each element y i of y is modeled as independent random variables and Poisson distributed with expectation y ¯ i given by
y ¯ i = E [ y i ] = j = 1 J x j a i , j
where x i represents the radionuclide activity within the scanned subject and a pixel in the reconstructed image of size J pixels. Here, the image will be ordered as a vector x = [ x 1 , x 2 , x 3 , , x J ] . The a i , j s are elements of the system matrix A. The probability P ( y | x ) of observing y i is a likelihood of the unknown emissions at pixel x j , thus
L ( x ) = p ( y | x ) = i = 1 I e y ¯ i y ¯ i y i y i !
The log-likelihood is obtained by combining Equations (1) and (2) as
ln ( L ( x ) ) = i = 1 I [ j = 1 J x j a i , j + y i ln ( j = 1 J x j a i , j ) + ln ( y i ! ) ]
The application of maximum-likelihood estimation techniques in Equation (3) leads the EM iterative scheme for the update of the ith pixel at iteration ( n + 1 ) as follows:
x j ( n + 1 ) = x j ( n ) i a i , j i a i , j y i k a i , k x k ( n )
This method has been widely used in PET reconstruction as it produces images with better quality than other techniques. However, it is affected when data are acquired at low-count rates, producing noisy images.

2.2. Cross-Entropy

One of the trade offs of the reconstruction algorithms is to minimize the difference between the measured and reconstructed data, while at the same time maintaining the final result without nuisances such as noise. The term that reflects the degree of similarity is often called fidelity term. In this paper, we adopt as fidelity term the cross entropy, which in information theory measures the resemblance between two probability distributions. This approach is taken in [6], where the authors reconstructed the measured data by minimizing a weighted sum of two cross-entropy terms.
The cross-entropy or Kullback–Leiber distance between A x and y is defined as
J 0 ( x ) = D ( y , A x ) = i ( y i ln y i y i ln ( A x ) i y i + ( A x ) i )
It is known that D ( y , A x ) is strictly convex and then a sufficient condition for a global minimum is that J 0 ( x ) x j = 0 , due to
J 0 ( x ) x j = D ( y , A x ) x j = a i , j y i q i ( n ) + a i , j ,
and then the sufficient condition is written as
a i , j y i q i ( n ) + a i , j = 0 .
It is possible to develop an optimization method based on the EM scheme. In [6], it has been shown that the minimization of Equation (5) with respect to x is equivalent to the maximization of the log-likelihood function in the ML estimate of Equation (4). Thus, using the EM algorithm to minimize Equation (5), and using q i ( n ) = k a i , k x k ( n ) and Equation (6), we have
x j ( n + 1 ) = x j ( n ) i a i , j y i i a i , j y i q i ( n )
x j ( n + 1 ) = x j ( n ) i a i , j i a i , j ( y i + q i ( n ) q i ( n ) ) q i ( n )
x j ( n + 1 ) = x j ( n ) x j ( n ) i a i , j i a i , j y i q i ( n ) + a i , j
Now, using Equation (6), we obtain
x j ( n + 1 ) = x j ( n ) x j ( n ) i a i , j J 0 ( x ( n ) ) x j
This scheme is termed as MXE1 in [6] and has been used in several algorithms for reconstruct PET images [7,8]. It worth to remarking that Equation (11) can be seem as a gradient descent step of the cross-entropy function J 0 with variable step-size x j ( n ) i a i , j . Additionally, in this context, this idea can accommodate more complex objective functions, as will be shown in Section 2.4.

2.3. Field of Experts Model

The Field-of-expert scheme [5,9] models high-dimensional probability distributions by taking the product of several distributions (the experts). This provides a framework for learning image priors from sets of experts. Each expert distribution takes into account certain image structure learned using a database of images. In this manner, a prior captures richer spatial statistics present in the image. The modeled priors represent clique potential functions on a Markov random field (MRF) [10], and the experts are modeled as t-distributions, defined on each clique, with parameters learned by using the contrastive divergence method of Carreira-Perpinan and Hinton [11]. Field of expert have been used in several image processing algorithms and applications, such as segmentation [12], painting [13], and compressed sensing based restoration [14], among others.
In this paper, we propose to model the prior distribution for PET images by using a field of experts. Each expert is represented as a distribution modeled by linear filters J. Thus, the prior function is defined as
P ( x , Θ ) = 1 Z ( Θ ) k = 1 K i = 1 N ϕ ( J i T x ( k ) , α i )
where Θ = θ 1 , , θ N is a set of learned parameters θ i = { α i , J i } , α i is a parameter of expert i, Z ( Θ ) is the normalizing function, and ϕ ( · , · ) represents the experts, and are given by the student t-experts
ϕ ( J i T x , α i ) = ( 1 + 1 2 ( J i T x ) 2 ) α i )
Note that α is similar to the degrees of freedom [15].
Several techniques have been developed to take into account the similarity between the anatomical and functional images to define priors to improve the reconstruction process [16,17].
In this work, to capture anatomical spatial dependencies of the PET images, we use the FoE scheme. To this end, we trained 5 × 5 filters to model priors that adapt to the images and underlaying anatomy. The training data consisted of 1000 images of real and simulated PET images. We also included a set of 50 images of studies of computer tomography and magnetic resonance without PET to provide the filter with more detailed anatomical characteristics. The obtained filter are shown in Figure 1.
In this way, we could incorporate into the reconstruction filters adapted to structure of the PET images and anatomical information, in the form of organ and lesion boundaries, derived from CT and MR.

2.4. Proposed Objective Function

In this section, we present our proposed function:
J F o E ( x ) = D ( y , A x ) + β P ( x , Θ )
where D is the cross entropy and P is a prior based in the FoE framework. To derive an optimization method, we examine the derivative of Equation (14).
J F o E ( x ) x j = D ( y , A x ) x j + β P ( x , Θ ) x j = i y i a i , j ( A x ) i + a i , j + β k N J ( k ) ϕ ( J ( k ) x ; α i ) ,
where J ( k ) is the convolutional filter corresponding to J k and J ( k ) is obtained by mirroring J ( k ) around the center (for more details, see [5]).
Then, we can generalize the idea of (MXE1 iterative scheme) to the proposed regularization of the cross-entropy (Equation (14))
x j ( n + 1 ) = x j ( n ) x j ( n ) i a i , j J F o E ( x ( n ) ) x j
This iterative scheme corresponds to a gradient descent step of the proposed functional J F o E with variable step-size x j ( n ) i a i , j , as mentioned in Section 2.2.
Unfortunately, MXE1 offer no guarantee that the algorithm will preserve non-negativity constraints. This can be remedied by using the line search algorithm LINU described in [18] by setting all negative elements in the new iteration to 0. For implementation of the algorithm, we used a fixed iteration scheme, with 27 iterations, and a β = 0.5 .

3. Results

In this section, we present acquired and simulated datasets of PET images to show how the proposed algorithm deals with noise and structures and borders. We also offer comparisons with the EM algorithm and the algorithm proposed in [19], which uses a concave prior penalizing relative differences (CP) between neighbors. This algorithm was modified in [20] (GE healthcare white paper). Here, we set the parameters of the CP algorithm as β = 0.01 , γ = 0.1 , and λ = 0.97 . The EM was used with 12 iterations.
The simulated images were generated using Simset (a Simulation System for Emission Tomography) software (version 2.9.2, provided by the Division of Nuclear Medicine, University of Washington, Seattle, WA, USA) [21]. We used a simulated 3D PET detector with two axial rings consisting of an aluminum front cover followed by a single layer of 3.5 cm of BGO. From the generated volumetric data, 2D sinograms were taken.

Simulated Data

In this experiment, the efficacy of the reconstruction under low count conditions was evaluated. We used the reconstructed images from each method to generate selected surfaces to show graphically how close the reconstructed image was to the ground truth.
To this end, we designed a cylindrical software phantom of polymethyl methacrylate with five rows of holes (water-filled cylindrical inserts) of 2, 3, 4, and 5 mm in diameter. Each hole was filled with activity of 1:8 with respect to background. Figure 2 shows the phantom, a simulation of 30 M counts and its reconstruction using expectation maximization (EM).
We were interested in low count reconstructions, since this means less radiation exposure for the patient. Similar to higher counts data, all methods evaluated had practically equal quality in the reconstruction. Thus, we ran a PET scan simulation at 5 M count using the Simset software. Figure 3a shows the simulated sinogram data at lower count and Figure 3b–d shows the reconstruction using EM, CP, and the proposed method, respectively. It can be seen that the image reconstructed with the proposed method had better definition of the rods.
Figure 4 depicts the surfaces for each row of the holes. The proposed method had a smoother surface than EM, without losing contrast. In addition, contrast for the larger cylinders was slightly better at some points in the surface with CP, and achieved a maximum for the 5 mm surface.
In our next experiment, we used the Digimouse anatomical atlas dataset described in [22] to design a software mouse phantom. The mouse phantom was used to have a more realistic assessment of the structures found on practical data. The PET scans of the mouse were simulated using Simset software (version, publisher, city, state abbreviation if USA or Canada, country).
We simulated two realizations with different number of counts: 30 M and 5 M counts. The 30 M counts realization was taken as a ground truth. Figure 5 presents two different slices of the phantom, the first column shows the 30 M realization reconstructed with EM, while the second, third, and fourth columns show the 5 M realization reconstructed with EM, CP and the proposed method, respectively.
To quantitatively evaluate image quality in the Digimouse, a channelized Hoteling observer [23,24] was used in the context of lesion detectability. The area under the curve (AUC) was used as a figure of merit. The task performed by the observer was the detection of a lesion with known location. To this end, we used 25 simulations with lesion and 25 without lesion. The lesion has an activity of 1:5 with respect to background, in 10 of the 25 phantoms with lesion, and 1:3 with respect to background in the rest. The images were reconstructed with each method. These images were fed to the observer to analyze its output. Figure 6 shows the AUC attained by each method. As can be seen, our method obtained more AUC than EM and CP. Based on this result, the simulated observer was able to better detect the lesion in the images reconstructed by the proposed method.
In the next experiment, we evaluated the performance with measured data. We used data from http:\\web.eecs.umich.edu\~fessler\, which is from a subject who was scanned on a CTI ECAT PET scanner. The raw sinograms were acquired at 160 radial samples and 192 angular samples; data were pre-corrected for delayed coincidences [25]. Figure 7a–c shows the reconstructions of the data using EM, CP, and the proposed method, respectively.
Table 1 shows the results of applying the contrast resolution (CR) metric [18] between the two rectangles depicted in Figure 7a. Our method has better CR than the other methods evaluated, and lower noise.

4. Conclusions

In this paper, a novel reconstruction method for PET images is presented based on a cross-entropy fidelity term. We propose to regularize the ill-posed problem by using field of experts priors. In this way, we can incorporate into the reconstruction process prior distributions from adapted filters to structure PET images and anatomical information.
The experimental results show that the proposed method led to a better reconstruction performance than EM and CP. In an experiment with a phantom with rods of different sizes, we found an improvement in the recovering of the pixels of the smallest rods, showing that the proposed method could perform better in the reconstruction of small structures such as lesions. This was also observed in a second experiment with a phantom with lesions, where a ROC analysis of a observer detecting lesions was simulated and the proposed method outperformed EM and CP methods. In the experiment with measured data, our method obtained more contrast resolution, and visually the image of the proposed method had more defined edges than EM and CP. As future work, we plan to implement the algorithm with listmode data and take into account the additional information of time of flight, as well as construct a database of more images including PET/CT and PET/MRI.

Author Contributions

All authors have worked equally in this manuscript. All authors have read and approved the final manuscript.

Funding

This research received no external funding.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Wahl, R.L. Principles and Practice of Positron Emission Tomography; Lippincott Williams & Wilkins: Philadelphia, PA, USA, 2002. [Google Scholar]
  2. Lynch, T.B. PET/CT in Clinical Practice; Springer: New York, NY, USA, 2007. [Google Scholar]
  3. Bendriem, B.; Townsend, D.W. The Theory and Practice of 3D PET; Springer: New York, NY, USA, 2013; Volume 32. [Google Scholar]
  4. Teng, Y.; Zhang, T. Three penalized EM-type algorithms for PET image reconstruction. Comput. Biol. Med. 2012, 42, 714–723. [Google Scholar] [CrossRef] [PubMed]
  5. Roth, S.; Black, M.J. Fields of experts: A framework for learning image priors. In Proceedings of the CVPR 2005 IEEE Computer Society Conference on Computer Vision and Pattern Recognition, San Diego, CA, USA, 20–25 June 2005; Volume 2, pp. 860–867. [Google Scholar]
  6. Ardekani, B.A.; Braun, M.; Hutton, B.F.; Kanno, I.; Iida, H. Minimum cross-entropy reconstruction of PET images using prior anatomical information. Phys. Med. Biol. 1996, 41, 2497–2517. [Google Scholar] [CrossRef] [PubMed]
  7. Zhu, H.; Shu, H.; Luo, L.; Zhou, J. Modified minimum cross-entropy algorithm for pet image reconstruction using total variation regularization. In Proceedings of the IEEE International Workshop on Biomedical Circuits and Systems, Singapore, 1–3 December 2004. [Google Scholar]
  8. Zhu, H.; Zhou, J.; Shu, H.; Luo, L. A edge-preserving minimum cross-entropy algorithm for PET image reconstruction using multiphase level set method. In Proceedings of the IEEE International Conference on Acoustics, Speech, and Signal Processing (ICASSP’05), Philadelphia, PA, USA, 23 March 2005; Volume 2, pp. 469–472. [Google Scholar]
  9. Roth, S.; Black, M.J. Fields of experts. Int. J. Comput. Vis. 2009, 82, 205. [Google Scholar] [CrossRef]
  10. Gu, W.; Lv, Z.; Hao, M. Change detection method for remote sensing images based on an improved Markov random field. Multimedia Tools Appl. 2017, 76, 17719–17734. [Google Scholar] [CrossRef]
  11. Carreira-Perpinan, M.A.; Hinton, G.E. On contrastive divergence learning. In Proceedings of the Aistats, Bridgetown, Barbados, 6–8 January 2005; Citeseer: University Park, PA, USA, 2005; Volume 10, pp. 33–40. [Google Scholar]
  12. Mahapatra, D.; Buhmann, J.M. A field of experts model for optic cup and disc segmentation from retinal fundus images. In Proceedings of the 2015 IEEE 12th International Symposium on Biomedical Imaging (ISBI), New York, NY, USA, 16–19 April 2015; pp. 218–221. [Google Scholar]
  13. Li, Y.; Wu, H.; Li, L.; Yang, Y.; Zhang, C.; Bie, R. Improved field of experts model for image completion. Optik-Int. J. Light Electr. Opt. 2017, 142, 174–182. [Google Scholar] [CrossRef]
  14. Lan, X.; Barner, K. Field of experts: Optimal structured bayesian compressed sensing. In Proceedings of the 2017 IEEE Global Conference on Signal and Information Processing (GlobalSIP), Montreal, QC, Canada, 14–16 November 2017; pp. 1130–1134. [Google Scholar]
  15. Roth, S.; Adviser-Black, M. High-Order Markov Random Fields for Low-Level Vision; Citeseer: University Park, PA, USA, 2007; Volume 68. [Google Scholar]
  16. Tang, J.; Rahmim, A. Anatomy assisted PET image reconstruction incorporating multi-resolution joint entropy. Phys. Med. Biol. 2014, 60, 31. [Google Scholar] [CrossRef] [PubMed]
  17. Baete, K.; Nuyts, J.; Van Paesschen, W.; Suetens, P.; Dupont, P. Anatomical-based FDG-PET reconstruction for the detection of hypo-metabolic regions in epilepsy. IEEE Trans. Med. Imaging 2004, 23, 510–519. [Google Scholar] [CrossRef] [PubMed]
  18. Kaufman, L. Implementing and accelerating the EM algorithm for positron emission tomography. IEEE Trans. Med. Imaging 1987, 6, 37–51. [Google Scholar] [CrossRef] [PubMed]
  19. Nuyts, J.; Beque, D.; Dupont, P.; Mortelmans, L. A concave prior penalizing relative differences for maximum-a-posteriori reconstruction in emission tomography. IEEE Trans. Nucl. Sci. 2002, 49, 56–60. [Google Scholar] [CrossRef]
  20. Ross, S.Q. Clear; White Paper; GE Healthcare: Uppsala, Sweden, 2014; pp. 1–9. [Google Scholar]
  21. Lewellen, T.; Harrison, R.; Vannoy, S. The Simset Program; University of Washington: Seattle, WA, USA, 1998. [Google Scholar]
  22. Stout, D.; Chow, P.; Silverman, R.; Leahy, R.M.; Lewis, X.; Gambhir, S.; Chatziioannou, A. Creating a whole body digital mouse atlas with PET, CT and cryosection images. Mol. Imaging Biol. 2002, 4, S27. [Google Scholar]
  23. Van de Sompel, D.; Brady, M.; Boone, J. Task-based performance analysis of FBP, SART and ML for digital breast tomosynthesis using signal CNR and Channelised Hotelling Observers. Med. Image Anal. 2011, 15, 53–70. [Google Scholar] [CrossRef] [PubMed]
  24. Racine, D.; Ryckx, N.; Ba, A.; Becce, F.; Viry, A.; Verdun, F.R.; Schmidt, S. Task-based quantification of image quality using a model observer in abdominal CT: A multicentre study. Eur. Radiol. 2018, 28, 5203–5210. [Google Scholar] [CrossRef] [PubMed]
  25. Fessler, J.A.; Ficaro, E.P.; Clinthorne, N.H.; Lange, K. Grouped-coordinate ascent algorithms for penalized-likelihood transmission image reconstruction. IEEE Trans. Med. Imaging 1997, 16, 166–175. [Google Scholar] [CrossRef] [PubMed]
Figure 1. The 5 × 5 filters obtained by training the oroduct-of-experts model on positron emission tomography (PET) images database. The colors in each frame are proportional to the magnitude of the filter coefficient, using a gray scale.
Figure 1. The 5 × 5 filters obtained by training the oroduct-of-experts model on positron emission tomography (PET) images database. The colors in each frame are proportional to the magnitude of the filter coefficient, using a gray scale.
Entropy 21 00083 g001
Figure 2. Cylindrical software phantom: (a) ground truth; (b) simulated sinogram data at 30 M counts; and (c) reconstruction with expectation maximization (EM).
Figure 2. Cylindrical software phantom: (a) ground truth; (b) simulated sinogram data at 30 M counts; and (c) reconstruction with expectation maximization (EM).
Entropy 21 00083 g002
Figure 3. Cylindrical software phantom: (a) Input sinogram; (b) low count reconstruction with EM; (c) low count reconstruction with CP; and (d) low count reconstruction with the proposed method.
Figure 3. Cylindrical software phantom: (a) Input sinogram; (b) low count reconstruction with EM; (c) low count reconstruction with CP; and (d) low count reconstruction with the proposed method.
Entropy 21 00083 g003
Figure 4. Profiles of the different methods with the cylindrical software phantom. Each row shows the same hole, and each column the same method. The maximum of each surface is indicated next to it.
Figure 4. Profiles of the different methods with the cylindrical software phantom. Each row shows the same hole, and each column the same method. The maximum of each surface is indicated next to it.
Entropy 21 00083 g004
Figure 5. Slices of the Digimouse software phantom: ground truth (a,e); low count reconstruction with EM (b,f); low count reconstruction with CP (c,g); and (d,h) low count reconstruction with the proposed method. In (a), the arrow indicates a lesion.
Figure 5. Slices of the Digimouse software phantom: ground truth (a,e); low count reconstruction with EM (b,f); low count reconstruction with CP (c,g); and (d,h) low count reconstruction with the proposed method. In (a), the arrow indicates a lesion.
Entropy 21 00083 g005
Figure 6. ROC analysis evaluated on the Digimouse phantom.
Figure 6. ROC analysis evaluated on the Digimouse phantom.
Entropy 21 00083 g006
Figure 7. Reconstruction of measured data with: (a) EM; (b) CP; and (c) the proposed method.
Figure 7. Reconstruction of measured data with: (a) EM; (b) CP; and (c) the proposed method.
Entropy 21 00083 g007
Table 1. Contrast resolution measures.
Table 1. Contrast resolution measures.
MethodCR
EM0.577
CP0.541
Proposed0.695

Share and Cite

MDPI and ACS Style

Mejia, J.; Ochoa, A.; Mederos, B. Reconstruction of PET Images Using Cross-Entropy and Field of Experts. Entropy 2019, 21, 83. https://doi.org/10.3390/e21010083

AMA Style

Mejia J, Ochoa A, Mederos B. Reconstruction of PET Images Using Cross-Entropy and Field of Experts. Entropy. 2019; 21(1):83. https://doi.org/10.3390/e21010083

Chicago/Turabian Style

Mejia, Jose, Alberto Ochoa, and Boris Mederos. 2019. "Reconstruction of PET Images Using Cross-Entropy and Field of Experts" Entropy 21, no. 1: 83. https://doi.org/10.3390/e21010083

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