F3-A5: Toward Model-Based Reconstruction in Scanned Baggage Security Applications

Size: px
Start display at page:

Download "F3-A5: Toward Model-Based Reconstruction in Scanned Baggage Security Applications"

Transcription

1 F3-A5: Toward Model-Based Reconstruction in Scanned Baggage Security Applications Abstract While traditional direct reconstruction algorithms such as filtered back projection depend on the analytic inversion of sinogram data, model-based reconstruction methods are based on the iterative optimization of a statistical model of both the acquired data and the unknown image. Model-based reconstruction offers many important potential advantages over traditional methods of direct reconstruction for the security screening of checked baggage. It has the potential to reduce metal artifacts, improve resolution, reduce artifacts such as cupping that can systematically distort CT number estimates, incorporate tighter integration of reconstruction and segmentation, and support reconstruction from scanners with a small number of projections. All these enhancements have the potential to improve the P d /P fa tradeoff for CT security screening systems. The objective of this research is to investigate and quantify the value of model-based reconstruction for baggage security screening. To do this, our first goal is to implement a general model-based reconstruction algorithm for use on multi-slice helical scan CT scanners and to test and evaluate this algorithm on scans of luggage provided by the ALERT Center. In addition, we will have an ongoing goal of identifying and investigating opportunities for adapting and improving the model-based reconstruction technology for use in security applications. In particular, we will study the use of advanced forward and prior models for reducing metal artifacts, improving segmentation accuracy, and improving CT number estimation. I. PARTICIPANTS Faculty/Staff Name Title Institution Phone Charles A. Bouman Professor Purdue University bouman@ecn.purdue.edu Ken D. Sauer Professor Notre Dame University sauer@nd.edu Students Name Degree Pursued Institution Intended Year of Graduation Pengchong Jin Ph. D. Purdue University Jin36@purdue.edu 2013 Eri Haneda Postdoc Purdue University Haneda@purdue.edu 2011 II. PROJECT OVERVIEW AND SIGNIFICANCE While traditional direct reconstruction algorithms such as filtered back projection depend on the analytic inversion of sinogram data, model-based reconstruction methods are based on iterative optimization of a statistical model of both the acquired data and the unknown image. This structure means that model-based reconstruction algorithms can incorporate both specific details of geometry or physics for the scanner and a statistical characterization of the objects reconstruction. Advances in algorithms, models, and computation over recent years have allowed the methods of model-based reconstruction to be practically applied to the problem of medical image reconstruction for multi-slice helical scan CT [1,2,3,4,5]. The results of these studies support the idea that model-based reconstruction can improve image quality and dramatically reduce

2 dosage for medical applications. However, the problems faced in applications of CT to security image scanning are quite different than those for medical applications, so questions remain as to the potential advantages of model-based reconstruction in security applications. In the security scanning application, dosage reduction is not as important as it is in the medical case. However, model-based reconstruction holds potential to improve performance of EDS equipment through increased probability of detection (Pd), decreased probability of false alarm (Pfa), increasing the population of detected objects including additional HMEs, and reducing the mass per object required for detection. More specifically, model-based reconstruction has the potential to achieve these long-term goals through: Reduced metal artifacts Streaks resulting from metal artifacts can adversely affect segmentation algorithms, thereby degrading the Pd/Pfa tradeoff [6,7]. Reduced noise Effects such as photon starvation, which degrade image quality, can be substantially reduced with model-based reconstruction [8]. Increased resolution Improved resolution can better separate materials and detect smaller masses. Reduced beam hardening and scatter artifacts Model-based reconstruction can be used to better model beam-hardening and scatter artifacts, thereby reducing cupping artifacts, and achieving more accurate estimates of CT number. Dual energy Model-based dual energy reconstruction can achieve more accurate estimates of CT number and Z eff by explicitly modeling beam hardening effects. Integrated reconstruction/segmentation Model-based reconstruction allows for the direct integration of segmentation information into the prior model, which can potentially enhance the accuracy of CT number estimation [9, 10]. Reconstruction from limited view data Model-based reconstruction offers the possibility of computing accurate reconstructions from finite view data (< 20 views), which in turn offers new alternatives in the concept of operation. [11] The objective of this research is to investigate and quantify the value of model-based reconstruction for baggage security screening and to develop novel methods for the improvement of model-based reconstruction in its application to CT security scanning of baggage. To this end, we will have two project-period goals, with the first goal being the implementation and assessment of a state-of-the-art model-based reconstruction algorithm for use on multi-slice helical scan CT data, and the second goal being the identification and development of novel forward and prior modeling approaches for the enhancement of image quality in security scanning applications. All research performed for this project will depend on the development of completely new C and C++ software since existing code is proprietary. In order to achieve our first goal, we will implement a state-of-the-art model-based reconstruction method for use on multi-slice helical scan CT, which will include the steps of a) implementation of a general purpose helical-scan multi-slice CT forward projector based on a distance-driven forward projector [5,4]; b) implementation of a maximum a posteriori (MAP) reconstruction algorithm based on the use of iterative coordinate descent (ICD) optimization [1,2]; c) implementation of a CT acquisition noise model-based on a photon-counting model with additive Gaussian electronic noise; d) implementation of a Markov random field prior model using the q-ggmrf (Generalized Gaussian Markov Random Field) prior with the surrogate function optimization techniques [3,4]; e) parallelization of the code for use on a shared memory multi-core architecture using p-thread parallelization; f) implementation of the non-homogeneous ICD optimization technique for fast convergence of the reconstruction [5]. Once fully implemented, we will use a combination of synthetically generated data together with the true CT scanner data provided by ALERT to test and evaluate our algorithms and to access image quality. With these results, we will also access potential directions for improvements of the algorithms.

3 III. RESEARCH AND EDUCATION ACTIVITY A. State-of-the-Art and Technical Approach Figure 1 a) and b) below illustrate the comparison between state-of-the-art filtered-back projection and the model-based iterative reconstruction (MBIR) method implemented on a 64 slice GE scanner. Notice the substantial noise reduction, improved resolution and reduced artifacts of the MBIR reconstruction as described in [4]. Below we give a more detailed mathematical description of the model-based reconstruction method we have implemented. MAP Reconstruction Model-based reconstruction works by incorporating a model of both the tomographic scanner and the image being reconstructed. A typical approach is to compute the maximum a posteriori (MAP) estimate given by: Figure 1a: FBP and MBIR reconstructions using GE Veo system of routine abdomen pelvis Dose 0.77 msv kvp ma. where p(y x) is the conditional distribution of projection data vector y given true image x, p(x) is the prior distribution of x, and x>0 indicates that each voxel must be non-negative. In this study, we use a Taylor series expansion to approximate the log likelihood term using a quadratic function, resulting in: Figure 1b: FBP and MBIR reconstructions using GE Veo system of routine head Dose 0.5 msv 120 kvp ma. where A i,* = ith row of A, y i =, A is the forward system matrix, λ i is the i th detector measurement, λ o,1 is the i th detector air-calibration measurement, and D is a diagonal weighting matrix. For the computation of the forward projection matrix, we used the distance driven forward model described in [5,4]. The log prior term controls the smoothness of the reconstructed image, and its selection is the key to minimizing artifacts and enhancing resolution, particularly when the scanning geometry limits special sampling. In this approach, we use the q-ggmrf model of [5,6], which is a generalization of the GGMRF of [3]. Our prior model has the form where ρ(δ) has the form specified by the q-ggmrf prior given by 1 Dose calc: Anatomy = 1/2 Pelvis, 1/2 Abdomen = DLP (45*.5*.019) + (45*.5*.015) = = 0.77

4 ICD Algorithm Our initial implementation uses the ICD for minimization of the MAP cost function [1,2,6]. The ICD algorithms has the form: where s is the set of neighboring voxels to s 1, and Θ 1 and Θ 2 are the first and second derivatives of the likelihood function with respect to the voxel x s. In order to solve the 1-D optimization problem, we use the methods of surrogate functions [7]. Forward Projector Multi-slice helical CT has a cone-beam structure where a gantry (X-ray source and detector array) rotates around an object in a helical scan path as shown in Figure 2. The detector array typically consists of hundreds of channels and several rows. In the applications such as checked-baggage inspection, the object often contains high-density materials such as metal. This results in low signal-to-noise ratio measurement due to the high attenuation of the material. This unreliable measurement is typically visible as a streak artifact in the reconstruction. Figure 2: Graphic illustration of the geometry for a multi-slice helical scan CT system. Collected data is indexed by view angle, detector column, and detector row. Figures on right illustrate the projection geometry used to compute B_i,j and C_i,j, where A_i,j = B_i,j x C_i,j. Multi-Core Parallelization In order to reduce reconstruction time, we have parallelized the algorithm using p-threads on a multicore shared memory architecture. Figure 3 illustrates how each core was assigned a range of image slices. Then a single core updates one z-line at a time by updating the voxels in sequence along the z coordinate. This method has much better cache efficiency. Non-homogeneous ICD Algorithm In order to further speed convergence, we also use the non-homogeneous ICD method [7]. The idea is to focus computation on voxels, which tend to generate significant updates. In NH-ICD, we alternate between a full scan and a partial scan which involves only those voxels, which have significant updates at the previous iteration. V map is basically a 2D map and V(jx,jy) records the total update values of voxels at (jx, jy) after a full homogeneous scan. Figure 4 illustrates the flowchart of NH-ICD algorithm.

5 Reconstruction Results Figure 3: Illustration of our cores are allocated to different groups of pixels. Each core updates voxels along a z-line in sequence in order to maximize cache efficiency. Plot shows speedup as a function of the number of cores utilized. Figure 5 shows the quality of different reconstruction algorithms. The projection data is provided by ALERT and is produced with pitch 1 (i.e. 16 detectors per rotation) on a 16-slice scanner with voxels of dimension 0.975mm x 0.975mm x 1.25mm. The FBP reconstructions are provided by ALERT. They are blurred. Some objects in FBP reconstructions are distorted. And the severe streaking artifacts around the high objects can also be observed. On the other hand, our model-based algorithm offers better reconstructions. The images are sharper and shapes of objects are more accurately recovered. In addition, the streaking artifacts are greatly reduced. Novel Prior Modeling Recent research in image denoising indicates that dictionary-based learning techniques can be used to substantially improve results as compared to classical MAP inverse methods. We developed a novel prior modeling method based on implicit Gibbs distribution can be used in MAP tomographic reconstruction to substantially improve reconstructed image quality. Our approach is to approximate the true prior using a surrogate energy function with the form: Figure 4 (left): flowchart of NH-ICD algorithm. Figure 5 (right): Images (a, c) are the FBP reconstructions provided by ALERT. Images (b, d) are the model-based reconstructions generated by our algorithm. All images are displayed with window [0, 1600] HU.

6 where coefficients of B and d can be calculated by training the local image patches. Then we iteratively minimize the substitute functional to get the converged reconstruction results. The algorithm is as follows: The model of the local image patches is free to choose and currently we used the Gaussian mixture model (GMM). Figure 6 shows some of our preliminary simulated results using implicit prior model. The simulated data is a 128 x 128 parallel beam phantom with 1mm pixel width. We had 90 views and 2 degree per view. Figure 6: reconstruction results using different priors on simulated data. (a) is the original phantom. (b) is the FBP reconstruction. (c) is the reconstruction using q-ggmrf prior and (d) is the reconstruction using implicit prior method. All images are displayed with window [0, 1600] HU.

7 B. Major Contributions We have designed and implemented a model-based reconstruction algorithm for multi-slice helical scan data, and we have parallelized the algorithm for a multicore shared memory architecture using p-threads. We have demonstrated the operation of these algorthms on both the simulated data and the real data. We have showed the potential advantages of our model-based algorithm over the traditional FBP approach. In addition, a novel prior modeling techniques is also developed and has been applied to the simulated data and it generated very promising results. IV. FUTURE PLANS In the near term, we will continue to refine our algorithm to produce qualitatively higher quality images. To do this, we will adjust geometry of our model to better fit the physical data, and we will optimize the parameters of the prior and forward models to optimize image quality. Also, we plan to compare our algorithm with other analytical algorithms, such as Advanced Single Slice Rebinning (ASSR). Once this task is complete, we will indentify the most important aspects of image degredation, such as metal artifacts or systematic errors in CT number estimates resulting from artifacts, and we will formated improve forward and prior models to enhance reconstructed image quality and ultimately improve the the Pd/Pfa tradeoff. Also, we will refine our implicit prior model and try to apply this method to the real data provided by ALERT and assess its applicability in security application. V. DOCUMENTATION A. Publications 1. P. Jin, E. Haneda, C. Bouman and K. Sauer, A Model-based 3D Multi-slice Helical CT Reconstruction Algorithm for Transportation Security Application, the 2nd International Conference on Image Formation in X-ray Computed Tomography, June, E. Haneda, C. Bouman, Implicit priors for model based inversion, IEEE International Conference on Acoustics, Speech, and Signal Processing, March, S. J. Kisner, E. Haneda, C. Bouman, S. Skatter, M. Kourinny and S. Bedford, Limited view angle iterative CT reconstruction, in Proc. SPIE, vol. 8296, 2012, p F. 4. S. J. Kisner, E. Haneda, C. Bouman, S. Skatter, M. Kourinny and S. Bedford, Model-based CT Reconstruction from Sparse Views the 2nd International Conference on Image Formation in X-ray Computed Tomography, June, B. Technology Transfer None to date. C. Seminars, Workshops, and Short Courses At Electronic Imaging Symposium as part of the Computational Imaging Conference IIX SPIE Vol on Tuesday January 25, 2011, Dr. Samit Basu of Safran Morpho Detection and Prof. Charles Bouman organized a special session entitled Advance Methods in Tomographic Imaging, which brought together leading researchers in CT algorithms and hardware from around the world, with a particular focus on CT applications in security imaging. (See: page 42 )

8 VI. REFERENCES [1] K. Sauer and C. Bouman, A local update strategy for iterative reconstruction from projections, IEEE Trans. On Signal Processing, vol. 41, no 2, 1993 [2] C. A. Bouman and K. Sauer, A Unified Approach to Statistical Tomography using Coordinate Descent Optimization, IEEE Trans. on Image Processing, vol. 5, no. 3, pp , March [3] C. Bouman and K. Sauer, A Generalized Gaussian Image Model for Edge-Preserving MAP Estimation, IEEE Trans. on Image Processing, vol. 2, no. 3, pp , July [4] J. B. Thibault, K. D. Sauer, C. A. Bouman, and J. Hsieh, A Three-Dimensional Statistical Approach to Improved Image Quality for Multi-Slice Helical CT, Med. Phys., vol. 34, no. 11, pp , [5] Synho Do, Zhuangli Liang, William Clem Karl, Thomas Brady, and Homer Pien, A Projection Driven Precorrection Technique for Iterative Reconstruction of Helical Cone-Beam Cardiac CT Images, Proceedings of SPIE Medical Imaging 2008: Physics of Medical Imaging, Jiang Hsieh and Ehsan Samei, Eds., 2008, vol [6] B. DeMan and S. Basu, Distance-Driven Projection and Backprojection in Three-Dimensions, Phys. Med. Biol. 49, pp , [7] Z. Yu, J.B. Thibault, C. A. Bouman, K. D. Sauer, and J. Hsieh, ``Fast Model-Based X-ray CT Reconstruction Using Spatially Non-Homogeneous ICD Optimization, IEEE Trans. on Image Processing, vol. 20, no. 1, pp , January [8] J.-B. Thibault, C. A. Bouman, K. D. Sauer, J. Hsieh, A Recursive Filter for Noise Reduction in Statistical Iterative Tomographic Imaging, SPIE/IS&T Conference on Computational Imaging IV, vol. 6065, San Jose CA, Jan , [9] K. Sauer, and C. Bouman, Bayesian Estimation of Transmission Tomograms Using Segmentation Based Optimization, IEEE Trans. on Nuclear Science, vol. 39, no. 4, pp , Aug [10] T. Frese, C. A. Bouman, and K. Sauer, Multiscale Bayesian Methods for Discrete Tomography, Discrete Tomography: Foundations, Algorithms and Applications, edited by Gabor T. Herman and Attila Kuba, pp , Birkhauser Boston, Cambridge, MA, [11] S. J. Kisner, E. Haneda, C. Bouman, S. Skatter, M. Kourinny and S. Bedford, Limited view angle iterative CT reconstruction, in Proc. SPIE, vol. 8296, 2012, p F.

F3-A5: Model-Based Iterative Reconstruction for Advanced Baggage Screening

F3-A5: Model-Based Iterative Reconstruction for Advanced Baggage Screening F3-A5: Model-Based Iterative Reconstruction for Advanced Baggage Screening Abstract While traditional direct reconstruction algorithms such as filtered back projection (FBP) and direct Fourier method (DFM)

More information

Innovative data weighting for iterative reconstruction in a helical CT security baggage scanner

Innovative data weighting for iterative reconstruction in a helical CT security baggage scanner Innovative data weighting for iterative reconstruction in a helical CT security baggage scanner Sherman J. Kisner Pengchong Jin Charles A. Bouman Electrical and Computer Engineering Purdue University West

More information

Limited View Angle Iterative CT Reconstruction

Limited View Angle Iterative CT Reconstruction Limited View Angle Iterative CT Reconstruction Sherman J. Kisner a, Eri Haneda a, Charles A. Bouman a, Sondre Skatter b, Mikhail Kourinny b, and Simon Bedford c a Purdue University, West Lafayette, IN,

More information

Limited View Angle Iterative CT Reconstruction

Limited View Angle Iterative CT Reconstruction Limited View Angle Iterative CT Reconstruction Sherman J. Kisner 1, Eri Haneda 1, Charles A. Bouman 1, Sondre Skatter 2, Mikhail Kourinny 2, Simon Bedford 3 1 Purdue University, West Lafayette, IN, USA

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

Non-homogeneous ICD Optimization for Targeted Reconstruction of Volumetric CT

Non-homogeneous ICD Optimization for Targeted Reconstruction of Volumetric CT Non-homogeneous ICD Optimization for Targeted Reconstruction of Volumetric CT Zhou Yu a, Jean-Baptiste Thibault b, Charles A. Bouman a, Ken D. Sauer c,andjianghsieh b a School of Electrical Engineering,

More information

F3-D: Computationally Efficient Simultaneous Segmentation and Image Reconstruction for CT X-ray Based EDS Systems Screening

F3-D: Computationally Efficient Simultaneous Segmentation and Image Reconstruction for CT X-ray Based EDS Systems Screening F3-D: Computationally Efficient Simultaneous Segmentation and Image Reconstruction for CT X-ray Based EDS Systems Screening Abstract Despite recent technological advances, reliable detection of explosives

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

Non-Homogeneous Updates for the Iterative Coordinate Descent Algorithm

Non-Homogeneous Updates for the Iterative Coordinate Descent Algorithm Non-Homogeneous Updates for the Iterative Coordinate Descent Algorithm Zhou Yu a, Jean-Baptiste Thibault b, Charles A. Bouman a, Ken D. Sauer c, and Jiang Hsieh b a School of Electrical Engineering, Purdue

More information

MAP Estimation with Gaussian Mixture Markov Random Field Model for Inverse Problems

MAP Estimation with Gaussian Mixture Markov Random Field Model for Inverse Problems MAP Estimation with Gaussian Miture Markov Random Field Model for Inverse Problems Ruoqiao Zhang 1, Charles A. Bouman 1, Jean-Baptiste Thibault 2, and Ken D. Sauer 3 1. Department of Electrical and Computer

More information

Fast Model-Based X-ray CT Reconstruction. Using Spatially Non-Homogeneous ICD Optimization

Fast Model-Based X-ray CT Reconstruction. Using Spatially Non-Homogeneous ICD Optimization Fast Model-Based X-ray CT Reconstruction 1 Using Spatially Non-Homogeneous ICD Optimization Zhou Yu, Member, IEEE, Jean-Baptiste Thibault, Member, IEEE, Charles A. Bouman, Fellow, IEEE, Ken D. Sauer, Member,

More information

Computed Tomography. Principles, Design, Artifacts, and Recent Advances. Jiang Hsieh THIRD EDITION. SPIE PRESS Bellingham, Washington USA

Computed Tomography. Principles, Design, Artifacts, and Recent Advances. Jiang Hsieh THIRD EDITION. SPIE PRESS Bellingham, Washington USA Computed Tomography Principles, Design, Artifacts, and Recent Advances THIRD EDITION Jiang Hsieh SPIE PRESS Bellingham, Washington USA Table of Contents Preface Nomenclature and Abbreviations xi xv 1 Introduction

More information

NONLINEAR BACK PROJECTION FOR TOMOGRAPHIC IMAGE RECONSTRUCTION

NONLINEAR BACK PROJECTION FOR TOMOGRAPHIC IMAGE RECONSTRUCTION NONLINEAR BACK PROJECTION FOR TOMOGRAPHIC IMAGE RECONSTRUCTION Ken Sauef and Charles A. Bournant *Department of Electrical Engineering, University of Notre Dame Notre Dame, IN 46556, (219) 631-6999 tschoo1

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

A Recursive Filter for Noise Reduction in Statistical Iterative Tomographic Imaging

A Recursive Filter for Noise Reduction in Statistical Iterative Tomographic Imaging A Recursive Filter for Noise Reduction in Statistical Iterative Tomographic Imaging Jean-Baptiste Thibault a, Charles A. Bouman b, Ken D. Sauer c,andjianghsieh a a Applied Science Laboratory, GE Healthcare

More information

Separable Models for cone-beam MBIR Reconstruction

Separable Models for cone-beam MBIR Reconstruction https://doi.org/10.35/issn.470-1173.018.15.coimg-181 018, Society for Imaging Science and Technology Separable Models for cone-beam MBIR Reconstruction Thilo Balke 1, Soumendu Majee 1, Gregery T. Buzzard,

More information

ADVANCED RECONSTRUCTION FOR ELECTRON MICROSCOPY

ADVANCED RECONSTRUCTION FOR ELECTRON MICROSCOPY 1 ADVANCED RECONSTRUCTION FOR ELECTRON MICROSCOPY SUHAS SREEHARI S. V. VENKATAKRISHNAN (VENKAT) CHARLES A. BOUMAN PURDUE UNIVERSITY AUGUST 15, 2014 2 OUTLINE 1. Overview of MBIR 2. Previous work 3. Leading

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

Digital Image Processing

Digital Image Processing Digital Image Processing SPECIAL TOPICS CT IMAGES Hamid R. Rabiee Fall 2015 What is an image? 2 Are images only about visual concepts? We ve already seen that there are other kinds of image. In this lecture

More information

Simplified statistical image reconstruction algorithm for polyenergetic X-ray CT. y i Poisson I i (E)e R } where, b i

Simplified statistical image reconstruction algorithm for polyenergetic X-ray CT. y i Poisson I i (E)e R } where, b i implified statistical image reconstruction algorithm for polyenergetic X-ray C omesh rivastava, tudent member, IEEE, and Jeffrey A. Fessler, enior member, IEEE Abstract In X-ray computed tomography (C),

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

SYSTEM LINEARITY LAB MANUAL: 2 Modifications for P551 Fall 2013 Medical Physics Laboratory

SYSTEM LINEARITY LAB MANUAL: 2 Modifications for P551 Fall 2013 Medical Physics Laboratory SYSTEM LINEARITY LAB MANUAL: 2 Modifications for P551 Fall 2013 Medical Physics Laboratory Introduction In this lab exercise, you will investigate the linearity of the DeskCAT scanner by making measurements

More information

Optimization of CT Simulation Imaging. Ingrid Reiser Dept. of Radiology The University of Chicago

Optimization of CT Simulation Imaging. Ingrid Reiser Dept. of Radiology The University of Chicago Optimization of CT Simulation Imaging Ingrid Reiser Dept. of Radiology The University of Chicago Optimization of CT imaging Goal: Achieve image quality that allows to perform the task at hand (diagnostic

More information

Adapted acquisition trajectory and iterative reconstruction for few-views CT inspection

Adapted acquisition trajectory and iterative reconstruction for few-views CT inspection Adapted acquisition trajectory and iterative reconstruction for few-views CT inspection Caroline Vienne 1, Marius Costin 1 More info about this article: http://www.ndt.net/?id=21917 1 CEA, LIST, Département

More information

DUE to beam polychromacity in CT and the energy dependence

DUE to beam polychromacity in CT and the energy dependence 1 Empirical Water Precorrection for Cone-Beam Computed Tomography Katia Sourbelle, Marc Kachelrieß, Member, IEEE, and Willi A. Kalender Abstract We propose an algorithm to correct for the cupping artifact

More information

CT NOISE POWER SPECTRUM FOR FILTERED BACKPROJECTION AND ITERATIVE RECONSTRUCTION

CT NOISE POWER SPECTRUM FOR FILTERED BACKPROJECTION AND ITERATIVE RECONSTRUCTION CT NOISE POWER SPECTRUM FOR FILTERED BACKPROJECTION AND ITERATIVE RECONSTRUCTION Frank Dong, PhD, DABR Diagnostic Physicist, Imaging Institute Cleveland Clinic Foundation and Associate Professor of Radiology

More information

Carbondale, IL USA; University of North Carolina Chapel Hill, NC USA; USA; ABSTRACT

Carbondale, IL USA; University of North Carolina Chapel Hill, NC USA; USA; ABSTRACT Pre-computed backprojection based penalized-likelihood (PPL) reconstruction with an edge-preserved regularizer for stationary Digital Breast Tomosynthesis Shiyu Xu a, Christy Redmon Inscoe b, Jianping

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

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

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

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

Medical Image Reconstruction Term II 2012 Topic 6: Tomography

Medical Image Reconstruction Term II 2012 Topic 6: Tomography Medical Image Reconstruction Term II 2012 Topic 6: Tomography Professor Yasser Mostafa Kadah Tomography The Greek word tomos means a section, a slice, or a cut. Tomography is the process of imaging a cross

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

Learning Splines for Sparse Tomographic Reconstruction. Elham Sakhaee and Alireza Entezari University of Florida

Learning Splines for Sparse Tomographic Reconstruction. Elham Sakhaee and Alireza Entezari University of Florida Learning Splines for Sparse Tomographic Reconstruction Elham Sakhaee and Alireza Entezari University of Florida esakhaee@cise.ufl.edu 2 Tomographic Reconstruction Recover the image given X-ray measurements

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

DEEP RESIDUAL LEARNING FOR MODEL-BASED ITERATIVE CT RECONSTRUCTION USING PLUG-AND-PLAY FRAMEWORK

DEEP RESIDUAL LEARNING FOR MODEL-BASED ITERATIVE CT RECONSTRUCTION USING PLUG-AND-PLAY FRAMEWORK DEEP RESIDUAL LEARNING FOR MODEL-BASED ITERATIVE CT RECONSTRUCTION USING PLUG-AND-PLAY FRAMEWORK Dong Hye Ye, Somesh Srivastava, Jean-Baptiste Thibault, Jiang Hsieh, Ken Sauer, Charles Bouman, School of

More information

AIDR 3D Iterative Reconstruction:

AIDR 3D Iterative Reconstruction: Iterative Reconstruction: Integrated, Automated and Adaptive Dose Reduction Erin Angel, PhD Manager, Clinical Sciences, CT Canon Medical Systems USA Iterative Reconstruction 1 Since the introduction 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

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

Suitability of a new alignment correction method for industrial CT

Suitability of a new alignment correction method for industrial CT Suitability of a new alignment correction method for industrial CT Matthias Elter 1, Nicole Maass 1, Peter Koch 2 1 Siemens AG, Healthcare Sector, Erlangen, Germany, e-mail: matthias.elter@siemens.com,

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

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

Non-Stationary CT Image Noise Spectrum Analysis

Non-Stationary CT Image Noise Spectrum Analysis Non-Stationary CT Image Noise Spectrum Analysis Michael Balda, Björn J. Heismann,, Joachim Hornegger Pattern Recognition Lab, Friedrich-Alexander-Universität Erlangen Siemens Healthcare, Erlangen michael.balda@informatik.uni-erlangen.de

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

Quality control phantoms and protocol for a tomography system

Quality control phantoms and protocol for a tomography system Quality control phantoms and protocol for a tomography system Lucía Franco 1 1 CT AIMEN, C/Relva 27A O Porriño Pontevedra, Spain, lfranco@aimen.es Abstract Tomography systems for non-destructive testing

More information

CARDIAC CT reconstruction requires high temporal resolution

CARDIAC CT reconstruction requires high temporal resolution 1 Model Based Iterative Reconstruction With Spatially Adaptive Sinogram Weights for Wide-Cone Cardiac CT Amirkoushyar Ziabari, member, IEEE, Dong Hye Ye, member, IEEE, Lin Fu, Somesh Srivastava, member,

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

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

Model-Based Reconstruction for X-ray Diffraction Imaging

Model-Based Reconstruction for X-ray Diffraction Imaging Model-Based Reconstruction for X-ray Diffraction Imaging Venkatesh Sridhar a, Sherman J. Kisner a, Sondre Skatter b, and Charles A. Bouman a a Purdue University, West Lafayette, IN, USA b Morpho Detection

More information

Empirical cupping correction: A first-order raw data precorrection for cone-beam computed tomography

Empirical cupping correction: A first-order raw data precorrection for cone-beam computed tomography Empirical cupping correction: A first-order raw data precorrection for cone-beam computed tomography Marc Kachelrieß, a Katia Sourbelle, and Willi A. Kalender Institute of Medical Physics, University of

More information

8/2/2016. Measures the degradation/distortion of the acquired image (relative to an ideal image) using a quantitative figure-of-merit

8/2/2016. Measures the degradation/distortion of the acquired image (relative to an ideal image) using a quantitative figure-of-merit Ke Li Assistant Professor Department of Medical Physics and Department of Radiology School of Medicine and Public Health, University of Wisconsin-Madison This work is partially supported by an NIH Grant

More information

Index. aliasing artifacts and noise in CT images, 200 measurement of projection data, nondiffracting

Index. aliasing artifacts and noise in CT images, 200 measurement of projection data, nondiffracting Index Algebraic equations solution by Kaczmarz method, 278 Algebraic reconstruction techniques, 283-84 sequential, 289, 293 simultaneous, 285-92 Algebraic techniques reconstruction algorithms, 275-96 Algorithms

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

Splitting-Based Statistical X-Ray CT Image Reconstruction with Blind Gain Correction

Splitting-Based Statistical X-Ray CT Image Reconstruction with Blind Gain Correction Splitting-Based Statistical X-Ray CT Image Reconstruction with Blind Gain Correction Hung Nien and Jeffrey A. Fessler Department of Electrical Engineering and Computer Science University of Michigan, Ann

More information

TomoTherapy Related Projects. An image guidance alternative on Tomo Low dose MVCT reconstruction Patient Quality Assurance using Sinogram

TomoTherapy Related Projects. An image guidance alternative on Tomo Low dose MVCT reconstruction Patient Quality Assurance using Sinogram TomoTherapy Related Projects An image guidance alternative on Tomo Low dose MVCT reconstruction Patient Quality Assurance using Sinogram Development of A Novel Image Guidance Alternative for Patient Localization

More information

Computer-Tomography II: Image reconstruction and applications

Computer-Tomography II: Image reconstruction and applications Computer-Tomography II: Image reconstruction and applications Prof. Dr. U. Oelfke DKFZ Heidelberg Department of Medical Physics (E040) Im Neuenheimer Feld 280 69120 Heidelberg, Germany u.oelfke@dkfz.de

More information

Accelerating CT Iterative Reconstruction Using ADMM and Nesterov s Methods

Accelerating CT Iterative Reconstruction Using ADMM and Nesterov s Methods Accelerating CT Iterative Reconstruction Using ADMM and Nesterov s Methods Jingyuan Chen Meng Wu Yuan Yao June 4, 2014 1 Introduction 1.1 CT Reconstruction X-ray Computed Tomography (CT) is a conventional

More information

A Fast GPU-Based Approach to Branchless Distance-Driven Projection and Back-Projection in Cone Beam CT

A Fast GPU-Based Approach to Branchless Distance-Driven Projection and Back-Projection in Cone Beam CT A Fast GPU-Based Approach to Branchless Distance-Driven Projection and Back-Projection in Cone Beam CT Daniel Schlifske ab and Henry Medeiros a a Marquette University, 1250 W Wisconsin Ave, Milwaukee,

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

STATISTICAL image reconstruction methods for X-ray

STATISTICAL image reconstruction methods for X-ray IEEE TRANSACTIONS ON MEDICAL IMAGING, VOL. 28, NO. 5, MAY 2009 645 Quadratic Regularization Design for 2-D CT Hugo R. Shi*, Student Member, IEEE, and Jeffrey A. Fessler, Fellow, IEEE Abstract Statistical

More information

Ch. 4 Physical Principles of CT

Ch. 4 Physical Principles of CT Ch. 4 Physical Principles of CT CLRS 408: Intro to CT Department of Radiation Sciences Review: Why CT? Solution for radiography/tomography limitations Superimposition of structures Distinguishing between

More information

MEDICAL EQUIPMENT: COMPUTED TOMOGRAPHY. Prof. Yasser Mostafa Kadah

MEDICAL EQUIPMENT: COMPUTED TOMOGRAPHY. Prof. Yasser Mostafa Kadah MEDICAL EQUIPMENT: COMPUTED TOMOGRAPHY Prof. Yasser Mostafa Kadah www.k-space.org Recommended Textbook X-Ray Computed Tomography in Biomedical Engineering, by Robert Cierniak, Springer, 211 Computed Tomography

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

Translational Computed Tomography: A New Data Acquisition Scheme

Translational Computed Tomography: A New Data Acquisition Scheme 2nd International Symposium on NDT in Aerospace 2010 - We.1.A.3 Translational Computed Tomography: A New Data Acquisition Scheme Theobald FUCHS 1, Tobias SCHÖN 2, Randolf HANKE 3 1 Fraunhofer Development

More information

R4-C.1: Advanced Multispectral Computed Tomography (CT) Algorithms

R4-C.1: Advanced Multispectral Computed Tomography (CT) Algorithms R4-C.1: Advanced Multispectral Computed Tomography (CT) Algorithms I. PARTICIPANTS Faculty/Staff Name Title Institution Email Clem Karl PI BU wckarl@bu.edu David Castañón Professor BU dac@bu.edu Limor

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

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

Digital Image Processing Laboratory: MAP Image Restoration

Digital Image Processing Laboratory: MAP Image Restoration Purdue University: Digital Image Processing Laboratories 1 Digital Image Processing Laboratory: MAP Image Restoration October, 015 1 Introduction This laboratory explores the use of maximum a posteriori

More information

Introduction to Biomedical Imaging

Introduction to Biomedical Imaging Alejandro Frangi, PhD Computational Imaging Lab Department of Information & Communication Technology Pompeu Fabra University www.cilab.upf.edu X-ray Projection Imaging Computed Tomography Digital X-ray

More information

8/7/2017. Disclosures. MECT Systems Overview and Quantitative Opportunities. Overview. Computed Tomography (CT) CT Numbers. Polyenergetic Acquisition

8/7/2017. Disclosures. MECT Systems Overview and Quantitative Opportunities. Overview. Computed Tomography (CT) CT Numbers. Polyenergetic Acquisition Quantitative Multi-Energy Computed Tomography: Imaging and Therapy Advancements Disclosures MECT Systems Overview and Quantitative Opportunities The speaker receives research funding from GE Healthcare

More information

Quantitative comparison of FBP, EM, and Bayesian reconstruction algorithms, including the impact of accurate system modeling, for the IndyPET scanner

Quantitative comparison of FBP, EM, and Bayesian reconstruction algorithms, including the impact of accurate system modeling, for the IndyPET scanner Quantitative comparison of,, and Bayesian reconstruction algorithms, including the impact of accurate system modeling, for the IndyPET scanner Thomas Frese,,NedC.Rouze, Charles A. Bouman, Ken Sauer, and

More information

An Acquisition Geometry-Independent Calibration Tool for Industrial Computed Tomography

An Acquisition Geometry-Independent Calibration Tool for Industrial Computed Tomography 4th International Symposium on NDT in Aerospace 2012 - Tu.3.A.3 An Acquisition Geometry-Independent Calibration Tool for Industrial Computed Tomography Jonathan HESS *, Patrick KUEHNLEIN *, Steven OECKL

More information

Accelerated C-arm Reconstruction by Out-of-Projection Prediction

Accelerated C-arm Reconstruction by Out-of-Projection Prediction Accelerated C-arm Reconstruction by Out-of-Projection Prediction Hannes G. Hofmann, Benjamin Keck, Joachim Hornegger Pattern Recognition Lab, University Erlangen-Nuremberg hannes.hofmann@informatik.uni-erlangen.de

More information

Statistical iterative reconstruction using fast optimization transfer algorithm with successively increasing factor in Digital Breast Tomosynthesis

Statistical iterative reconstruction using fast optimization transfer algorithm with successively increasing factor in Digital Breast Tomosynthesis Statistical iterative reconstruction using fast optimization transfer algorithm with successively increasing factor in Digital Breast omosynthesis Shiyu Xu a and Zhenxi Zhang b and Ying Chen a,* a Department

More information

RADIOLOGY AND DIAGNOSTIC IMAGING

RADIOLOGY AND DIAGNOSTIC IMAGING Day 2 part 2 RADIOLOGY AND DIAGNOSTIC IMAGING Dr hab. Zbigniew Serafin, MD, PhD serafin@cm.umk.pl 2 3 4 5 CT technique CT technique 6 CT system Kanal K: RSNA/AAPM web module: CT Systems & CT Image Quality

More information

Reduction of Metal Artifacts in Computed Tomographies for the Planning and Simulation of Radiation Therapy

Reduction of Metal Artifacts in Computed Tomographies for the Planning and Simulation of Radiation Therapy Reduction of Metal Artifacts in Computed Tomographies for the Planning and Simulation of Radiation Therapy T. Rohlfing a, D. Zerfowski b, J. Beier a, P. Wust a, N. Hosten a, R. Felix a a Department of

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

Joint ICTP-TWAS Workshop on Portable X-ray Analytical Instruments for Cultural Heritage. 29 April - 3 May, 2013

Joint ICTP-TWAS Workshop on Portable X-ray Analytical Instruments for Cultural Heritage. 29 April - 3 May, 2013 2455-5 Joint ICTP-TWAS Workshop on Portable X-ray Analytical Instruments for Cultural Heritage 29 April - 3 May, 2013 Lecture NoteBasic principles of X-ray Computed Tomography Diego Dreossi Elettra, Trieste

More information

Continuous and Discrete Image Reconstruction

Continuous and Discrete Image Reconstruction 25 th SSIP Summer School on Image Processing 17 July 2017, Novi Sad, Serbia Continuous and Discrete Image Reconstruction Péter Balázs Department of Image Processing and Computer Graphics University of

More information

Optimal threshold selection for tomogram segmentation by reprojection of the reconstructed image

Optimal threshold selection for tomogram segmentation by reprojection of the reconstructed image Optimal threshold selection for tomogram segmentation by reprojection of the reconstructed image K.J. Batenburg 1 and J. Sijbers 1 University of Antwerp, Vision Lab, Universiteitsplein 1, B-2610 Wilrijk,

More information

Corso di laurea in Fisica A.A Fisica Medica 4 TC

Corso di laurea in Fisica A.A Fisica Medica 4 TC Corso di laurea in Fisica A.A. 2007-2008 Fisica Medica 4 TC Computed Tomography Principles 1. Projection measurement 2. Scanner systems 3. Scanning modes Basic Tomographic Principle The internal structure

More information

Correlation between Model and Human Observer Performance on a Lesion Shape Discrimination Task in CT

Correlation between Model and Human Observer Performance on a Lesion Shape Discrimination Task in CT Correlation between Model and Human Observer Performance on a Lesion Shape Discrimination Task in CT Yi Zhang, Shuai Leng, Lifeng Yu and Cynthia McCollough Department of Radiology Mayo Clinic, Rochester

More information

An Iterative Approach to the Beam Hardening Correction in Cone Beam CT (Proceedings)

An Iterative Approach to the Beam Hardening Correction in Cone Beam CT (Proceedings) Marquette University e-publications@marquette Biomedical Engineering Faculty Research and Publications Engineering, College of 1-1-1999 An Iterative Approach to the Beam Hardening Correction in Cone Beam

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

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

A new calibration-free beam hardening reduction method for industrial CT

A new calibration-free beam hardening reduction method for industrial CT A new calibration-free beam hardening reduction method for industrial CT ECC 2 for industrial CT Tobias Würfl 1, Nicole Maaß 2, Frank Dennerlein 2, Andreas K. Maier 1 1 Pattern Recognition Lab, FAU Erlangen-Nürnberg;

More information

Biomedical Imaging. Computed Tomography. Patrícia Figueiredo IST

Biomedical Imaging. Computed Tomography. Patrícia Figueiredo IST Biomedical Imaging Computed Tomography Patrícia Figueiredo IST 2013-2014 Overview Basic principles X ray attenuation projection Slice selection and line projections Projection reconstruction Instrumentation

More information

ML reconstruction for CT

ML reconstruction for CT ML reconstruction for CT derivation of MLTR rigid motion correction resolution modeling polychromatic ML model dual energy ML model Bruno De Man, Katrien Van Slambrouck, Maarten Depypere, Frederik Maes,

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

1. Deployment of a framework for drawing a correspondence between simple figure of merits (FOM) and quantitative imaging performance in CT.

1. Deployment of a framework for drawing a correspondence between simple figure of merits (FOM) and quantitative imaging performance in CT. Progress report: Development of assessment and predictive metrics for quantitative imaging in chest CT Subaward No: HHSN6801000050C (4a) PI: Ehsan Samei Reporting Period: month 1-18 Deliverables: 1. Deployment

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

Central Slice Theorem

Central Slice Theorem Central Slice Theorem Incident X-rays y f(x,y) R x r x Detected p(, x ) The thick line is described by xcos +ysin =R Properties of Fourier Transform F [ f ( x a)] F [ f ( x)] e j 2 a Spatial Domain Spatial

More information

TESTING OF THE CIRCLE AND LINE ALGORITHM IN THE SETTING OF MICRO-CT

TESTING OF THE CIRCLE AND LINE ALGORITHM IN THE SETTING OF MICRO-CT SCA2016-080 1/7 TESTING OF THE CIRCLE AND LINE ALGORITHM IN THE SETTING OF MICRO-CT Alexander Katsevich 1, 2 and Michael Frenkel 1 1 itomography Corp., 2 University of Central Florida (UCF) This paper

More information

GPU acceleration of 3D forward and backward projection using separable footprints for X-ray CT image reconstruction

GPU acceleration of 3D forward and backward projection using separable footprints for X-ray CT image reconstruction GPU acceleration of 3D forward and backward projection using separable footprints for X-ray CT image reconstruction Meng Wu and Jeffrey A. Fessler EECS Department University of Michigan Fully 3D Image

More information

Acknowledgments and financial disclosure

Acknowledgments and financial disclosure AAPM 2012 Annual Meeting Digital breast tomosynthesis: basic understanding of physics principles James T. Dobbins III, Ph.D., FAAPM Director, Medical Physics Graduate Program Ravin Advanced Imaging Laboratories

More information

Patch-Based Color Image Denoising using efficient Pixel-Wise Weighting Techniques

Patch-Based Color Image Denoising using efficient Pixel-Wise Weighting Techniques Patch-Based Color Image Denoising using efficient Pixel-Wise Weighting Techniques Syed Gilani Pasha Assistant Professor, Dept. of ECE, School of Engineering, Central University of Karnataka, Gulbarga,

More information

Model-Based Iterative Reconstruction for Dual-Energy X-Ray CT Using a Joint Quadratic Likelihood Model

Model-Based Iterative Reconstruction for Dual-Energy X-Ray CT Using a Joint Quadratic Likelihood Model Model-Based Iterative Reconstruction for Dual-Energy X-Ray CT Using a Joint Quadratic Likelihood Model Ruoqiao Zhang, Student Member, IEEE, Jean-Baptiste Thibault, Member, IEEE, Charles A. Bouman, Fellow,

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

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