One-step Backprojection Algorithm for Computed Tomography

Size: px
Start display at page:

Download "One-step Backprojection Algorithm for Computed Tomography"

Transcription

1 2006 IEEE Nuclear Science Symposium Conference Record M4-438 One-step Bacprojection Algorithm for Computed Tomography Dosi Hwang and Gengsheng L. Zeng, Senior Member, IEEE Abstract The iteratie algorithm can incorporate arious physical aspects into its reconstruction process, leading to a more accurate image than the filtered bacprojection algorithm. One drawbac of the iteratie algorithm is that it requires many iterations to produce the final images. In this paper, we show that we can reconstruct the same images as the Landweber iteratie method in one step. We reformulate the iteratie procedure into a matrix multiplication, build the matrix and store it on dis. We use this matrix to reconstruct images in one step. The reconstructed images are exactly the same as the ones that are reconstructed by the Landweber iteratie method. I I. INTRODUCTION N computed tomography, iteratie algorithms are receiing more attention as the speed of computers increases. This is because they can incorporate into their reconstruction process arious physical aspects, especially the measurement statistics, the geometric response model, and scatter or attenuation correction, leading to a more accurate image than the filtered bacprojection algorithm (FBP. Iteratie algorithms gie better reconstructions than the FBP methods een when no physical compensations are modeled into them []-[6]. One drawbac of the iteratie algorithm is that it taes many iterations, and thus long reconstruction times, to produce the final image. As more physical compensations are modeled in the reconstruction process, the iteratie algorithms may not be considered adequate for clinical applications een with contemporary high-speed computers. Een one iteration may tae seeral hours if arious complicated compensation schemes are included [7]. There are seeral acceleration methods to reduce reconstruction time, such as an orderedsubset expectation-maximization algorithm [8], a rescaled bloc iteratie algorithm [9], and a space-alternating generalized EM [0]. Howeer, they still require many iterations to reconstruct images. Furthermore, the accelerated algorithms usually do not produce the same reconstruction as the unaccelerated algorithms. In this paper, we show that we can reconstruct images from measurements in one step, just lie the filtered bacprojection methods, but produce the same images as the Landweber iteratie algorithm. We reformulate the iteratie procedure into a matrix multiplication, build the matrix, and store it on Manuscript receied Noember 5, This wor was supported in part by NIH Grants EB00489, EB003298, and EB 002. Dosi Hwang is with the Department of Bioengineering, Uniersity of Utah, Salt Lae City, UT 8402 USA, and with the Utah Center for Adanced Imaging Research, 729 Arapeen Dr., Salt Lae City, UT 8408 USA ( dosi.hwang@gmail.com. Gengsheng L. Zeng is with the Department of Radiology and Bioengineering, Uniersity of Utah, Salt Lae City, UT 8408 USA, and with the Utah Center for Adanced Imaging Research, 729 Arapeen Dr., Salt Lae City, UT 8408 USA ( larry@ucair.med.utah.edu. dis. We then use this matrix to reconstruct images in one step. In Section II of this paper we show how this one-step bacprojection can be implemented and describe the differences from the filtered bacprojection method. Computer simulation studies and real experiments in Sections III and IV show that our one-step bacprojection images are exactly the same as the ones that are reconstructed by the iteratie method. In Section V we discuss more about the one-step bacprojection method including implementation issues and future studies. II. THEORY We will consider a generalized Landweber iteratie algorithm []-[3] to sole FX=P, where F is a projector, X is an array of the unnowns to be reconstructed, and P is an array of projection data. The iteratie algorithm is expressed as ( ( X = X + T( P FX, ( where T is a bacprojector. For a simple Landweber algorithm, T=αF T, where α is a step size to mae the algorithm conerge. The iteratie algorithm ( can be reformulated as follows: ( ( X = X + T( PFX (2 ( = ( I TF X + TP. Let B=I-TF, then (2 can be expressed as in (3. ( X = BX + TP ( = BBX ( + TP + TP 2 ( = B X + ( B+ I TP 2 ( 2 = B ( BX + TP + ( B+ I TP (3 3 ( 2 2 = BX + ( B + B+ ITP + (0 = B X + ( B + B + + B+ I TP. Therefore, if we use X (0 =0, then the reconstructed image at (+ th iteration becomes X = CTP, (4 where h C = B. (5 h= 0 If we can precompute the matrix C, then the reconstruction process is just a one-step bacprojection as shown in (4 with post-filtering implemented as a matrix multiplication using C. A closer loo at (5 reeals that C does not depend on the projection data P or any other intermediate estimates. Therefore, we can actually precompute the matrix C and store /06/$ IEEE. 3453

2 it before scanning, and use it later to reconstruct images in one step when projection data are obtained. When the one-step bacprojection method is applied to a high-resolution imaging system, it may be difficult to use the whole matrix C at once due to memory limitations of the computer. In this case, we can build a matrix D =C T in a iew-by-iew order and process indiidual portions of D separately for an indiidual or a group of iews as in (6. T = = =, θ, θ 2, θ θ 2 X C TP D P D D D P P P = D P + D P + + D P, θ θ, θ2 θ2, For the implementation of a large C matrix, we may need to compute indiidual components or a group of components of C one at a time by loading into memory the minimum amount of data necessary to compute it. This can be done as follows: Build the projection matrix F and sae it to dis (each element f ij or a group of elements can be calculated indiidually and saed to dis. f f2 fm f2 f 2M F =, (7 fn fn2 fnm where M is the number of image pixels and N is the number of data points. 2 Build the bacprojection matrix T or use T=F T (we will use T=F T hereafter. 3 Calculate B=I-TF=I-F T F element-by-element: N fti ftj if i = j t = [ B] = b ij ij = (8 N fti ftj if i j t = 4 Update C (=: + bij if i = j [ C] = c ij ij = (9 bij if i j 5 Calculate B 2 element-by-element 6 Update C (=2: M 2 (2 ij ij it tj t = (6 B = b = b b (0 c = c + b ( (2 ij ij ij 7 In the same way, calculate B 3, B 4, B 5,, and update C=C+B. Further analysis of the one-step bacprojection method (4 can be made if we consider the case of letting go to infinity. If the bacprojector T, thus the matrix B in (5 is designed to mae the algorithm conerge, C becomes (2 as goes to infinity: C = B = I TF = TF assuming (TF - becomes h h ( ( (2 h= 0 h= 0 exists. Then, the reconstructed image ( ( X = C TP = TF TP (true = ( TF T( FX + NM (true = ( TF ( TF X + ( TF TN = + (true X ( TF TNM M (3 where N M is the measurement noise in P. If there is no noise, N M = 0, then we can reconstruct the true image, X (true. Howeer, if there is noise, N M 0, the noise will be amplified by (TF - T. Therefore, if the matrix TF is ill-conditioned, it will amplify the noise significantly. On the other hand, if we design TF as well-conditioned, the noise amplification will be reduced. Or if we regularize (TF - such that the noise can be suppressed while the true image can be presered, we can reconstruct better images. Computing C (5 can be understood as finding a regularized (TF -. Different regularized (TF - can be obtained for different alues of. The optimum alue for remains in question as in many other iteratie algorithms. So far, is usually selected based on experience. There are other ways to obtain a regularized (TF - such as using the singular alue decomposition (SVD; small singular alues are discarded when they are inerted. Howeer, SVD requires a lot of memory and is impractical for the large matrices of computed tomography. This analysis can be applied to a bacprojection-filtering (BPF method. In BPF, projection data are first bacprojected into the image space, and the transfer function of the projection-bacprojection operator is inersed. The theoretical relationship between the original image and the bacprojected image is gien by (4 in the frequency domain [4]-[7]: H = H = H BP 2 2 X X + 2 (4 where H X is the Fourier transform of the original image, H BP is the Fourier transform of the bacprojected image, and is the spatial frequency. Therefore, the bacprojected image is filtered by a ramp filter to reconstruct the original image as in (5 HBP = HX = H. (5 X That is, the projection data are bacprojected then filtered by a 2D ramp filter. The transfer function / corresponds to the Fourier transform of the point response function of TF in (3, and the ramp filter corresponds to the Fourier transform of the point response function of (TF -. If there is noise, it will be amplified by the ramp filter, as explained before. As a regularization method to suppress noise, the magnitudes of the ramp filter at high frequencies can be reduced using a window function such as a cosine, Hamming, or Hann window etc. Howeer this regularization sacrifices the resolution of images. It is unclear whether C is equialent to a certain window function for ramp filtering. Another important issue should be addressed. Both FBP and BPF assume that the transfer function of the projection- 3454

3 bacprojection operator is / and use the ramp filter to inert it during reconstruction. Howeer, / is a theoretically deried function based on continuous sampling, which is impossible in computed tomography. Therefore the actual transfer function of the projection-bacprojection operator is not /. Thus if the ramp filter is used to inert the actual transfer function, there is a model mismatch, which produces errors in reconstruction. We can express this model mismatch problem in matrix notation as (6. ( X = TFest TP (true = ( TFest ( TFtrue X + TNM ( true = ( TFest (( TFest + TFdiff X + TNM = TF TF X + TF X + TN = X + ( TF ( TF X + TN (true (true ( est ( est diff M ( true (true est diff M (6 where TF est is an estimated point response function of the projection-bacprojection operator which is used in reconstruction, TF true is the true point response function and TF diff is the difference between TF true and TF est. Equation (6 implies that the reconstructed images hae two inds of noise: one resulting from measurement noise and the other from model mismatch. These two types of noise are amplified by (TF est -. In the conentional FBP and BPF, the noise resulting from the model mismatch is difficult to reduce unless more accurately matched inerse filters are introduced instead of a simple ramp filter with window functions. This model mismatch problem in FBP and BPF becomes more significant when it comes to SPECT due to the geometric response of the collimator. In contrast, the one-step bacprojection method can incorporate the optimum projection-bacprojection operator into C, so that the model mismatch problem can be minimized. Therefore, along with the iteratiely regularized (TF -, one-step bacprojection can reconstruct better images than the conentional FBP and BPF methods. In Sections III and IV, we show that one-step bacprojection with the precomputed C produces exactly the same images as those reconstructed using the iteratie algorithm (. We also compare our proposed method with the conentional filtered bacprojection method and show that the one-step bacprojection method produces better images. III. COMPUTER SIMULATION STUDIES We applied the one-step bacprojection method to computer generated projection data. The phantom consisted of one large bacground disc (actiity= and one small hot lesion (actiity=2. The projection data were generated using the analytical formula and Poisson noise was added. The dimensions of the image were 38x38 and the number of projection iews was 56 oer 360. Three different count leels were simulated: high count (total counts = 623,392, medium count (24,98 and low count (62,6. Fig.. Comparison of reconstructed images. Three different count leels were simulated. Images were reconstructed by the iteratie method at the 00 th iteration, one-step bacprojection with the precomputed C 00, FBP, and FBP with Hann window. For all count leels, the iteratie algorithm (a and onestep bacprojection method (b produced exactly the same images, and they are less noisy than the image reconstructed by FBP (c. FBP with Hann window (d produced less noisy images, but could not presere the sharp edges. Fig. 2 shows line profiles of the reconstructed images for the high count experiments Iteratie Onestep FBP Fig. 2. Line profiles of the reconstructed images for high count experiments. IV. APPLICATION TO REAL DATA We applied the one-step bacprojection method to real SPECT data. A cardiac phantom (Data Spectrum Corporation, Hillsborough, NC, USA was used in this experiment. The emission data were acquired in a 64x64 array (the dimensions of each detector pixel were 2.32x2.32 mm 2. The number of projection iews was 60 oer 360. The total photon count for the selected slice was 3,238. We incorporated the geometric response model in the projector as well as in the bacprojector of ( and (4. We used the Zeng and Gullberg s method [8] for the geometric response modeling. Fig. 3 compares the reconstructed images using the iteratie method at the 00 th iteration, one-step bacprojection with C 00, FBP, and FBP with Hann window for noise suppression. Fig. 4 shows the line profiles for the reconstructed images. The reconstruction 3455

4 times for the iteratie method, one-step bacprojection, and FBP were 35, 0.33, and 0.08 sec, respectiely (.2 GHz Intel Celeron with 768 MB memory. (a image pixels (b D 50, θ (a iteratie (b one-step (c FBP (d FBP (Hann Fig. 3. Reconstructed images of the cardiac phantom. The total count was 3,238. Images were reconstructed by the iteratie method at the 00 th iteration, one-step bacprojection with precomputed C 00, FBP, and FBP with Hann window. 6 5 Iteratie Onestep FBP (c D 50, θ20 (d D 50, θ shifted Fig. 5. Symmetric design of image pixels. (a radially-symmetric pixels. D 50, θ20 (c can be obtained from D 50, θ (b by shifting its elements (d. Fig. 6 (a shows the reconstructed image by one-step bacprojection method with the radially-symmetric image pixels and the precomputed D 50. The noise has been reduced without sacrificing its spatial resolution, compared to the images reconstructed by FBP (Fig. 6 (b and (c Fig. 4. Line profiles of the reconstructed images of the cardiac phantom. The one-step bacprojection method produced exactly the same image as the iteratie method. Both images are much less noisy than the image reconstructed by FBP in Fig. 3 (c. The regularized FBP with Hann window in Fig. 3 (d reduced the noise but sacrificed resolution of the image, and the image became blurred. V. REDUCTION OF THE MATRIX SIZE The size of the matrix C or D can be reduced using image symmetry with special image representation such as a blob or natural pixel methods. In this study, we designed radiallysymmetric image pixels as shown in Fig. 5 (a, such that one small projection matrix for a single iew can represent all other iews by a simple rotation or shift of matrix elements. For example, D 50,θ20 (Fig. 5 (c can be obtained by shifting D 50,θ (Fig. 5 (d. Therefore the size of N pixels x (N bins x N iews of D can be reduced to N pixels x N bins (N bins is the number of bins in each iew. (a one-step (b FBP (c FBP (Hann Fig. 6. Simulation studies with symmetric image pixels. (a one-step bacprojection with precomputed D 50. The reconstructed image was transformed into regular square pixel format for comparison with FBP images (b and (c. VI. DISCUSSIONS The one-step bacprojection method produces exactly the same images as the Landweber iteratie algorithm, but in onestep, saing much computation time. Computing the matrix C (or D before scanning obiates the iteratie procedure that usually taes place after patients get scanned. The one-step bacprojection method produced better images than the conentional FBP algorithm. There are two reasons for this result: One-step bacprojection proides better regularization with C than the windowing method in FBP. This method also reduces the model mismatch by accurately modeling discrete angular sampling and the imaging system. For example, it is difficult to incorporate the geometric response of the collimator into the reconstruction process of FBP. In our experiments FBP resulted in significant noise compared to the one-step bacprojection with the geometric response model. An artifact in cone-beam geometry using a 3456

5 circular trajectory can also be improed by the one-step bacprojection method, as iteratie algorithms outperform FBP in reducing this artifact [9]-[22]. The size of the matrix C (or D itself can be reduced using image symmetry; the one-step bacprojection method can be considered a bacprojection filtering algorithm with postfiltering implemented as a matrix multiplication with C. Een though it is not certain whether the matrix C can be expressed as a function of the distance between two points, as in the conentional BPF, it is a function of radial distances and the angle difference of two points in spherical coordinates. Therefore, the matrix C can be compressed using this symmetry. Howeer, a square pixel or cubic oxel representation of an image maes it difficult to find a general expression for C. Using a blob representation of an image [22], [23] or a natural pixel method [24] may be useful lines of inestigation. If a general expression for the matrix can be obtained, it can replace a simple ramp filter in BPF and FBP to produce better images with arious compensation techniques included. [7] Bronnio AV. A filtering approach to image reconstruction in 3D SPECT. Phys Med Biol 2000;45: [8] Zeng GL, Gullberg GT. Three-dimensional iteratie reconstruction algorithms with attenuation and geometric point response correction. IEEE Trans Nucl Sci 99;38: [9] Manglos SH, Jaszcza RJ, Floyd CE. Maximum lielihood reconstruction for cone beam SPECT: deelopment and initial tests. Phys Med Biol 989;34: [20] Zeng GL, Gullberg GT. A study of reconstruction artifacts in cone beam tomography using filtered bacprojection and iteratie EM algorithms. IEEE Trans Nucl Sci 990;37: [2] Jaszcza RJ, Li J, Wang H, Coleman RE. Three-dimensional SPECT reconstruction of combined cone beam and parallel beam data. Phys Med Biol 992;37: [22] Lewitt RM. Alternaties to oxels for image representation in iteratie reconstruction algorithms. Phys Med Biol 992;37: [23] Matej S, Lewitt RM. Practical considerations for 3-D image reconstruction using spherically symmetric olume elements. IEEE Trans Med Imag 996;5: [24] Hsieh Y, Zeng GL, Gullberg GT. Projection space image reconstruction using strip functions to calculate pixels more natural for modeling the geometric response of the SPECT collimator. IEEE Trans Med Imag 998;7: REFERENCES [] Chornoboy ES, Chen CJ, Miller MI, Miller TR, Snyder DL. An ealuation of maximum lielihood reconstruction for SPECT. IEEE Trans Med Imag 990;9:99-0. [2] Liow J, Strother SC. Practical tradeoffs between noise, quantitation, and number of iterations for maximum lielihood-based reconstructions. IEEE Trans Med Imag 99;0: [3] Tourassi GD, Floyd Jr CE, Munley MT, Bowsher JE, Coleman RE. Improed lesion detection in SPECT using MLEM reconstruction. IEEE Trans Nucl Sci 99;38: [4] Rosenthal MS, Cullom J, Hawins W, Moore SC, Tsui BMW, Yester M. Quantitatie SPECT imaging: a reiew and recommendations by the focus committee of the society of nuclear medicine computer and instrumentation council. J Nucl Med 995;36: [5] Groch MW, Erwin WD. SPECT in the year 2000: basic principles. J Nucl Med Tech 2000;28: [6] Lewitt RM, Matej S. Oeriew of methods for image reconstruction from projections in emission computed tomography. Proc IEEE 2003;9: [7] Laurette I, Zeng GL, Welch A, Christian PE, Gullberg GT. A threedimensional ray-drien attenuation, scatter and geometric response correction technique for SPECT in inhomogeneous media. Phys Med Biol 2000;45: [8] Hudson HM, Larin RS. Accelerated image reconstruction using ordered subsets of projection data. IEEE Trans Med Imag 994;3:60-9. [9] Byrne CL 996 Bloc-iteratie methods for image reconstruction from projections. IEEE Trans Imag Proc 996;5: [0] Fessler JA, Hero AO. Penalized maximum-lielihood image reconstruction using space-alternating generalized EM algorithms. IEEE Trans Imag Proc 995;4: [] Landweber L. An iteration formula for Fredholm integral equations of the first ind. Amer J Math 95;73: [2] Jiang M, Wang G. Conergence studies on iteratie algorithms for image reconstruction. IEEE Trans Med Imag 2003;22: [3] Zeng GL, Gullberg GT. Unmatched projector/bacprojector pairs in an iteratie reconstruction algorithm. IEEE Trans Med Imag 2000;9: [4] Wernic MN, Aarsold JN. Emission tomography: the fundamentals of PET and SPECT Elseier Academic Press 2004; [5] Suzui S, Yamaguchi S. Comparison between an image reconstruction method of filtering bacprojection and the filtered bacprojection method. Appl Opt 988; 27: [6] Zeng GL, Gullberg GT. A bacprojection filtering algorithm for a spatially arying focal length collimator. IEEE Trans Med Imag 994;3:

Iterative and analytical reconstruction algorithms for varying-focal-length cone-beam

Iterative and analytical reconstruction algorithms for varying-focal-length cone-beam Home Search Collections Journals About Contact us My IOPscience Iterative and analytical reconstruction algorithms for varying-focal-length cone-beam projections This content has been downloaded from IOPscience.

More information

Unmatched Projector/Backprojector Pairs in an Iterative Reconstruction Algorithm

Unmatched Projector/Backprojector Pairs in an Iterative Reconstruction Algorithm 548 IEEE TRANSACTIONS ON MEDICAL IMAGING, VOL. 19, NO. 5, MAY 2000 Unmatched Projector/Backprojector Pairs in an Iterative Reconstruction Algorithm Gengsheng L. Zeng*, Member, IEEE, and Grant T. Gullberg,

More information

Slab-by-Slab Blurring Model for Geometric Point Response Correction and Attenuation Correction Using Iterative Reconstruction Algorithms

Slab-by-Slab Blurring Model for Geometric Point Response Correction and Attenuation Correction Using Iterative Reconstruction Algorithms 2168 IEEE TRANSACTIONS ON NUCLEAR SCIENCE, VOL 45, NO. 4, AUGUST 1998 Slab-by-Slab Blurring Model for Geometric Point Response Correction and Attenuation Correction Using Iterative Reconstruction Algorithms

More information

USING cone-beam geometry with pinhole collimation,

USING cone-beam geometry with pinhole collimation, IEEE TRANSACTIONS ON NUCLEAR SCIENCE, VOL. 56, NO. 3, JUNE 2009 687 A Backprojection-Based Parameter Estimation Technique for Skew-Slit Collimation Jacob A. Piatt, Student Member, IEEE, and Gengsheng L.

More information

SPECT reconstruction

SPECT reconstruction Regional Training Workshop Advanced Image Processing of SPECT Studies Tygerberg Hospital, 19-23 April 2004 SPECT reconstruction Martin Šámal Charles University Prague, Czech Republic samal@cesnet.cz Tomography

More information

(RMSE). Reconstructions showed that modeling the incremental blur improved the resolution of the attenuation map and quantitative accuracy.

(RMSE). Reconstructions showed that modeling the incremental blur improved the resolution of the attenuation map and quantitative accuracy. Modeling the Distance-Dependent Blurring in Transmission Imaging in the Ordered-Subset Transmission (OSTR) Algorithm by Using an Unmatched Projector/Backprojector Pair B. Feng, Member, IEEE, M. A. King,

More information

Reconstruction from Projections

Reconstruction from Projections Reconstruction from Projections M.C. Villa Uriol Computational Imaging Lab email: cruz.villa@upf.edu web: http://www.cilab.upf.edu Based on SPECT reconstruction Martin Šámal Charles University Prague,

More information

Revisit of the Ramp Filter

Revisit of the Ramp Filter IEEE TRANSACTIONS ON NUCLEAR SCIENCE, VOL. 62, NO. 1, FEBRUARY 2015 131 Revisit of the Ramp Filter Gengsheng L. Zeng, Fellow, IEEE Abstract An important part of the filtered backprojection (FBP) algorithm

More information

SPECT (single photon emission computed tomography)

SPECT (single photon emission computed tomography) 2628 IEEE TRANSACTIONS ON NUCLEAR SCIENCE, VOL. 53, NO. 5, OCTOBER 2006 Detector Blurring and Detector Sensitivity Compensation for a Spinning Slat Collimator Gengsheng L. Zeng, Senior Member, IEEE Abstract

More information

SINGLE-PHOTON emission computed tomography

SINGLE-PHOTON emission computed tomography 1458 IEEE TRANSACTIONS ON NUCLEAR SCIENCE, VOL. 59, NO. 4, AUGUST 2012 SPECT Imaging With Resolution Recovery Andrei V. Bronnikov Abstract Single-photon emission computed tomography (SPECT) is a method

More information

NIH Public Access Author Manuscript Int J Imaging Syst Technol. Author manuscript; available in PMC 2010 September 1.

NIH Public Access Author Manuscript Int J Imaging Syst Technol. Author manuscript; available in PMC 2010 September 1. NIH Public Access Author Manuscript Published in final edited form as: Int J Imaging Syst Technol. 2009 September 1; 19(3): 271 276. doi:10.1002/ima.20200. Attenuation map estimation with SPECT emission

More information

A Comparison of the Uniformity Requirements for SPECT Image Reconstruction Using FBP and OSEM Techniques

A Comparison of the Uniformity Requirements for SPECT Image Reconstruction Using FBP and OSEM Techniques IMAGING A Comparison of the Uniformity Requirements for SPECT Image Reconstruction Using FBP and OSEM Techniques Lai K. Leong, Randall L. Kruger, and Michael K. O Connor Section of Nuclear Medicine, Department

More information

AN ELLIPTICAL ORBIT BACKPROJECTION FILTERING ALGORITHM FOR SPECT

AN ELLIPTICAL ORBIT BACKPROJECTION FILTERING ALGORITHM FOR SPECT 1102 IEEE TRANSACTIONS ON NUCLEAR SCIENCE, VOL. 40, NO. 4, AUGUST 1993 AN ELLIPTICAL ORBIT BACKPROJECTION FILTERING ALGORITHM FOR SPECT Grant. T. Gullberg and Gengsheng L. Zeng, Department of Radiology,

More information

Assessment of OSEM & FBP Reconstruction Techniques in Single Photon Emission Computed Tomography Using SPECT Phantom as Applied on Bone Scintigraphy

Assessment of OSEM & FBP Reconstruction Techniques in Single Photon Emission Computed Tomography Using SPECT Phantom as Applied on Bone Scintigraphy Assessment of OSEM & FBP Reconstruction Techniques in Single Photon Emission Computed Tomography Using SPECT Phantom as Applied on Bone Scintigraphy Physics Department, Faculty of Applied Science,Umm Al-Qura

More information

Iterative SPECT reconstruction with 3D detector response

Iterative SPECT reconstruction with 3D detector response Iterative SPECT reconstruction with 3D detector response Jeffrey A. Fessler and Anastasia Yendiki COMMUNICATIONS & SIGNAL PROCESSING LABORATORY Department of Electrical Engineering and Computer Science

More information

S rect distortions in single photon emission computed

S rect distortions in single photon emission computed IEEE TRANSACTIONS ON NUCLEAR SCIENCE, VOL. 41, NO. 6, DECEMBER 1994 2807 A Rotating and Warping Projector/Backprojector for Fan-Beam and Cone-Beam Iterative Algorithm G. L. Zeng, Y.-L. Hsieh, and G. T.

More information

Reduced memory augmented Lagrangian algorithm for 3D iterative X-ray CT image reconstruction

Reduced memory augmented Lagrangian algorithm for 3D iterative X-ray CT image reconstruction Reduced memory augmented Lagrangian algorithm for 3D iteratie X-ray CT image reconstruction Madison G. McGaffin, Sathish Ramani, and Jeffrey A. Fessler Department of Electrical Engineering and Computer

More information

A Weighted Least Squares PET Image Reconstruction Method Using Iterative Coordinate Descent Algorithms

A Weighted Least Squares PET Image Reconstruction Method Using Iterative Coordinate Descent Algorithms A Weighted Least Squares PET Image Reconstruction Method Using Iterative Coordinate Descent Algorithms Hongqing Zhu, Huazhong Shu, Jian Zhou and Limin Luo Department of Biological Science and Medical Engineering,

More information

THE FAN-BEAM scan for rapid data acquisition has

THE FAN-BEAM scan for rapid data acquisition has 190 IEEE TRANSACTIONS ON MEDICAL IMAGING, VOL. 26, NO. 2, FEBRUARY 2007 Hilbert Transform Based FBP Algorithm for Fan-Beam CT Full Partial Scans Jiangsheng You*, Member, IEEE, Gengsheng L. Zeng, Senior

More information

ATTENUATION CORRECTION IN SPECT DURING IMAGE RECONSTRUCTION USING INVERSE MONTE CARLO METHOD A SIMULATION STUDY *

ATTENUATION CORRECTION IN SPECT DURING IMAGE RECONSTRUCTION USING INVERSE MONTE CARLO METHOD A SIMULATION STUDY * Romanian Reports in Physics, Vol. 66, No. 1, P. 200 211, 2014 ATTENUATION CORRECTION IN SPECT DURING IMAGE RECONSTRUCTION USING INVERSE MONTE CARLO METHOD A SIMULATION STUDY * S. AHMADI 1, H. RAJABI 2,

More information

Xi = where r is the residual error. In order to find the optimal basis vectors {vj}, the residual norms must be minimized, that is

Xi = where r is the residual error. In order to find the optimal basis vectors {vj}, the residual norms must be minimized, that is IEEE TRANSACTIONS ON NUCLEAR SCIENCE, VOL. 45, NO. 4, AUGUST 1998 2119 Reconstructions cif Truncated Projections Using an Optimal Basis Expansion Derived from the Crops-Correlation of a Knowledge Set of

More information

Noise weighting with an exponent for transmission CT

Noise weighting with an exponent for transmission CT doi:10.1088/2057-1976/2/4/045004 RECEIVED 13 January 2016 REVISED 4 June 2016 ACCEPTED FOR PUBLICATION 21 June 2016 PUBLISHED 27 July 2016 PAPER Noise weighting with an exponent for transmission CT Gengsheng

More information

Projection and Reconstruction-Based Noise Filtering Methods in Cone Beam CT

Projection and Reconstruction-Based Noise Filtering Methods in Cone Beam CT Projection and Reconstruction-Based Noise Filtering Methods in Cone Beam CT Benedikt Lorch 1, Martin Berger 1,2, Joachim Hornegger 1,2, Andreas Maier 1,2 1 Pattern Recognition Lab, FAU Erlangen-Nürnberg

More information

Projection Space Maximum A Posterior Method for Low Photon Counts PET Image Reconstruction

Projection Space Maximum A Posterior Method for Low Photon Counts PET Image Reconstruction Proection Space Maximum A Posterior Method for Low Photon Counts PET Image Reconstruction Liu Zhen Computer Department / Zhe Jiang Wanli University / Ningbo ABSTRACT In this paper, we proposed a new MAP

More information

Spiral ASSR Std p = 1.0. Spiral EPBP Std. 256 slices (0/300) Kachelrieß et al., Med. Phys. 31(6): , 2004

Spiral ASSR Std p = 1.0. Spiral EPBP Std. 256 slices (0/300) Kachelrieß et al., Med. Phys. 31(6): , 2004 Spiral ASSR Std p = 1.0 Spiral EPBP Std p = 1.0 Kachelrieß et al., Med. Phys. 31(6): 1623-1641, 2004 256 slices (0/300) Advantages of Cone-Beam Spiral CT Image quality nearly independent of pitch Increase

More information

Parallel iterative cone beam CT image reconstruction on a PC cluster

Parallel iterative cone beam CT image reconstruction on a PC cluster Galley Proof 30/04/2005; 12:41 File: xst127.tex; BOKCTP/ljl p. 1 Journal of X-Ray Science and Technology 13 (2005) 1 10 1 IOS Press Parallel iterative cone beam CT image reconstruction on a PC cluster

More information

An FDK-like cone-beam SPECT reconstruction algorithm for non-uniform attenuated

An FDK-like cone-beam SPECT reconstruction algorithm for non-uniform attenuated Home Search Collections Journals About Contact us My IOPscience An FK-like cone-beam SPECT reconstruction algorithm for non-uniform attenuated projections acquired using a circular trajectory This content

More information

Advanced Image Reconstruction Methods for Photoacoustic Tomography

Advanced Image Reconstruction Methods for Photoacoustic Tomography Advanced Image Reconstruction Methods for Photoacoustic Tomography Mark A. Anastasio, Kun Wang, and Robert Schoonover Department of Biomedical Engineering Washington University in St. Louis 1 Outline Photoacoustic/thermoacoustic

More information

Workshop on Quantitative SPECT and PET Brain Studies January, 2013 PUCRS, Porto Alegre, Brasil Corrections in SPECT and PET

Workshop on Quantitative SPECT and PET Brain Studies January, 2013 PUCRS, Porto Alegre, Brasil Corrections in SPECT and PET Workshop on Quantitative SPECT and PET Brain Studies 14-16 January, 2013 PUCRS, Porto Alegre, Brasil Corrections in SPECT and PET Físico João Alfredo Borges, Me. Corrections in SPECT and PET SPECT and

More information

GPU implementation for rapid iterative image reconstruction algorithm

GPU implementation for rapid iterative image reconstruction algorithm GPU implementation for rapid iterative image reconstruction algorithm and its applications in nuclear medicine Jakub Pietrzak Krzysztof Kacperski Department of Medical Physics, Maria Skłodowska-Curie Memorial

More information

Gengsheng Lawrence Zeng. Medical Image Reconstruction. A Conceptual Tutorial

Gengsheng Lawrence Zeng. Medical Image Reconstruction. A Conceptual Tutorial Gengsheng Lawrence Zeng Medical Image Reconstruction A Conceptual Tutorial Gengsheng Lawrence Zeng Medical Image Reconstruction A Conceptual Tutorial With 163 Figures Author Prof. Dr. Gengsheng Lawrence

More information

A Projection Access Scheme for Iterative Reconstruction Based on the Golden Section

A Projection Access Scheme for Iterative Reconstruction Based on the Golden Section A Projection Access Scheme for Iterative Reconstruction Based on the Golden Section Thomas Köhler Philips Research Laboratories Roentgenstrasse - Hamburg Germany Abstract A new access scheme for projections

More information

3-D Monte Carlo-based Scatter Compensation in Quantitative I-131 SPECT Reconstruction

3-D Monte Carlo-based Scatter Compensation in Quantitative I-131 SPECT Reconstruction 3-D Monte Carlo-based Scatter Compensation in Quantitative I-131 SPECT Reconstruction Yuni K. Dewaraja, Member, IEEE, Michael Ljungberg, Member, IEEE, and Jeffrey A. Fessler, Member, IEEE Abstract- we

More information

Determination of Three-Dimensional Voxel Sensitivity for Two- and Three-Headed Coincidence Imaging

Determination of Three-Dimensional Voxel Sensitivity for Two- and Three-Headed Coincidence Imaging IEEE TRANSACTIONS ON NUCLEAR SCIENCE, VOL. 50, NO. 3, JUNE 2003 405 Determination of Three-Dimensional Voxel Sensitivity for Two- and Three-Headed Coincidence Imaging Edward J. Soares, Kevin W. Germino,

More information

Monte-Carlo-Based Scatter Correction for Quantitative SPECT Reconstruction

Monte-Carlo-Based Scatter Correction for Quantitative SPECT Reconstruction Monte-Carlo-Based Scatter Correction for Quantitative SPECT Reconstruction Realization and Evaluation Rolf Bippus 1, Andreas Goedicke 1, Henrik Botterweck 2 1 Philips Research Laboratories, Aachen 2 Fachhochschule

More information

ACOMPTON-SCATTERING gamma camera records two

ACOMPTON-SCATTERING gamma camera records two IEEE TRANSACTIONS ON NUCLEAR SCIENCE, VOL. 53, NO. 5, OCTOBER 2006 2787 Filtered Back-Projection in 4 Compton Imaging With a Single 3D Position Sensitive CdZnTe Detector Dan Xu, Student Member, IEEE, and

More information

STATISTICAL positron emission tomography (PET) image

STATISTICAL positron emission tomography (PET) image IEEE TRANSACTIONS ON MEDICAL IMAGING, VOL. 23, NO. 9, SEPTEMBER 2004 1057 Accurate Estimation of the Fisher Information Matrix for the PET Image Reconstruction Problem Quanzheng Li, Student Member, IEEE,

More information

Feldkamp-type image reconstruction from equiangular data

Feldkamp-type image reconstruction from equiangular data Journal of X-Ray Science and Technology 9 (2001) 113 120 113 IOS Press Feldkamp-type image reconstruction from equiangular data Ben Wang a, Hong Liu b, Shiying Zhao c and Ge Wang d a Department of Elec.

More information

IN single photo emission computed tomography (SPECT)

IN single photo emission computed tomography (SPECT) IEEE TRANSACTIONS ON MEDICAL IMAGING, VOL. 25, NO. 7, JULY 2006 941 Incorporation of System Resolution Compensation (RC) in the Ordered-Subset Transmission (OSTR) Algorithm for Transmission Imaging in

More information

Advanced Scatter Correction for Quantitative Cardiac SPECT

Advanced Scatter Correction for Quantitative Cardiac SPECT Advanced Scatter Correction for Quantitative Cardiac SPECT Frederik J. Beekman PhD Molecular Image Science Laboratory University Medical Center Utrecht The Netherlands Outline What is scatter? Scatter

More information

Discrete Estimation of Data Completeness for 3D Scan Trajectories with Detector Offset

Discrete Estimation of Data Completeness for 3D Scan Trajectories with Detector Offset Discrete Estimation of Data Completeness for 3D Scan Trajectories with Detector Offset Andreas Maier 1, Patrick Kugler 2, Günter Lauritsch 2, Joachim Hornegger 1 1 Pattern Recognition Lab and SAOT Erlangen,

More information

Image Reconstruction in Optical Tomography : Utilizing Large Data Sets

Image Reconstruction in Optical Tomography : Utilizing Large Data Sets Image Reconstruction in Optical Tomography : Utilizing Large Data Sets Vadim A. Markel, Ph.D. Department of Radiology John C. Schotland, M.D., Ph.D. Department of Bioengineering http://whale.seas.upenn.edu

More information

Enhancement Image Quality of CT Using Single Slice Spiral Technique

Enhancement Image Quality of CT Using Single Slice Spiral Technique Enhancement Image Quality of CT Using Single Slice Spiral Technique Doaa. N. Al Sheack 1 and Dr.Mohammed H. Ali Al Hayani 2 1 2 Electronic and Communications Engineering Department College of Engineering,

More information

Abstract I. INTRODUCTION

Abstract I. INTRODUCTION IEEE TRANSACTIONS ON NUCLEAR SCIENCE, VOL. 48, NO. 1, FEBRUARY 2001 I I7 Asymmetric Cone-Beam Transmission Tomography Gengsheng L. Zeng, Member IEEE, Grant T. Gullberg, Senior Member IEEE, and Paul E.

More information

A numerical simulator in VC++ on PC for iterative image reconstruction

A numerical simulator in VC++ on PC for iterative image reconstruction Journal of X-Ray Science and Technology 11 (2003) 61 70 61 IOS Press A numerical simulator in VC++ on PC for iterative image reconstruction Xiang Li a,, Ming Jiang c and Ge Wang a,b a Department of Biomedical

More information

Modeling and Incorporation of System Response Functions in 3D Whole Body PET

Modeling and Incorporation of System Response Functions in 3D Whole Body PET Modeling and Incorporation of System Response Functions in 3D Whole Body PET Adam M. Alessio, Member IEEE, Paul E. Kinahan, Senior Member IEEE, and Thomas K. Lewellen, Senior Member IEEE University of

More information

Simulation of Mammograms & Tomosynthesis imaging with Cone Beam Breast CT images

Simulation of Mammograms & Tomosynthesis imaging with Cone Beam Breast CT images Simulation of Mammograms & Tomosynthesis imaging with Cone Beam Breast CT images Tao Han, Chris C. Shaw, Lingyun Chen, Chao-jen Lai, Xinming Liu, Tianpeng Wang Digital Imaging Research Laboratory (DIRL),

More information

Single and Multipinhole Collimator Design Evaluation Method for Small Animal SPECT

Single and Multipinhole Collimator Design Evaluation Method for Small Animal SPECT Single and Multipinhole Collimator Design Evaluation Method for Small Animal SPECT Kathleen Vunckx, Dirk Bequé, Michel Defrise and Johan Nuyts Abstract High resolution functional imaging of small animals

More information

Tomographic Image Reconstruction in Noisy and Limited Data Settings.

Tomographic Image Reconstruction in Noisy and Limited Data Settings. Tomographic Image Reconstruction in Noisy and Limited Data Settings. Syed Tabish Abbas International Institute of Information Technology, Hyderabad syed.abbas@research.iiit.ac.in July 1, 2016 Tabish (IIIT-H)

More information

Implementation and evaluation of a fully 3D OS-MLEM reconstruction algorithm accounting for the PSF of the PET imaging system

Implementation and evaluation of a fully 3D OS-MLEM reconstruction algorithm accounting for the PSF of the PET imaging system Implementation and evaluation of a fully 3D OS-MLEM reconstruction algorithm accounting for the PSF of the PET imaging system 3 rd October 2008 11 th Topical Seminar on Innovative Particle and Radiation

More information

REMOVAL OF THE EFFECT OF COMPTON SCATTERING IN 3-D WHOLE BODY POSITRON EMISSION TOMOGRAPHY BY MONTE CARLO

REMOVAL OF THE EFFECT OF COMPTON SCATTERING IN 3-D WHOLE BODY POSITRON EMISSION TOMOGRAPHY BY MONTE CARLO REMOVAL OF THE EFFECT OF COMPTON SCATTERING IN 3-D WHOLE BODY POSITRON EMISSION TOMOGRAPHY BY MONTE CARLO Abstract C.S. Levin, Y-C Tai, E.J. Hoffman, M. Dahlbom, T.H. Farquhar UCLA School of Medicine Division

More information

Total Variation Regularization Method for 3D Rotational Coronary Angiography

Total Variation Regularization Method for 3D Rotational Coronary Angiography Total Variation Regularization Method for 3D Rotational Coronary Angiography Haibo Wu 1,2, Christopher Rohkohl 1,3, Joachim Hornegger 1,2 1 Pattern Recognition Lab (LME), Department of Computer Science,

More information

Constructing System Matrices for SPECT Simulations and Reconstructions

Constructing System Matrices for SPECT Simulations and Reconstructions Constructing System Matrices for SPECT Simulations and Reconstructions Nirantha Balagopal April 28th, 2017 M.S. Report The University of Arizona College of Optical Sciences 1 Acknowledgement I would like

More information

A Radiometry Tolerant Method for Direct 3D/2D Registration of Computed Tomography Data to X-ray Images

A Radiometry Tolerant Method for Direct 3D/2D Registration of Computed Tomography Data to X-ray Images A Radiometry Tolerant Method for Direct 3D/2D Registration of Computed Tomography Data to X-ray Images Transfer Function Independent Registration Boris Peter Selby 1, Georgios Sakas 2, Stefan Walter 1,

More information

NIH Public Access Author Manuscript Med Phys. Author manuscript; available in PMC 2009 March 13.

NIH Public Access Author Manuscript Med Phys. Author manuscript; available in PMC 2009 March 13. NIH Public Access Author Manuscript Published in final edited form as: Med Phys. 2008 February ; 35(2): 660 663. Prior image constrained compressed sensing (PICCS): A method to accurately reconstruct dynamic

More information

A Novel Two-step Method for CT Reconstruction

A Novel Two-step Method for CT Reconstruction A Novel Two-step Method for CT Reconstruction Michael Felsberg Computer Vision Laboratory, Dept. EE, Linköping University, Sweden mfe@isy.liu.se Abstract. In this paper we address the parallel beam 2D

More information

Hidden Line and Surface

Hidden Line and Surface Copyright@00, YZU Optimal Design Laboratory. All rights resered. Last updated: Yeh-Liang Hsu (00--). Note: This is the course material for ME550 Geometric modeling and computer graphics, Yuan Ze Uniersity.

More information

SPECT QA and QC. Bruce McBride St. Vincent s Hospital Sydney.

SPECT QA and QC. Bruce McBride St. Vincent s Hospital Sydney. SPECT QA and QC Bruce McBride St. Vincent s Hospital Sydney. SPECT QA and QC What is needed? Why? How often? Who says? QA and QC in Nuclear Medicine QA - collective term for all the efforts made to produce

More information

Axial block coordinate descent (ABCD) algorithm for X-ray CT image reconstruction

Axial block coordinate descent (ABCD) algorithm for X-ray CT image reconstruction Axial block coordinate descent (ABCD) algorithm for X-ray CT image reconstruction Jeffrey A. Fessler and Donghwan Kim EECS Department University of Michigan Fully 3D Image Reconstruction Conference July

More information

Analytical image reconstruction methods in emission tomography

Analytical image reconstruction methods in emission tomography J. Biomedical Science and Engineering, 23, 6, -7 JBiSE http://d.doi.org/.4236/jbise.23.63 Published Online Januar 23 (http://www.scirp.org/journal/jbise/) Analtical image reconstruction methods in emission

More information

3/27/2012 WHY SPECT / CT? SPECT / CT Basic Principles. Advantages of SPECT. Advantages of CT. Dr John C. Dickson, Principal Physicist UCLH

3/27/2012 WHY SPECT / CT? SPECT / CT Basic Principles. Advantages of SPECT. Advantages of CT. Dr John C. Dickson, Principal Physicist UCLH 3/27/212 Advantages of SPECT SPECT / CT Basic Principles Dr John C. Dickson, Principal Physicist UCLH Institute of Nuclear Medicine, University College London Hospitals and University College London john.dickson@uclh.nhs.uk

More information

Unconstrained image reconstruction with resolution modelling does not have a unique solution

Unconstrained image reconstruction with resolution modelling does not have a unique solution Nuyts EJNMMI Physics 2014, 1:98 COMMENTARY OpenAccess Unconstrained image reconstruction with resolution modelling does not have a unique solution Johan Nuyts Correspondence: johan.nuyts@uz.kuleuven.be

More information

Estimating 3D Respiratory Motion from Orbiting Views

Estimating 3D Respiratory Motion from Orbiting Views Estimating 3D Respiratory Motion from Orbiting Views Rongping Zeng, Jeffrey A. Fessler, James M. Balter The University of Michigan Oct. 2005 Funding provided by NIH Grant P01 CA59827 Motivation Free-breathing

More information

Scaling Calibration in the ATRACT Algorithm

Scaling Calibration in the ATRACT Algorithm Scaling Calibration in the ATRACT Algorithm Yan Xia 1, Andreas Maier 1, Frank Dennerlein 2, Hannes G. Hofmann 1, Joachim Hornegger 1,3 1 Pattern Recognition Lab (LME), Friedrich-Alexander-University Erlangen-Nuremberg,

More information

DEVELOPMENT OF CONE BEAM TOMOGRAPHIC RECONSTRUCTION SOFTWARE MODULE

DEVELOPMENT OF CONE BEAM TOMOGRAPHIC RECONSTRUCTION SOFTWARE MODULE Rajesh et al. : Proceedings of the National Seminar & Exhibition on Non-Destructive Evaluation DEVELOPMENT OF CONE BEAM TOMOGRAPHIC RECONSTRUCTION SOFTWARE MODULE Rajesh V Acharya, Umesh Kumar, Gursharan

More information

A slice-by-slice blurring model and kernel evaluation using the Klein-Nishina formula for 3D

A slice-by-slice blurring model and kernel evaluation using the Klein-Nishina formula for 3D Home Search Collections Journals About Contact us My IOPscience A slice-by-slice blurring model and kernel evaluation using the Klein-Nishina formula for 3D scatter compensation in parallel and converging

More information

Evaluation of Spectrum Mismatching using Spectrum Binning Approach for Statistical Polychromatic Reconstruction in CT

Evaluation of Spectrum Mismatching using Spectrum Binning Approach for Statistical Polychromatic Reconstruction in CT Evaluation of Spectrum Mismatching using Spectrum Binning Approach for Statistical Polychromatic Reconstruction in CT Qiao Yang 1,4, Meng Wu 2, Andreas Maier 1,3,4, Joachim Hornegger 1,3,4, Rebecca Fahrig

More information

Validation of GEANT4 for Accurate Modeling of 111 In SPECT Acquisition

Validation of GEANT4 for Accurate Modeling of 111 In SPECT Acquisition Validation of GEANT4 for Accurate Modeling of 111 In SPECT Acquisition Bernd Schweizer, Andreas Goedicke Philips Technology Research Laboratories, Aachen, Germany bernd.schweizer@philips.com Abstract.

More information

Interior Reconstruction Using the Truncated Hilbert Transform via Singular Value Decomposition

Interior Reconstruction Using the Truncated Hilbert Transform via Singular Value Decomposition Interior Reconstruction Using the Truncated Hilbert Transform via Singular Value Decomposition Hengyong Yu 1, Yangbo Ye 2 and Ge Wang 1 1 CT Laboratory, Biomedical Imaging Division, VT-WFU School of Biomedical

More information

An Efficient Technique For Multi-Phase Model Based Iterative Reconstruction

An Efficient Technique For Multi-Phase Model Based Iterative Reconstruction 1 An Efficient Technique For Multi-Phase Model Based Iterative Reconstruction Shiyu Xu, Debashish Pal and Jean-Baptiste Thibault Abstract Multi-phase scan is a fundamental CT acquisition technology used

More information

Review of PET Physics. Timothy Turkington, Ph.D. Radiology and Medical Physics Duke University Durham, North Carolina, USA

Review of PET Physics. Timothy Turkington, Ph.D. Radiology and Medical Physics Duke University Durham, North Carolina, USA Review of PET Physics Timothy Turkington, Ph.D. Radiology and Medical Physics Duke University Durham, North Carolina, USA Chart of Nuclides Z (protons) N (number of neutrons) Nuclear Data Evaluation Lab.

More information

Multi-slice CT Image Reconstruction Jiang Hsieh, Ph.D.

Multi-slice CT Image Reconstruction Jiang Hsieh, Ph.D. Multi-slice CT Image Reconstruction Jiang Hsieh, Ph.D. Applied Science Laboratory, GE Healthcare Technologies 1 Image Generation Reconstruction of images from projections. textbook reconstruction advanced

More information

Total Variation Regularization Method for 3-D Rotational Coronary Angiography

Total Variation Regularization Method for 3-D Rotational Coronary Angiography Total Variation Regularization Method for 3-D Rotational Coronary Angiography Haibo Wu 1,2, Christopher Rohkohl 1,3, Joachim Hornegger 1,2 1 Pattern Recognition Lab (LME), Department of Computer Science,

More information

A Curvelet based Sinogram Correction Method for Metal Artifact Reduction

A Curvelet based Sinogram Correction Method for Metal Artifact Reduction A based Sinogram Correction Method for Metal Artifact Reduction Kiwan Jeon 1 and Hyoung Suk Park 1 More info about this article: http://www.ndt.net/?id=3715 1 National Institute for Mathematical Sciences,

More information

Optimal Sampling Lattices for High-Fidelity CT Reconstruction

Optimal Sampling Lattices for High-Fidelity CT Reconstruction IEEE Medical Imaging Conference Record, Orlando, FL, November, 009 Optimal Sampling Lattices for High-Fidelity CT Reconstruction Klaus Mueller, Senior Member, IEEE and Fang Xu, Member, IEEE Abstract We

More information

IEEE TRANSACTIONS ON MEDICAL IMAGING, VOL. 23, NO. 4, APRIL

IEEE TRANSACTIONS ON MEDICAL IMAGING, VOL. 23, NO. 4, APRIL IEEE TRANSACTIONS ON MEDICAL IMAGING, VOL. 23, NO. 4, APRIL 2004 401 Iterative Tomographic Image Reconstruction Using Fourier-Based Forward and Back-Projectors Samuel Matej*, Senior Member, IEEE, Jeffrey

More information

Attenuation map reconstruction from TOF PET data

Attenuation map reconstruction from TOF PET data Attenuation map reconstruction from TOF PET data Qingsong Yang, Wenxiang Cong, Ge Wang* Department of Biomedical Engineering, Rensselaer Polytechnic Institute, Troy, NY 80, USA *Ge Wang (ge-wang@ieee.org)

More information

Reconstruction of CT Images from Sparse-View Polyenergetic Data Using Total Variation Minimization

Reconstruction of CT Images from Sparse-View Polyenergetic Data Using Total Variation Minimization 1 Reconstruction of CT Images from Sparse-View Polyenergetic Data Using Total Variation Minimization T. Humphries and A. Faridani Abstract Recent work in CT image reconstruction has seen increasing interest

More information

Superiorized polyenergetic reconstruction algorithm for reduction of metal artifacts in CT images

Superiorized polyenergetic reconstruction algorithm for reduction of metal artifacts in CT images 1 Superiorized polyenergetic reconstruction algorithm for reduction of metal artifacts in CT images T. Humphries 1 and A. Gibali 2 Abstract Artifacts caused by metal objects such as dental fillings, hip

More information

Tomographic Reconstruction

Tomographic Reconstruction Tomographic Reconstruction 3D Image Processing Torsten Möller Reading Gonzales + Woods, Chapter 5.11 2 Overview Physics History Reconstruction basic idea Radon transform Fourier-Slice theorem (Parallel-beam)

More information

Low-Dose Dual-Energy CT for PET Attenuation Correction with Statistical Sinogram Restoration

Low-Dose Dual-Energy CT for PET Attenuation Correction with Statistical Sinogram Restoration Low-Dose Dual-Energy CT for PET Attenuation Correction with Statistical Sinogram Restoration Joonki Noh, Jeffrey A. Fessler EECS Department, The University of Michigan Paul E. Kinahan Radiology Department,

More information

An approximate cone beam reconstruction algorithm for gantry-tilted CT

An approximate cone beam reconstruction algorithm for gantry-tilted CT An approximate cone beam reconstruction algorithm for gantry-tilted CT Ming Yan a, Cishen Zhang ab, Hongzhu Liang a a School of Electrical & Electronic Engineering, Nanyang Technological University, Singapore;

More information

Algebraic Iterative Methods for Computed Tomography

Algebraic Iterative Methods for Computed Tomography Algebraic Iterative Methods for Computed Tomography Per Christian Hansen DTU Compute Department of Applied Mathematics and Computer Science Technical University of Denmark Per Christian Hansen Algebraic

More information

Q.Clear. Steve Ross, Ph.D.

Q.Clear. Steve Ross, Ph.D. Steve Ross, Ph.D. Accurate quantitation (SUV - Standardized Uptake Value) is becoming more important as clinicians seek to utilize PET imaging for more than just diagnosing and staging disease, but also

More information

Temperature Distribution Measurement Based on ML-EM Method Using Enclosed Acoustic CT System

Temperature Distribution Measurement Based on ML-EM Method Using Enclosed Acoustic CT System Sensors & Transducers 2013 by IFSA http://www.sensorsportal.com Temperature Distribution Measurement Based on ML-EM Method Using Enclosed Acoustic CT System Shinji Ohyama, Masato Mukouyama Graduate School

More information

Portability of TV-Regularized Reconstruction Parameters to Varying Data Sets

Portability of TV-Regularized Reconstruction Parameters to Varying Data Sets Portability of TV-Regularized Reconstruction Parameters to Varying Data Sets Mario Amrehn 1, Andreas Maier 1,2, Frank Dennerlein 1, Joachim Hornegger 1,2 1 Pattern Recognition Lab, FAU Erlangen-Nürnberg

More information

Improvement of Efficiency and Flexibility in Multi-slice Helical CT

Improvement of Efficiency and Flexibility in Multi-slice Helical CT J. Shanghai Jiaotong Univ. (Sci.), 2008, 13(4): 408 412 DOI: 10.1007/s12204-008-0408-x Improvement of Efficiency and Flexibility in Multi-slice Helical CT SUN Wen-wu 1 ( ), CHEN Si-ping 2 ( ), ZHUANG Tian-ge

More information

Cover Page. The handle holds various files of this Leiden University dissertation

Cover Page. The handle   holds various files of this Leiden University dissertation Cover Page The handle http://hdl.handle.net/1887/8289 holds various files of this Leiden University dissertation Author: Plantagie, L. Title: Algebraic filters for filtered backprojection Issue Date: 2017-0-13

More information

GE s Revolution CT MATLAB III: CT. Kathleen Chen March 20, 2018

GE s Revolution CT MATLAB III: CT. Kathleen Chen March 20, 2018 GE s Revolution CT MATLAB III: CT Kathleen Chen chens18@rpi.edu March 20, 2018 https://www.zmescience.com/medicine/inside-human-body-real-time-gifs-demo-power-ct-scan/ Reminders Make sure you have MATLAB

More information

Adaptive algebraic reconstruction technique

Adaptive algebraic reconstruction technique Adaptive algebraic reconstruction technique Wenkai Lua) Department of Automation, Key State Lab of Intelligent Technology and System, Tsinghua University, Beijing 10084, People s Republic of China Fang-Fang

More information

Introduction to Positron Emission Tomography

Introduction to Positron Emission Tomography Planar and SPECT Cameras Summary Introduction to Positron Emission Tomography, Ph.D. Nuclear Medicine Basic Science Lectures srbowen@uw.edu System components: Collimator Detector Electronics Collimator

More information

Super-resolution Reconstruction of Fetal Brain MRI

Super-resolution Reconstruction of Fetal Brain MRI Super-resolution Reconstruction of Fetal Brain MRI Ali Gholipour and Simon K. Warfield Computational Radiology Laboratory Children s Hospital Boston, Harvard Medical School Worshop on Image Analysis for

More information

IMAGE RECONSTRUCTION USING A GENERALIZED NATURAL PIXEL BAS

IMAGE RECONSTRUCTION USING A GENERALIZED NATURAL PIXEL BAS 2306 IEEE TRANSACTIONS ON NUCLEAR SCIENCE, VOL. 43, NO. 4, AUGUST 1996 IMAGE RECONSTRUCTION USING A GENERALIZED NATURAL PIXEL BAS Yu-Lung Hsieh, Grant T. Gullberg, Gengsheng L. Zeng, and Ronald H. Huesmant

More information

Generalized Filtered Backprojection for Digital Breast Tomosynthesis Reconstruction

Generalized Filtered Backprojection for Digital Breast Tomosynthesis Reconstruction Generalized Filtered Backprojection for Digital Breast Tomosynthesis Reconstruction Klaus Erhard a, Michael Grass a, Sebastian Hitziger b, Armin Iske b and Tim Nielsen a a Philips Research Europe Hamburg,

More information

FAST KVP-SWITCHING DUAL ENERGY CT FOR PET ATTENUATION CORRECTION

FAST KVP-SWITCHING DUAL ENERGY CT FOR PET ATTENUATION CORRECTION 2009 IEEE Nuclear Science Symposium Conference Record M03-7 FAST KVP-SWITCHING DUAL ENERGY CT FOR PET ATTENUATION CORRECTION Wonseok Huh, Jeffrey A. Fessler, Adam M. Alessio, and Paul E. Kinahan Department

More information

Cover Page. The handle holds various files of this Leiden University dissertation

Cover Page. The handle   holds various files of this Leiden University dissertation Cover Page The handle http://hdl.handle.net/887/48289 holds various files of this Leiden University dissertation Author: Plantagie, L. Title: Algebraic filters for filtered backprojection Issue Date: 207-04-3

More information

Noise power spectrum and modulation transfer function analysis of breast tomosynthesis imaging

Noise power spectrum and modulation transfer function analysis of breast tomosynthesis imaging Noise power spectrum and modulation transfer function analysis of breast tomosynthesis imaging Weihua Zhou a, Linlin Cong b, Xin Qian c, Yueh Z. Lee d, Jianping Lu c,e, Otto Zhou c,e, *Ying Chen a,b a

More information

A Reconstruction Algorithm for Helical Cone-Beam SPECT

A Reconstruction Algorithm for Helical Cone-Beam SPECT 1092 IEEE TRANSACTIONS ON NUCLEAR SCIENCE, VOL. 40, NO. 4, AUGUST 1993 A Reconstruction Algorithm for Helical Cone-Beam SPECT Y. Weng, G. L. Zeng and G. T. Gullberg Medical Imaging Research Laboratory

More information

TOMOGRAPHIC reconstruction problems are found in

TOMOGRAPHIC reconstruction problems are found in 4750 IEEE TRANSACTIONS ON IMAGE PROCESSING, VOL. 23, NO. 11, NOVEMBER 2014 Improving Filtered Backprojection Reconstruction by Data-Dependent Filtering Abstract Filtered backprojection, one of the most

More information

NIH Public Access Author Manuscript Phys Med Biol. Author manuscript; available in PMC 2011 December 21.

NIH Public Access Author Manuscript Phys Med Biol. Author manuscript; available in PMC 2011 December 21. NIH Public Access Author Manuscript Published in final edited form as: Phys Med Biol. 2010 December 21; 55(24): 7453 7468. doi:10.1088/0031-9155/55/24/005. Closed-Form Kinetic Parameter Estimation Solution

More information