A supervoxel-based segmentation method for prostate MR images

Size: px
Start display at page:

Download "A supervoxel-based segmentation method for prostate MR images"

Transcription

1 A supervoxel-based segmentation method for prostate MR images Zhiqiang Tian, Emory University Lizhi Liu, Emory University Baowei Fei, Emory University Proceedings Title: MEDICAL IMAGING 2015: IMAGE PROCESSING Conference Name: Conference on Medical Imaging - Image Processing Publisher: SPIE-INT SOC OPTICAL ENGINEERING Conference Place: Orlando, FL Volume/Issue: Volume 9413 Publication Date: Type of Work: Conference Post-print: After Peer Review Publisher DOI: / Permanent URL: Final published version: Copyright information: 2015 SPIE. Accessed July 3, :42 PM EDT

2 A supervoxel-based segmentation method for prostate MR images Zhiqiang Tian 1, LiZhi Liu 1, and Baowei Fei 1,2,* 1 Department of Radiology and Imaging Sciences, Emory University, Atlanta, GA 2 Department of Biomedical Engineering, Emory University and Georgia Institute of Technology Abstract Accurate segmentation of the prostate has many applications in prostate cancer diagnosis and therapy. In this paper, we propose a Supervoxel based method for prostate segmentation. The prostate segmentation problem is considered as assigning a label to each supervoxel. An energy function with data and smoothness terms is used to model the labeling process. The data term estimates the likelihood of a supervoxel belongs to the prostate according to a shape feature. The geometric relationship between two neighboring supervoxels is used to construct a smoothness term. A three-dimensional (3D) graph cut method is used to minimize the energy function in order to segment the prostate. A 3D level set is then used to get a smooth surface based on the output of the graph cut. The performance of the proposed segmentation algorithm was evaluated with respect to the manual segmentation ground truth. The experimental results on 12 prostate volumes showed that the proposed algorithm yields a mean Dice similarity coefficient of 86.9%±3.2%. The segmentation method can be used not only for the prostate but also for other organs. Keywords HHS Public Access Author manuscript Published in final edited form as: Proc SPIE Int Soc Opt Eng March 20; 9413:. doi: / Magnetic resonance imaging (MRI); prostate cancer; segmentation; supervoxel; 3D graph cut; 3D level set 1. INTRODUCTION It is estimated that there are 233,000 new cases of prostate cancer and 29,480 deaths from prostate cancer in the USA in 2014 [1]. Magnetic resonance imaging (MRI) has been increasingly used for the detection and diagnosis of prostate cancer [2 8]. Prostate delineation on MRI images helps physicians to measure the prostate size and help for treatment planning. However, prostate segmentation is a non-trivial because of the similar MR intensities between the prostate and adjacent tissue and because of the MR intensity inhomogeneity in the prostate region. Moreover, the prostate has a wide variety of shape appearance among different patients. There are extensive studies [3, 9 14] in delineating the prostate surface from MRI. Qiu et al. [3] proposed a global optimization-based approach to segment T2 weighted MRI by * Corresponding author: bfei@emory.edu; Website:

3 Tian et al. Page 2 2. METHODS 2.1 Supervoxel enforcing the geometrically axial symmetry of the prostate shapes. This method coherently segmented a series of 2-D slices. Toth [9] presented a novel multi-feature landmark-free active appearance model for segmenting 2-D medical images. These methods yield good results but cannot handle medical images in a 3D manner. Egger [12] proposed an automated segmentation algorithm by applying a 3D graph-based algorithm for prostate segmentation. This method had a high computational cost due to their pixel-based manner. To resolve these problems, we propose a supervoxel-based 3D graph cuts method for segmenting the prostate. We cluster groups of similar pixels into supervoxels, which are used to compute robust local statistics. This supervoxel-based method reduces the computational and memory costs without sacrificing accuracy because supervoxels naturally respect the object surface. The output of the graph cuts is used as an initialization for 3D level set based segmentation [15, 16], which can produce smooth prostate surfaces. An overview of the proposed method is shown in Fig. 1. Given a 3D MR volume, supervoxels are first generated by an efficient algorithm as described below. This is the key step for the proposed method. Supervoxel is the basic processing unit of our method, which reduces the computational and memory cost significantly. Secondly, the initial segmentation is obtained by minimizing the supervoxel-based energy function using a 3D graph cut algorithm. Finally, a 3D level set algorithm is adopted to smooth the prostate surface of the initial segmentation. The initial segmentation is close to the true surface, so it makes the level set converge quickly. We consider one MR slice as a 2D image. Superpixel is a set of adjacent pixels in a slice with similar intensity or/and texture, while Supervoxel is a set of superpixels with similar intensity in the 3D volume. Fig. 2 demonstrates the supervoxels and their geometric relationships. An intersection between a supervoxel SV i and Slice j is a superpixel defined as: (1). Supervoxel is where M is the number of the supervoxels in an MRI volume, SV i is the lifespan of the superpvoxel SV i. The j-th superpixel of SV i is, which consists of a set of pixels in one slice. Note that, different supervoxels may have different beginnings, endings, and different lifespans. In this work, supervoxels are obtained by using a simple linear iterative clustering method (SLIC) [17]. 2.2 Energy function based on supervoxels Graph cut [18] has been improved to be an efficient method [12] for segmenting 3D medical images. We consider prostate segmentation as a supervoxel labeling problem in a 3D graph.

4 Tian et al. Page 3 The superpvoxels are labeled as the prostate or background by optimizing an energy function. The energy function is defined as: where l is the label of the supervoxel, Label 1 represents the prostate, while Label 0 corresponds to the background, N SV SV is a neighborhood. We assume that N contains a supervoxel pair {SV p, SV q } which has a common boundary in one slice at least. The data term D SV (l SV ) quantifies the distance of each supervoxel to a proposed shape model. The smoothness term V SV p, SVq (l SVp, l SVq ) quantifies how likely two supervoxels have the same label. The parameter γ balances the weight between the data term and the smoothness term. In this work, a shape model is proposed to build the data term. Three key slices are selected as the initialization, which are selected from the apex, base, and middle of the prostate. Four to six points are marked for each key slice. Based on these initializations, two semiellipsoids are fitted. One is toward to the apex, the other is toward to the base. Note that these two fitted surfaces of semi-ellipsoids are not accurate. They are just used to compute the shape data term. Once the fitted surfaces are obtained, the prostate and the background shape data term can be defined as: where S sv represents the mean value of shape feature of a supervoxel. f is defined as: where d is the distance of a pixel to the fitted surfaces. k and β are shape feature parameters which control the fatness and slope of the shape. The affinities of each pair of neighboring supervoxels SV p and SV q are used to compute the smoothness term. The supervoxels that are close to each other and have more common slices will be grouped together. Based on this principle, the smoothness term is defines as: where SV p SV q stands for the number of common slices between two neighboring supervoxels. SV p and SV q are the number of slices (lifespan) of supervoxel SV p and SV q, respectively. This geometry based smoothness term encourages supervoxels that have similar locations and share more common slices to be assigned as the same label. Once data term and smootheness term are obtained, the energy function can be minimized by the graph cut algorithm. Each supervoxel will be assigned a binary label. The pixels in (3) (4) (5) (2) (6)

5 Tian et al. Page D level set 2.4 Evaluation metrics 3. RESULTS 3.1 MR images the same supervoxel have the same label. Then the prostate surface can be derived from the labeled volume data. The supervoxel-based graph cut algorithm is an efficient method. However, the output may be not satisfactory when the supervoxel fails to find the boundary of the prostate accurately. To solve this problem, the prostate surface obtained from the graph cut should be refined. 3D level set is adopted in our method to refine the prostate surface. As the surface is good enough for the initialization of the level set algorithm, only several iterations are needed to achieve convergence. Four evaluation metrics are used to evaluate the performance, which are DICE similarity coefficient (DSC), relative volume difference (RVD), Hausdorff distance (HD), and average surface distance (ASD) [3, 19]. The DSC is calculated by: where V gt is the number of voxels in the segmentation of the ground truth and V alg is the number of voxels in the segmentation of the proposed algorithm. The RVD is computed as: The RVD is used to evaluate whether the algorithm tends to over-segment or under-segment the prostate. To compute the HD and ASD, a distance from a voxel x to a surface Y is defined firstly as d(x, Y) = min y Y x y. The HD between two surfaces X and Y is calculated by: The ASD is defined as: where X and Y represent the number of voxels in the surface X and Y, respectively. The proposed method was evaluated on our prostate MR data set, which consists of 12 T2- weighted volumes. Transverse images were used in the experiments. The voxel sizes of the volumes are from 0.625mm to 1mm. The field of view varies from mm 2 to mm 2. (7) (8) (9) (10)

6 Tian et al. Page Qualitative evaluation results The performance of the proposed method is evaluated qualitatively by visual comparison with the manually segmented contours. Meanwhile, the demonstration of the supervoxels is showed in Fig. 3. The qualitative results from 12 prostate volumes are shown in Fig. 4. Blue curves are manual segmented ground truth by an experienced radiologist, while the red curves are output of the proposed method. Our method has satisfactory results for all the 12 volumes. 3.3 Quantitative evaluation results 4. CONCLUSIONS Acknowledgments References The quantitative results are shown in Table 1. We proposed a supervoxel-based method to segment the prostate from 3D MR images. The experiments on our MRI data set showed that this method could extract the prostate surface accurately. To the best of our knowledge, this is the first study to use supervoxel for the segmentation of prostate MR images. It reduces the computational and memory cost significantly. Meanwhile, the proposed method makes the graph cuts algorithm to be competent for handling big 3D medical data. The segmentation method can be applied to various applications in prostate imaging. This research is supported in part by NIH grants R21CA176684, R01CA and P50CA128301, Georgia Cancer Coalition Distinguished Clinicians and Scientists Award, and the Center for Systems Imaging (CSI) of Emory University School of Medicine. 1. Siegel R, Ma J, Zou Z, Jemal A. Cancer statistics, CA: a cancer journal for clinicians. 2014; 64(1):9 29. [PubMed: ] 2. Toth R, Tiwari P, Rosen M, Reed G, Kurhanewicz J, Kalyanpur A, Pungavkar S, Madabhushi A. A magnetic resonance spectroscopy driven initialization scheme for active shape model based prostate segmentation. Med Image Anal. 2011; 15(2): [PubMed: ] 3. Wu Qiu JY, Ukwatta Eranga, Sun Yue, Rajchl Martin, Fenster Aaron. Prostate Segmentation: An Efficient Convex Optimization Approach With Axial Symmetry Using 3-D TRUS and MR Images. IEEE Transactions on Medical Imaging. 2014; 33(4): [PubMed: ] 4. Fei B, Duerk JL, Boll DT, Lewin JS, Wilson DL. Slice-to-volume registration and its potential application to interventional MRI-guided radiofrequency thermal ablation of prostate cancer. IEEE Trans Med Imaging. 2003; 22(4): [PubMed: ] 5. Fei B, Lee Z, Boll DT, Duerk JL, Lewin JS, Wilson DL. Image registration and fusion for interventional MRI guided thermal ablation of the prostate cancer. MICCAI. 2003: Litjens G, Debats O, Barentsz J, Karssemeijer N, Huisman H. Computer-aided detection of prostate cancer in MRI. IEEE transactions on medical imaging. 2014; 33(5): [PubMed: ] 7. Johnson LM, Turkbey B, Figg WD, Choyke PL. Multiparametric MRI in prostate cancer management. Nature Reviews Clinical Oncology. 2014; 11(6): Qiu W, Yuan J, Ukwatta E, Sun Y, Rajchl M, Fenster A. Dual optimization based prostate zonal segmentation in 3D MR images. Medical image analysis. 2014; 18(4): [PubMed: ]

7 Tian et al. Page 6 9. Toth R, Madabhushi A. Multifeature Landmark-Free Active Appearance Models: Application to Prostate MRI Segmentation. IEEE Transactions on Medical Imaging. 2012; 31(8): [PubMed: ] 10. Litjens G, Toth R, van de Ven W, Hoeks C, Kerkstra S, van Ginneken B, Vincent G, Guillard G, Birbeck N, Zhang J, Strand R, Malmberg F, Ou Y, Davatzikos C, Kirschner M, Jung F, Yuan J, Qiu W, Gao Q, Edwards PE, Maan B, van der Heijden F, Ghose S, Mitra J, Dowling J, Barratt D, Huisman H, Madabhushi A. Evaluation of prostate segmentation algorithms for MRI: The PROMISE12 challenge. Med Image Anal. 2014; 18(2): [PubMed: ] 11. Guo Y, Gao Y, Shao Y, Price T, Oto A, Shen D. Deformable segmentation of 3D MR prostate images via distributed discriminative dictionary and ensemble learning. Medical physics. 2014; 41(7): [PubMed: ] 12. Egger J. PCG-Cut: Graph Driven Segmentation of the Prostate Central Gland. Plos One. 2013; 8(10): Ou Y, Doshi J, Erus G, Davatzikos C. Multi-atlas segmentation of the prostate: A zooming process with robust registration and atlas selection. Medical Image Computing and Computer Assisted Intervention (MICCAI) Grand Challenge: Prostate MR Image Segmentation. 2012; 7: Mahapatra D, Buhmann JM. Prostate MRI segmentation using learned semantic knowledge and graph cuts. Biomedical Engineering, IEEE Transactions on. 2014; 61(3): Chan TF, Vese LA. Active contours without edges. IEEE transactions on Image processing. 2001; 10(2): [PubMed: ] 16. Zhang Y, Matuszewski BJ, Shark L, Moore CJ. Medical image segmentation using new hybrid level-set method. 2008: Achanta R, Shaji A, Smith K, Lucchi A, Fua P, Susstrunk S. SLIC superpixels compared to stateof-the-art superpixel methods. IEEE Transactions on Pattern Analysis and Machine Intelligence. 2012; 34(11): [PubMed: ] 18. Boykov Y, Veksler O, Zabih R. Fast approximate energy minimization via graph cuts. IEEE Transactions on Pattern Analysis and Machine Intelligence. 2001; 23(11): Garnier C, Bellanger JJ, Wu K, Shu HZ, Costet N, Mathieu R, de Crevoisier R, Coatrieux JL. Prostate Segmentation in HIFU Therapy. IEEE Transactions on Medical Imaging. 2011; 30(3): [PubMed: ]

8 Tian et al. Page 7 Figure 1. The framework of the proposed method.

9 Tian et al. Page 8 Figure 2. Supervoxels and their geometric relations in the 3D medical image volume.

10 Tian et al. Page 9 Figure 3. Qualitative evaluation results of the proposed method. The first row is one slice from a typical MR volume, while the second row is the adjacent slice of the same volume. The first column is the original slice. The second column is the supervoxel demonstration. Same color between two slices means the same supervoxel. The blue supervoxels are the segmented prostate obtained from the graph cut. In the third column, the blue boundaries of supervoxels that belong to the prostate are superposed on the original slices to demonstrate the good adherence of the superpvoxel to the boundaries of the prostate. The red curves in the fourth column are the final segmentation obtained by using the 3D level set method. The blue curves are the manual segmented ground truth.

11 Tian et al. Page 10 Figure 4. Qualitative results of the proposed method.

12 Tian et al. Page 11 Table 1 Quantitative evaluation of the supervoxel-based prostate segmentation method V01 V02 V03 V04 V05 V06 V07 V08 V09 V10 V11 V12 Avg. Std. DSC(%) RVD(%) HD(mm) ASD(mm) Our proposed method yields a mean DSC of 86.9%±3.2%, the RVD of 2.2%±13.9%, the HD of 7.2mm±1.3mm, and ASD of 1.5mm±0.2mm, which are satisfactory in our application.

A fully automatic multi-atlas based segmentation method for prostate MR images

A fully automatic multi-atlas based segmentation method for prostate MR images A fully automatic multi-atlas based segmentation method for prostate MR images Zhiqiang Tian, Emory University Lizhi Liu, Emory University Baowei Fei, Emory University Journal Title: Proceedings of SPIE

More information

Combining population and patient-specific characteristics for prostate segmentation on 3D CT images

Combining population and patient-specific characteristics for prostate segmentation on 3D CT images Combining population and patient-specific characteristics for prostate segmentation on 3D CT images Ling Ma, Emory University RongRong Guo, Emory University Zhiqiang Tian, Emory University Rajesh Venkataraman,

More information

Automatic 3D Segmentation of Ultrasound Images Using Atlas Registration and Statistical Texture Prior

Automatic 3D Segmentation of Ultrasound Images Using Atlas Registration and Statistical Texture Prior Cum Laude Poster Award Automatic 3D Segmentation of Ultrasound Images Using Atlas Registration and Statistical Texture Prior Xiaofeng Yang 1, David Schuster 1, Viraj Master 2, Peter Nieh 2, Aaron Fenster

More information

NIH Public Access Author Manuscript Proc SPIE. Author manuscript; available in PMC 2013 September 09.

NIH Public Access Author Manuscript Proc SPIE. Author manuscript; available in PMC 2013 September 09. NIH Public Access Author Manuscript Published in final edited form as: Proc SPIE. 2013 February 23; 8314: 83143D. doi:10.1117/12.912028. Automatic 3D Segmentation of the Kidney in MR Images Using Wavelet

More information

Intraoperative Prostate Tracking with Slice-to-Volume Registration in MR

Intraoperative Prostate Tracking with Slice-to-Volume Registration in MR Intraoperative Prostate Tracking with Slice-to-Volume Registration in MR Sean Gill a, Purang Abolmaesumi a,b, Siddharth Vikal a, Parvin Mousavi a and Gabor Fichtinger a,b,* (a) School of Computing, Queen

More information

Auto-Segmentation Using Deformable Image Registration. Disclosure. Objectives 8/4/2011

Auto-Segmentation Using Deformable Image Registration. Disclosure. Objectives 8/4/2011 Auto-Segmentation Using Deformable Image Registration Lei Dong, Ph.D. Dept. of Radiation Physics University of Texas MD Anderson Cancer Center, Houston, Texas AAPM Therapy Educational Course Aug. 4th 2011

More information

PROSTATE DETECTION FROM ABDOMINAL ULTRASOUND IMAGES: A PART BASED APPROACH

PROSTATE DETECTION FROM ABDOMINAL ULTRASOUND IMAGES: A PART BASED APPROACH PROSTATE DETECTION FROM ABDOMINAL ULTRASOUND IMAGES: A PART BASED APPROACH Nur Banu Albayrak 1 Ayşe Betul Oktay 2 Yusuf Sinan Akgul 1 1 GTU Vision Lab, http://vision.gyte.edu.tr Department of Computer

More information

A Hybrid Method for Haemorrhage Segmentation in Trauma Brain CT

A Hybrid Method for Haemorrhage Segmentation in Trauma Brain CT SOLTANINEJAD ET AL.: HAEMORHAGE SEGMENTATION IN BRAIN CT 1 A Hybrid Method for Haemorrhage Segmentation in Trauma Brain CT Mohammadreza Soltaninejad 1 msoltaninejad@lincoln.ac.uk Tryphon Lambrou 1 tlambrou@lincoln.ac.uk

More information

3D Volume Mesh Generation of Human Organs Using Surface Geometries Created from the Visible Human Data Set

3D Volume Mesh Generation of Human Organs Using Surface Geometries Created from the Visible Human Data Set 3D Volume Mesh Generation of Human Organs Using Surface Geometries Created from the Visible Human Data Set John M. Sullivan, Jr., Ziji Wu, and Anand Kulkarni Worcester Polytechnic Institute Worcester,

More information

Medical Image Segmentation Using Descriptive Image Features

Medical Image Segmentation Using Descriptive Image Features YANG, YUAN, LI, YAN: MEDICAL IMAGE SEGMENTATION 1 Medical Image Segmentation Using Descriptive Image Features Meijuan Yang meijuan.yang@opt.ac.cn Yuan Yuan yuany@opt.ac.cn Xuelong Li xuelong_li@opt.ac.cn

More information

Multi-Atlas Segmentation of the Cardiac MR Right Ventricle

Multi-Atlas Segmentation of the Cardiac MR Right Ventricle Multi-Atlas Segmentation of the Cardiac MR Right Ventricle Yangming Ou, Jimit Doshi, Guray Erus, and Christos Davatzikos Section of Biomedical Image Analysis (SBIA) Department of Radiology, University

More information

A multi-atlas approach for prostate segmentation in MR images

A multi-atlas approach for prostate segmentation in MR images A multi-atlas approach for prostate segmentation in MR images Geert Litjens, Nico Karssemeijer, and Henkjan Huisman Diagnostic Image Analysis Group, Radboud University Nijmegen Medical Centre, Nijmegen,

More information

Semantic Context Forests for Learning- Based Knee Cartilage Segmentation in 3D MR Images

Semantic Context Forests for Learning- Based Knee Cartilage Segmentation in 3D MR Images Semantic Context Forests for Learning- Based Knee Cartilage Segmentation in 3D MR Images MICCAI 2013: Workshop on Medical Computer Vision Authors: Quan Wang, Dijia Wu, Le Lu, Meizhu Liu, Kim L. Boyer,

More information

Register cardiac fiber orientations from 3D DTI volume to 2D ultrasound image of rat hearts

Register cardiac fiber orientations from 3D DTI volume to 2D ultrasound image of rat hearts Register cardiac fiber orientations from 3D DTI volume to 2D ultrasound image of rat hearts Xulei Qin, Emory University Silun Wang, Emory University Ming Shen, Emory University Xiaodong Zhang, Emory University

More information

Atlas Based Segmentation of the prostate in MR images

Atlas Based Segmentation of the prostate in MR images Atlas Based Segmentation of the prostate in MR images Albert Gubern-Merida and Robert Marti Universitat de Girona, Computer Vision and Robotics Group, Girona, Spain {agubern,marly}@eia.udg.edu Abstract.

More information

SCALP: Superpixels with Contour Adherence using Linear Path

SCALP: Superpixels with Contour Adherence using Linear Path SCALP: Superpixels with Contour Adherence using Linear Path Rémi Giraud 1,2 remi.giraud@labri.fr with Vinh-Thong Ta 1 and Nicolas Papadakis 2 1 LaBRI CNRS UMR 5800 - University of Bordeaux, FRANCE PICTURA

More information

ADAPTIVE GRAPH CUTS WITH TISSUE PRIORS FOR BRAIN MRI SEGMENTATION

ADAPTIVE GRAPH CUTS WITH TISSUE PRIORS FOR BRAIN MRI SEGMENTATION ADAPTIVE GRAPH CUTS WITH TISSUE PRIORS FOR BRAIN MRI SEGMENTATION Abstract: MIP Project Report Spring 2013 Gaurav Mittal 201232644 This is a detailed report about the course project, which was to implement

More information

Statistical Shape and Probability Prior Model for Automatic Prostate Segmentation

Statistical Shape and Probability Prior Model for Automatic Prostate Segmentation 2011 International Conference on Digital Image Computing: Techniques and Applications Statistical Shape and Probability Prior Model for Automatic Prostate Segmentation Soumya Ghose, Arnau Oliver, Robert

More information

Interactive Differential Segmentation of the Prostate using Graph-Cuts with a Feature Detector-based Boundary Term

Interactive Differential Segmentation of the Prostate using Graph-Cuts with a Feature Detector-based Boundary Term MOSCHIDIS, GRAHAM: GRAPH-CUTS WITH FEATURE DETECTORS 1 Interactive Differential Segmentation of the Prostate using Graph-Cuts with a Feature Detector-based Boundary Term Emmanouil Moschidis emmanouil.moschidis@postgrad.manchester.ac.uk

More information

NIH Public Access Author Manuscript Proc Soc Photo Opt Instrum Eng. Author manuscript; available in PMC 2014 October 07.

NIH Public Access Author Manuscript Proc Soc Photo Opt Instrum Eng. Author manuscript; available in PMC 2014 October 07. NIH Public Access Author Manuscript Published in final edited form as: Proc Soc Photo Opt Instrum Eng. 2014 March 21; 9034: 903442. doi:10.1117/12.2042915. MRI Brain Tumor Segmentation and Necrosis Detection

More information

Title: Adaptive Region Merging Segmentation of Airborne Imagery for Roof Condition Assessment. Abstract:

Title: Adaptive Region Merging Segmentation of Airborne Imagery for Roof Condition Assessment. Abstract: Title: Adaptive Region Merging Segmentation of Airborne Imagery for Roof Condition Assessment Abstract: In order to perform residential roof condition assessment with very-high-resolution airborne imagery,

More information

Hierarchical Shape Statistical Model for Segmentation of Lung Fields in Chest Radiographs

Hierarchical Shape Statistical Model for Segmentation of Lung Fields in Chest Radiographs Hierarchical Shape Statistical Model for Segmentation of Lung Fields in Chest Radiographs Yonghong Shi 1 and Dinggang Shen 2,*1 1 Digital Medical Research Center, Fudan University, Shanghai, 232, China

More information

Sampling-Based Ensemble Segmentation against Inter-operator Variability

Sampling-Based Ensemble Segmentation against Inter-operator Variability Sampling-Based Ensemble Segmentation against Inter-operator Variability Jing Huo 1, Kazunori Okada, Whitney Pope 1, Matthew Brown 1 1 Center for Computer vision and Imaging Biomarkers, Department of Radiological

More information

Auto-contouring the Prostate for Online Adaptive Radiotherapy

Auto-contouring the Prostate for Online Adaptive Radiotherapy Auto-contouring the Prostate for Online Adaptive Radiotherapy Yan Zhou 1 and Xiao Han 1 Elekta Inc., Maryland Heights, MO, USA yan.zhou@elekta.com, xiao.han@elekta.com, Abstract. Among all the organs under

More information

PROSTATE CANCER DETECTION USING LABEL IMAGE CONSTRAINED MULTIATLAS SELECTION

PROSTATE CANCER DETECTION USING LABEL IMAGE CONSTRAINED MULTIATLAS SELECTION PROSTATE CANCER DETECTION USING LABEL IMAGE CONSTRAINED MULTIATLAS SELECTION Ms. Vaibhavi Nandkumar Jagtap 1, Mr. Santosh D. Kale 2 1 PG Scholar, 2 Assistant Professor, Department of Electronics and Telecommunication,

More information

Knowledge-Based Segmentation of Brain MRI Scans Using the Insight Toolkit

Knowledge-Based Segmentation of Brain MRI Scans Using the Insight Toolkit Knowledge-Based Segmentation of Brain MRI Scans Using the Insight Toolkit John Melonakos 1, Ramsey Al-Hakim 1, James Fallon 2 and Allen Tannenbaum 1 1 Georgia Institute of Technology, Atlanta GA 30332,

More information

STIC AmSud Project. Graph cut based segmentation of cardiac ventricles in MRI: a shape-prior based approach

STIC AmSud Project. Graph cut based segmentation of cardiac ventricles in MRI: a shape-prior based approach STIC AmSud Project Graph cut based segmentation of cardiac ventricles in MRI: a shape-prior based approach Caroline Petitjean A joint work with Damien Grosgeorge, Pr Su Ruan, Pr JN Dacher, MD October 22,

More information

DEEP LEARNING WITH ORTHOGONAL VOLUMETRIC HED SEGMENTATION AND 3D SURFACE RECONSTRUCTION MODEL OF PROSTATE MRI

DEEP LEARNING WITH ORTHOGONAL VOLUMETRIC HED SEGMENTATION AND 3D SURFACE RECONSTRUCTION MODEL OF PROSTATE MRI DEEP LEARNING WITH ORTHOGONAL VOLUMETRIC HED SEGMENTATION AND 3D SURFACE RECONSTRUCTION MODEL OF PROSTATE MRI Ruida Cheng a, Nathan Lay b, Francesca Mertan c, Baris Turkbey c, Holger R. Roth b, Le Lu b,

More information

Breast Tissue Classification in Digital Tomosynthesis Images Based on Global Gradient Minimization and Texture Features

Breast Tissue Classification in Digital Tomosynthesis Images Based on Global Gradient Minimization and Texture Features Breast Tissue Classification in Digital Tomosynthesis Images Based on Global Gradient Minimization and Texture Features Xulei Qin, Emory University Guolan Lu, Emory University Ioannis Sechopoulos, Emory

More information

Methodological progress in image registration for ventilation estimation, segmentation propagation and multi-modal fusion

Methodological progress in image registration for ventilation estimation, segmentation propagation and multi-modal fusion Methodological progress in image registration for ventilation estimation, segmentation propagation and multi-modal fusion Mattias P. Heinrich Julia A. Schnabel, Mark Jenkinson, Sir Michael Brady 2 Clinical

More information

ABSTRACT 1. INTRODUCTION 2. METHODS

ABSTRACT 1. INTRODUCTION 2. METHODS Finding Seeds for Segmentation Using Statistical Fusion Fangxu Xing *a, Andrew J. Asman b, Jerry L. Prince a,c, Bennett A. Landman b,c,d a Department of Electrical and Computer Engineering, Johns Hopkins

More information

Automatic Segmentation of Parotids from CT Scans Using Multiple Atlases

Automatic Segmentation of Parotids from CT Scans Using Multiple Atlases Automatic Segmentation of Parotids from CT Scans Using Multiple Atlases Jinzhong Yang, Yongbin Zhang, Lifei Zhang, and Lei Dong Department of Radiation Physics, University of Texas MD Anderson Cancer Center

More information

Automated segmentation methods for liver analysis in oncology applications

Automated segmentation methods for liver analysis in oncology applications University of Szeged Department of Image Processing and Computer Graphics Automated segmentation methods for liver analysis in oncology applications Ph. D. Thesis László Ruskó Thesis Advisor Dr. Antal

More information

City, University of London Institutional Repository

City, University of London Institutional Repository City Research Online City, University of London Institutional Repository Citation: Doan, H., Slabaugh, G.G., Unal, G.B. & Fang, T. (2006). Semi-Automatic 3-D Segmentation of Anatomical Structures of Brain

More information

A Multiple-Layer Flexible Mesh Template Matching Method for Nonrigid Registration between a Pelvis Model and CT Images

A Multiple-Layer Flexible Mesh Template Matching Method for Nonrigid Registration between a Pelvis Model and CT Images A Multiple-Layer Flexible Mesh Template Matching Method for Nonrigid Registration between a Pelvis Model and CT Images Jianhua Yao 1, Russell Taylor 2 1. Diagnostic Radiology Department, Clinical Center,

More information

Superpixel Segmentation using Depth

Superpixel Segmentation using Depth Superpixel Segmentation using Depth Information Superpixel Segmentation using Depth Information David Stutz June 25th, 2014 David Stutz June 25th, 2014 01 Introduction - Table of Contents 1 Introduction

More information

Using Probability Maps for Multi organ Automatic Segmentation

Using Probability Maps for Multi organ Automatic Segmentation Using Probability Maps for Multi organ Automatic Segmentation Ranveer Joyseeree 1,2, Óscar Jiménez del Toro1, and Henning Müller 1,3 1 University of Applied Sciences Western Switzerland (HES SO), Sierre,

More information

Atlas-Based Segmentation of Abdominal Organs in 3D Ultrasound, and its Application in Automated Kidney Segmentation

Atlas-Based Segmentation of Abdominal Organs in 3D Ultrasound, and its Application in Automated Kidney Segmentation University of Toronto Atlas-Based Segmentation of Abdominal Organs in 3D Ultrasound, and its Application in Automated Kidney Segmentation Authors: M. Marsousi, K. N. Plataniotis, S. Stergiopoulos Presenter:

More information

Automatic Optimization of Segmentation Algorithms Through Simultaneous Truth and Performance Level Estimation (STAPLE)

Automatic Optimization of Segmentation Algorithms Through Simultaneous Truth and Performance Level Estimation (STAPLE) Automatic Optimization of Segmentation Algorithms Through Simultaneous Truth and Performance Level Estimation (STAPLE) Mahnaz Maddah, Kelly H. Zou, William M. Wells, Ron Kikinis, and Simon K. Warfield

More information

doi: /

doi: / Yiting Xie ; Anthony P. Reeves; Single 3D cell segmentation from optical CT microscope images. Proc. SPIE 934, Medical Imaging 214: Image Processing, 9343B (March 21, 214); doi:1.1117/12.243852. (214)

More information

doi: /

doi: / Shuang Liu ; Mary Salvatore ; David F. Yankelevitz ; Claudia I. Henschke ; Anthony P. Reeves; Segmentation of the whole breast from low-dose chest CT images. Proc. SPIE 9414, Medical Imaging 2015: Computer-Aided

More information

Attribute Similarity and Mutual-Saliency Weighting for Registration and Label Fusion

Attribute Similarity and Mutual-Saliency Weighting for Registration and Label Fusion Attribute Similarity and Mutual-Saliency Weighting for Registration and Label Fusion Yangming Ou, Jimit Doshi, Guray Erus, and Christos Davatzikos Section of Biomedical Image Analysis (SBIA) Department

More information

Lesion Segmentation and Bias Correction in Breast Ultrasound B-mode Images Including Elastography Information

Lesion Segmentation and Bias Correction in Breast Ultrasound B-mode Images Including Elastography Information Lesion Segmentation and Bias Correction in Breast Ultrasound B-mode Images Including Elastography Information Gerard Pons a, Joan Martí a, Robert Martí a, Mariano Cabezas a, Andrew di Battista b, and J.

More information

Robot localization method based on visual features and their geometric relationship

Robot localization method based on visual features and their geometric relationship , pp.46-50 http://dx.doi.org/10.14257/astl.2015.85.11 Robot localization method based on visual features and their geometric relationship Sangyun Lee 1, Changkyung Eem 2, and Hyunki Hong 3 1 Department

More information

Supervoxel Classification Forests for Estimating Pairwise Image Correspondences

Supervoxel Classification Forests for Estimating Pairwise Image Correspondences Supervoxel Classification Forests for Estimating Pairwise Image Correspondences Fahdi Kanavati 1, Tong Tong 1, Kazunari Misawa 2, Michitaka Fujiwara 3, Kensaku Mori 4, Daniel Rueckert 1, and Ben Glocker

More information

A Review on Label Image Constrained Multiatlas Selection

A Review on Label Image Constrained Multiatlas Selection A Review on Label Image Constrained Multiatlas Selection Ms. VAIBHAVI NANDKUMAR JAGTAP 1, Mr. SANTOSH D. KALE 2 1PG Scholar, Department of Electronics and Telecommunication, SVPM College of Engineering,

More information

DEPTH-ADAPTIVE SUPERVOXELS FOR RGB-D VIDEO SEGMENTATION. Alexander Schick. Fraunhofer IOSB Karlsruhe

DEPTH-ADAPTIVE SUPERVOXELS FOR RGB-D VIDEO SEGMENTATION. Alexander Schick. Fraunhofer IOSB Karlsruhe DEPTH-ADAPTIVE SUPERVOXELS FOR RGB-D VIDEO SEGMENTATION David Weikersdorfer Neuroscientific System Theory Technische Universität München Alexander Schick Fraunhofer IOSB Karlsruhe Daniel Cremers Computer

More information

3D Prostate Segmentation of Ultrasound Images Combining Longitudinal Image Registration and Machine Learning

3D Prostate Segmentation of Ultrasound Images Combining Longitudinal Image Registration and Machine Learning 3D Prostate Segmentation of Ultrasound Images Combining Longitudinal Image Registration and Machine Learning Xiaofeng Yang 1 and Baowei Fei 1,2,* 1 Department of Radiology and Imaging Sciences, Emory University,

More information

Learning-based Neuroimage Registration

Learning-based Neuroimage Registration Learning-based Neuroimage Registration Leonid Teverovskiy and Yanxi Liu 1 October 2004 CMU-CALD-04-108, CMU-RI-TR-04-59 School of Computer Science Carnegie Mellon University Pittsburgh, PA 15213 Abstract

More information

Scene-Based Segmentation of Multiple Muscles from MRI in MITK

Scene-Based Segmentation of Multiple Muscles from MRI in MITK Scene-Based Segmentation of Multiple Muscles from MRI in MITK Yan Geng 1, Sebastian Ullrich 2, Oliver Grottke 3, Rolf Rossaint 3, Torsten Kuhlen 2, Thomas M. Deserno 1 1 Department of Medical Informatics,

More information

Segmentation of the Pectoral Muscle in Breast MRI Using Atlas-Based Approaches

Segmentation of the Pectoral Muscle in Breast MRI Using Atlas-Based Approaches Segmentation of the Pectoral Muscle in Breast MRI Using Atlas-Based Approaches Albert Gubern-Mérida 1, Michiel Kallenberg 2, Robert Martí 1, and Nico Karssemeijer 2 1 University of Girona, Spain {agubern,marly}@eia.udg.edu

More information

Automatic segmentation of the cortical grey and white matter in MRI using a Region Growing approach based on anatomical knowledge

Automatic segmentation of the cortical grey and white matter in MRI using a Region Growing approach based on anatomical knowledge Automatic segmentation of the cortical grey and white matter in MRI using a Region Growing approach based on anatomical knowledge Christian Wasserthal 1, Karin Engel 1, Karsten Rink 1 und André Brechmann

More information

Learning Algorithms for Medical Image Analysis. Matteo Santoro slipguru

Learning Algorithms for Medical Image Analysis. Matteo Santoro slipguru Learning Algorithms for Medical Image Analysis Matteo Santoro slipguru santoro@disi.unige.it June 8, 2010 Outline 1. learning-based strategies for quantitative image analysis 2. automatic annotation of

More information

Non-rigid Image Registration

Non-rigid Image Registration Overview Non-rigid Image Registration Introduction to image registration - he goal of image registration - Motivation for medical image registration - Classification of image registration - Nonrigid registration

More information

MEDICAL IMAGE COMPUTING (CAP 5937) LECTURE 10: Medical Image Segmentation as an Energy Minimization Problem

MEDICAL IMAGE COMPUTING (CAP 5937) LECTURE 10: Medical Image Segmentation as an Energy Minimization Problem SPRING 06 MEDICAL IMAGE COMPUTING (CAP 97) LECTURE 0: Medical Image Segmentation as an Energy Minimization Problem Dr. Ulas Bagci HEC, Center for Research in Computer Vision (CRCV), University of Central

More information

Superpixels Generating from the Pixel-based K-Means Clustering

Superpixels Generating from the Pixel-based K-Means Clustering Superpixels Generating from the Pixel-based K-Means Clustering Shang-Chia Wei, Tso-Jung Yen Institute of Statistical Science Academia Sinica Taipei, Taiwan 11529, R.O.C. wsc@stat.sinica.edu.tw, tjyen@stat.sinica.edu.tw

More information

Automatized & Interactive. Muscle tissues characterization using. Na MRI

Automatized & Interactive. Muscle tissues characterization using. Na MRI Automatized & Interactive Human Skeletal Muscle Segmentation Muscle tissues characterization using 23 Na MRI Noura Azzabou 30 April 2013 What is muscle segmentation? Axial slice of the thigh of a healthy

More information

Elastic Registration of Prostate MR Images Based on State Estimation of Dynamical Systems

Elastic Registration of Prostate MR Images Based on State Estimation of Dynamical Systems Elastic Registration of Prostate MR Images Based on State Estimation of Dynamical Systems Bahram Marami a,b,c, Suha Ghoul a, Shahin Sirouspour c, David W. Capson d, Sean R. H. Davidson e, John Trachtenberg

More information

An ITK Filter for Bayesian Segmentation: itkbayesianclassifierimagefilter

An ITK Filter for Bayesian Segmentation: itkbayesianclassifierimagefilter An ITK Filter for Bayesian Segmentation: itkbayesianclassifierimagefilter John Melonakos 1, Karthik Krishnan 2 and Allen Tannenbaum 1 1 Georgia Institute of Technology, Atlanta GA 30332, USA {jmelonak,

More information

Segmentation in electron microscopy images

Segmentation in electron microscopy images Segmentation in electron microscopy images Aurelien Lucchi, Kevin Smith, Yunpeng Li Bohumil Maco, Graham Knott, Pascal Fua. http://cvlab.epfl.ch/research/medical/neurons/ Outline Automated Approach to

More information

Simultaneous Model-based Segmentation of Multiple Objects

Simultaneous Model-based Segmentation of Multiple Objects Simultaneous Model-based Segmentation of Multiple Objects Astrid Franz 1, Robin Wolz 1, Tobias Klinder 1,2, Cristian Lorenz 1, Hans Barschdorf 1, Thomas Blaffert 1, Sebastian P. M. Dries 1, Steffen Renisch

More information

A Multi-Modal Prostate Segmentation Scheme by Combining Spectral Clustering and Active Shape Models

A Multi-Modal Prostate Segmentation Scheme by Combining Spectral Clustering and Active Shape Models A Multi-Modal Prostate Segmentation Scheme by Combining Spectral Clustering and Active Shape Models Robert Toth a, Pallavi Tiwari a, Mark Rosen b, Arjun Kalyanpur c, Sona Pungavkar d, Anant Madabhushi

More information

REAL-TIME ADAPTIVITY IN HEAD-AND-NECK AND LUNG CANCER RADIOTHERAPY IN A GPU ENVIRONMENT

REAL-TIME ADAPTIVITY IN HEAD-AND-NECK AND LUNG CANCER RADIOTHERAPY IN A GPU ENVIRONMENT REAL-TIME ADAPTIVITY IN HEAD-AND-NECK AND LUNG CANCER RADIOTHERAPY IN A GPU ENVIRONMENT Anand P Santhanam Assistant Professor, Department of Radiation Oncology OUTLINE Adaptive radiotherapy for head and

More information

COMPARISON OF OBJECTIVE FUNCTIONS IN CNN-BASED PROSTATE MAGNETIC RESONANCE IMAGE SEGMENTATION

COMPARISON OF OBJECTIVE FUNCTIONS IN CNN-BASED PROSTATE MAGNETIC RESONANCE IMAGE SEGMENTATION COMPARISON OF OBJECTIVE FUNCTIONS IN CNN-BASED PROSTATE MAGNETIC RESONANCE IMAGE SEGMENTATION Juhyeok Mun, Won-Dong Jang, Deuk Jae Sung, Chang-Su Kim School of Electrical Engineering, Korea University,

More information

Hybrid Spline-based Multimodal Registration using a Local Measure for Mutual Information

Hybrid Spline-based Multimodal Registration using a Local Measure for Mutual Information Hybrid Spline-based Multimodal Registration using a Local Measure for Mutual Information Andreas Biesdorf 1, Stefan Wörz 1, Hans-Jürgen Kaiser 2, Karl Rohr 1 1 University of Heidelberg, BIOQUANT, IPMB,

More information

Robust boundary detection and tracking of left ventricles on ultrasound images using active shape model and ant colony optimization

Robust boundary detection and tracking of left ventricles on ultrasound images using active shape model and ant colony optimization Bio-Medical Materials and Engineering 4 (04) 893 899 DOI 0.333/BME-408 IOS Press 893 Robust boundary detection and tracking of left ventricles on ultrasound images using active shape model and ant colony

More information

MEDICAL IMAGE COMPUTING (CAP 5937) LECTURE 10: Medical Image Segmentation as an Energy Minimization Problem

MEDICAL IMAGE COMPUTING (CAP 5937) LECTURE 10: Medical Image Segmentation as an Energy Minimization Problem SPRING 07 MEDICAL IMAGE COMPUTING (CAP 97) LECTURE 0: Medical Image Segmentation as an Energy Minimization Problem Dr. Ulas Bagci HEC, Center for Research in Computer Vision (CRCV), University of Central

More information

A Systematic Analysis System for CT Liver Image Classification and Image Segmentation by Local Entropy Method

A Systematic Analysis System for CT Liver Image Classification and Image Segmentation by Local Entropy Method A Systematic Analysis System for CT Liver Image Classification and Image Segmentation by Local Entropy Method A.Anuja Merlyn 1, A.Anuba Merlyn 2 1 PG Scholar, Department of Computer Science and Engineering,

More information

Knowledge-Based Segmentation of Brain MRI Scans Using the Insight Toolkit

Knowledge-Based Segmentation of Brain MRI Scans Using the Insight Toolkit Knowledge-Based Segmentation of Brain MRI Scans Using the Insight Toolkit John Melonakos 1, Ramsey Al-Hakim 1, James Fallon 2 and Allen Tannenbaum 1 1 Georgia Institute of Technology, Atlanta GA 30332,

More information

3D Tongue Motion from Tagged and Cine MR Images

3D Tongue Motion from Tagged and Cine MR Images 3D Tongue Motion from Tagged and Cine MR Images Fangxu Xing 1, Jonghye Woo 1,2,EmiZ.Murano 3, Junghoon Lee 1,4, Maureen Stone 2, and Jerry L. Prince 1 1 Department of Electrical and Computer Engineering,

More information

Comparison of Vessel Segmentations Using STAPLE

Comparison of Vessel Segmentations Using STAPLE Comparison of Vessel Segmentations Using STAPLE Julien Jomier, Vincent LeDigarcher, and Stephen R. Aylward Computer-Aided Diagnosis and Display Lab, The University of North Carolina at Chapel Hill, Department

More information

An MRI-based Attenuation Correction Method for Combined PET/MRI Applications

An MRI-based Attenuation Correction Method for Combined PET/MRI Applications An MRI-based Attenuation Correction Method for Combined PET/MRI Applications Baowei Fei *, Xiaofeng Yang, Hesheng Wang Departments of Radiology, Emory University, Atlanta, GA Department of Biomedical Engineering

More information

Prostate Cancer : Computer Aided-Diagnosis on Multiparametric MRI

Prostate Cancer : Computer Aided-Diagnosis on Multiparametric MRI Prostate Cancer : Computer Aided-Diagnosis on Multiparametric MRI Laura Marin a and Daniel Racoceanu b and Raphaele Renard Penna c and Malek Ezziane d a Pontifical Catholic University of Peru, Engineering

More information

Comparison of Vessel Segmentations using STAPLE

Comparison of Vessel Segmentations using STAPLE Comparison of Vessel Segmentations using STAPLE Julien Jomier, Vincent LeDigarcher, and Stephen R. Aylward Computer-Aided Diagnosis and Display Lab The University of North Carolina at Chapel Hill, Department

More information

Efficient 3D Endfiring TRUS Prostate Segmentation with Globally Optimized Rotational Symmetry

Efficient 3D Endfiring TRUS Prostate Segmentation with Globally Optimized Rotational Symmetry 2013 IEEE Conference on Computer Vision and Pattern Recognition Efficient 3D Endfiring TRUS Prostate Segmentation with Globally Optimized Rotational Symmetry Jing Yuan, Wu Qiu, Eranga Ukwatta, Martin Rajchl

More information

Prototype of Silver Corpus Merging Framework

Prototype of Silver Corpus Merging Framework www.visceral.eu Prototype of Silver Corpus Merging Framework Deliverable number D3.3 Dissemination level Public Delivery data 30.4.2014 Status Authors Final Markus Krenn, Allan Hanbury, Georg Langs This

More information

Comparison Study of Clinical 3D MRI Brain Segmentation Evaluation

Comparison Study of Clinical 3D MRI Brain Segmentation Evaluation Comparison Study of Clinical 3D MRI Brain Segmentation Evaluation Ting Song 1, Elsa D. Angelini 2, Brett D. Mensh 3, Andrew Laine 1 1 Heffner Biomedical Imaging Laboratory Department of Biomedical Engineering,

More information

MARS: Multiple Atlases Robust Segmentation

MARS: Multiple Atlases Robust Segmentation Software Release (1.0.1) Last updated: April 30, 2014. MARS: Multiple Atlases Robust Segmentation Guorong Wu, Minjeong Kim, Gerard Sanroma, and Dinggang Shen {grwu, mjkim, gerard_sanroma, dgshen}@med.unc.edu

More information

Clinical Prospects and Technological Challenges for Multimodality Imaging Applications in Radiotherapy Treatment Planning

Clinical Prospects and Technological Challenges for Multimodality Imaging Applications in Radiotherapy Treatment Planning Clinical Prospects and Technological Challenges for Multimodality Imaging Applications in Radiotherapy Treatment Planning Issam El Naqa, PhD Assistant Professor Department of Radiation Oncology Washington

More information

A Ray-based Approach for Boundary Estimation of Fiber Bundles Derived from Diffusion Tensor Imaging

A Ray-based Approach for Boundary Estimation of Fiber Bundles Derived from Diffusion Tensor Imaging A Ray-based Approach for Boundary Estimation of Fiber Bundles Derived from Diffusion Tensor Imaging M. H. A. Bauer 1,3, S. Barbieri 2, J. Klein 2, J. Egger 1,3, D. Kuhnt 1, B. Freisleben 3, H.-K. Hahn

More information

Segmenting Glioma in Multi-Modal Images using a Generative Model for Brain Lesion Segmentation

Segmenting Glioma in Multi-Modal Images using a Generative Model for Brain Lesion Segmentation Segmenting Glioma in Multi-Modal Images using a Generative Model for Brain Lesion Segmentation Bjoern H. Menze 1,2, Koen Van Leemput 3, Danial Lashkari 4 Marc-André Weber 5, Nicholas Ayache 2, and Polina

More information

Automatic Detection and Segmentation of Kidneys in Magnetic Resonance Images Using Image Processing Techniques

Automatic Detection and Segmentation of Kidneys in Magnetic Resonance Images Using Image Processing Techniques Biomedical Statistics and Informatics 2017; 2(1): 22-26 http://www.sciencepublishinggroup.com/j/bsi doi: 10.11648/j.bsi.20170201.15 Automatic Detection and Segmentation of Kidneys in Magnetic Resonance

More information

method for prostate segmentation of Magnetic Resonance Images Methods: The method is based on the registration of an anatomical atlas

method for prostate segmentation of Magnetic Resonance Images Methods: The method is based on the registration of an anatomical atlas myjournal manuscript No. (will be inserted by the editor) Atlas-Based Prostate Segmentation Using an Hybrid Registration Sébastien Martin 1, Vincent Daneen 2, Jocelyne Troccaz 1 1 Laboratoire TIMC-IMAG,

More information

RADIOMICS: potential role in the clinics and challenges

RADIOMICS: potential role in the clinics and challenges 27 giugno 2018 Dipartimento di Fisica Università degli Studi di Milano RADIOMICS: potential role in the clinics and challenges Dr. Francesca Botta Medical Physicist Istituto Europeo di Oncologia (Milano)

More information

3D Brain Segmentation Using Active Appearance Models and Local Regressors

3D Brain Segmentation Using Active Appearance Models and Local Regressors 3D Brain Segmentation Using Active Appearance Models and Local Regressors K.O. Babalola, T.F. Cootes, C.J. Twining, V. Petrovic, and C.J. Taylor Division of Imaging Science and Biomedical Engineering,

More information

NIH Public Access Author Manuscript Proc IEEE Int Symp Biomed Imaging. Author manuscript; available in PMC 2014 November 15.

NIH Public Access Author Manuscript Proc IEEE Int Symp Biomed Imaging. Author manuscript; available in PMC 2014 November 15. NIH Public Access Author Manuscript Published in final edited form as: Proc IEEE Int Symp Biomed Imaging. 2013 April ; 2013: 748 751. doi:10.1109/isbi.2013.6556583. BRAIN TUMOR SEGMENTATION WITH SYMMETRIC

More information

WERITAS - Weighted Ensemble of Regional Image Textures for ASM Segmentation

WERITAS - Weighted Ensemble of Regional Image Textures for ASM Segmentation Best Student Paper Award WERITAS - Weighted Ensemble of Regional Image Textures for ASM Segmentation Robert Toth a, Scott Doyle a, Mark Rosen b, Arjun Kalyanpur c, Sona Pungavkar d, B. Nicolas Bloch e,

More information

Shape-Based Kidney Detection and Segmentation in Three-Dimensional Abdominal Ultrasound Images

Shape-Based Kidney Detection and Segmentation in Three-Dimensional Abdominal Ultrasound Images University of Toronto Shape-Based Kidney Detection and Segmentation in Three-Dimensional Abdominal Ultrasound Images Authors: M. Marsousi, K. N. Plataniotis, S. Stergiopoulos Presenter: M. Marsousi, M.

More information

Fully Automatic Multi-organ Segmentation based on Multi-boost Learning and Statistical Shape Model Search

Fully Automatic Multi-organ Segmentation based on Multi-boost Learning and Statistical Shape Model Search Fully Automatic Multi-organ Segmentation based on Multi-boost Learning and Statistical Shape Model Search Baochun He, Cheng Huang, Fucang Jia Shenzhen Institutes of Advanced Technology, Chinese Academy

More information

NIH Public Access Author Manuscript Proc SPIE. Author manuscript; available in PMC 2010 December 1.

NIH Public Access Author Manuscript Proc SPIE. Author manuscript; available in PMC 2010 December 1. NIH Public Access Author Manuscript Published in final edited form as: Proc SPIE. 2010 February 23; 7625(8): 76251A. Design of a predictive targeting error simulator for MRI-guided prostate biopsy Shachar

More information

PCG-Cut: Graph Driven Segmentation of the Prostate Central Gland

PCG-Cut: Graph Driven Segmentation of the Prostate Central Gland PCG-Cut: Graph Driven Segmentation of the Prostate Central Gland Jan Egger* Department of Medicine, University Hospital of Marburg (UKGM), Marburg, Hesse, Germany Abstract Prostate cancer is the most abundant

More information

Medical Image Segmentation

Medical Image Segmentation Medical Image Segmentation Xin Yang, HUST *Collaborated with UCLA Medical School and UCSB Segmentation to Contouring ROI Aorta & Kidney 3D Brain MR Image 3D Abdominal CT Image Liver & Spleen Caudate Nucleus

More information

CHAPTER 6 MODIFIED FUZZY TECHNIQUES BASED IMAGE SEGMENTATION

CHAPTER 6 MODIFIED FUZZY TECHNIQUES BASED IMAGE SEGMENTATION CHAPTER 6 MODIFIED FUZZY TECHNIQUES BASED IMAGE SEGMENTATION 6.1 INTRODUCTION Fuzzy logic based computational techniques are becoming increasingly important in the medical image analysis arena. The significant

More information

NIH Public Access Author Manuscript Med Image Comput Comput Assist Interv. Author manuscript; available in PMC 2013 May 07.

NIH Public Access Author Manuscript Med Image Comput Comput Assist Interv. Author manuscript; available in PMC 2013 May 07. NIH Public Access Author Manuscript Published in final edited form as: Med Image Comput Comput Assist Interv. 2005 ; 8(0 2): 459 467. Multiscale 3D Shape Analysis using Spherical Wavelets Delphine Nain

More information

Automatic MS Lesion Segmentation by Outlier Detection and Information Theoretic Region Partitioning Release 0.00

Automatic MS Lesion Segmentation by Outlier Detection and Information Theoretic Region Partitioning Release 0.00 Automatic MS Lesion Segmentation by Outlier Detection and Information Theoretic Region Partitioning Release 0.00 Marcel Prastawa 1 and Guido Gerig 1 Abstract July 17, 2008 1 Scientific Computing and Imaging

More information

High Accuracy Region Growing Segmentation Technique for Magnetic Resonance and Computed Tomography Images with Weak Boundaries

High Accuracy Region Growing Segmentation Technique for Magnetic Resonance and Computed Tomography Images with Weak Boundaries High Accuracy Region Growing Segmentation Technique for Magnetic Resonance and Computed Tomography Images with Weak Boundaries Ahmed Ayman * Takuya Funatomi Michihiko Minoh Academic Center for Computing

More information

Computer-Aided Diagnosis in Abdominal and Cardiac Radiology Using Neural Networks

Computer-Aided Diagnosis in Abdominal and Cardiac Radiology Using Neural Networks Computer-Aided Diagnosis in Abdominal and Cardiac Radiology Using Neural Networks Du-Yih Tsai, Masaru Sekiya and Yongbum Lee Department of Radiological Technology, School of Health Sciences, Faculty of

More information

Spectral Clustering Algorithms for Ultrasound Image Segmentation

Spectral Clustering Algorithms for Ultrasound Image Segmentation Spectral Clustering Algorithms for Ultrasound Image Segmentation Neculai Archip 1, Robert Rohling 2, Peter Cooperberg 3, Hamid Tahmasebpour 3, and Simon K. Warfield 1 1 Computational Radiology Laboratory,

More information

Validation of Image Segmentation and Expert Quality with an Expectation-Maximization Algorithm

Validation of Image Segmentation and Expert Quality with an Expectation-Maximization Algorithm Validation of Image Segmentation and Expert Quality with an Expectation-Maximization Algorithm Simon K. Warfield, Kelly H. Zou, and William M. Wells Computational Radiology Laboratory and Surgical Planning

More information

Analysis of CMR images within an integrated healthcare framework for remote monitoring

Analysis of CMR images within an integrated healthcare framework for remote monitoring Analysis of CMR images within an integrated healthcare framework for remote monitoring Abstract. We present a software for analyzing Cardiac Magnetic Resonance (CMR) images. This tool has been developed

More information