Left Ventricle Endocardium Segmentation for Cardiac CT Volumes Using an Optimal Smooth Surface

Size: px
Start display at page:

Download "Left Ventricle Endocardium Segmentation for Cardiac CT Volumes Using an Optimal Smooth Surface"

Transcription

1 Left Ventricle Endocardium Segmentation for Cardiac CT Volumes Using an Optimal Smooth Surface Yefeng Zheng a, Bogdan Georgescu a, Fernando Vega-Higuera b, and Dorin Comaniciu a a Integrated Data Systems Department, Siemens Corporate Research, Princeton, NJ, USA b Computed Tomography, Siemens Healthcare, Forchheim, Germany ABSTRACT We recently proposed a robust heart chamber segmentation approach based on marginal space learning. 1, 2 In this paper, we focus on improving the LV endocardium segmentation accuracy by searching for an optimal smooth mesh that tightly encloses the whole blood pool. The refinement procedure is formulated as an optimization problem: maximizing the surface smoothness under the tightness constraint. The formulation is a convex quadratic programming problem, therefore has a unique global optimum and can be solved efficiently. Our approach has been validated on the largest cardiac CT dataset (457 volumes from 186 patients) ever reported. Compared to our previous work, it reduces the mean point-to-mesh error from 1.13 mm to 0.84 mm (22% improvement). Additionally, the system has been extensively tested on a dataset with volumes without any major failure. Keywords: Heart segmentation, 3D object segmentation, optimal smooth surface 1. INTRODUCTION Recently, we see more and more applications of machine learning to exploit a large expert annotated dataset for non-rigid shape detection and segmentation. Previously, we proposed an efficient learning based approach, marginal space learning (MSL), to detect and segment all four heart chambers from cardiac computed tomography (CT) volumes. 1, 2 In this paper, we focus on improving the accuracy of left ventricle (LV) endocardium segmentation. As shown in Fig. 1, the goal for LV endocardium segmentation is to use a smooth mesh to tightly enclose the whole blood pool, including the papillary muscles and trabeculations. (To measure LV volumes, there are various preferences among cardiologists on whether to include or exclude the papillary muscles from blood pool. Our system can do either way as shown in Section 3.) In our previous system, 1, 2 the mesh smoothness is enforced by projecting the mesh onto a subspace of the statistical shape model defined by a large set of training shapes based on principal component analysis (PCA). 3 The segmentation result is quite good and robust even for volumes with low contrast and severe streak artifacts. For volumes with high contrast, a small error in boundary delineation is observable. Therefore, the accuracy requirement for these volumes should be much higher than those with low contrast (where we cannot see the boundary clearly). Fig. 1b show such an example where the segmented LV endocardium by our previous system may traverse blood pool, instead of enclosing whole blood pool. Though the errors are quite small, they are clearly visible. In this paper, we propose an optimization based approach to search for an optimal smooth surface that tightly encloses the whole blood pool. Given the segmentation results for both LV endocardium and epicardium from our previous system, 1, 2 we extract the blood pool using histogram-based optimal adaptive thresholding (as shown in Fig. 1a), which minimizes the tissue classification error for blood pool and myocardium. We project the endocardium mesh onto the extracted blood pool, resulting in a zigzagged shape that tightly encloses the whole blood pool. Though smoothness can be enforced by PCA subspace projection, 3 the tightness constraint is not satisfied. Another problem is that the PCA shape space (which can only represent a shape as a linear combination of the training set) cannot cover all shape variations encountered in real applications. There are a few generic mesh smoothing techniques in the literature. The Lapalacian smoothing method is an iterative approach where, in each iteration, a vertex is updated with a weighted average of itself and its neighbors. 4 Lapalacian smoothing acts as a low pass filter, therefore it suffers from the shrinkage problem: when Further information: Send correspondence to Yefeng Zheng, yefeng.zheng@siemens.com.

2 (a) (b) (c) Figure 1. Illustration of left ventricle endocardium (green) segmentation by using a smooth mesh to tightly enclose the whole blood pool. (a) Original data with blood pool labeled (the region enclosed by the red contour). (b) Segmentation result using our previous learning based method. 2 (c) After refinement using the proposed approach. Here, we also show the segmented epicardium (magenta) by our system. the smoothing method is applied iteratively a large number of times, a shape eventually collapses to a point. Recently, Li et al. 5 proposed a graph cut based method to maximize the boundary detection score under a smoothness constraint. However, their objective function lacks an explicit smoothness measurement. Instead, we propose a novel optimization based approach by maximizing an explicit mesh smoothness measurement under the constraint that the mesh should tightly enclose the whole blood pool, as shown in Fig. 1c. We prove that our objective function is a strictly convex quadratic function with a unique global optimal solution. Therefore, a bunch of efficient methods 6, 7 are readily available in the literature to solve the optimization problem. In summary, we make the following contributions. 1. We propose an optimization based approach that explicitly maximizes a smoothness measurement while satisfies the tightness constraint. 2. We show that the optimization problem is a convex quadratic programming problem, therefore has a unique global optimum and can be solved efficiently. 3. We significantly improve LV endocardium segmentation accuracy, reducing the error from 1.13 mm to 0.84 mm (22% improvement). For most volumes, no manual correction is necessary after automatic segmentation. 4. Our system can provide LV volume measurements for both including and excluding papillary muscles. 5. The whole automatic segmentation procedure takes about 1.2 seconds and has been quantitatively validated on a dataset (457 volumes from 186 patients), which is significantly larger than those reported in the literature. The remaining of the paper is organized as following. In Section 2, we briefly review our previous heart chamber segmentation system using marginal space learning. We discuss blood pool extraction using adaptive optimal thresholding in Section 3. Section 4 presents the proposed method to search for an optimal smooth mesh that tightly encloses the extracted blood pool for LV endocardium segmentation. We compare the proposed method with other mesh smoothing techniques in Section 5. A brief conclusion is presented in Section AUTOMATIC HEART CHAMBER SEGMENTATION USING MARGINAL SPACE LEARNING In this section, we give a brief overview of our previous heart chamber segmentation approach using marginal space learning (MSL). Interested readers are referred to our other publications 1, 2 for more details. Our technique

3 3D Volume Object localization with marginal space learning Position Estimation Position- Orientation Estimation Position- Orientation-Scale Estimation Non-rigid Deformation Estimation Result Figure 2. Diagram of our original heart chamber segmentation system. 2 is based on recent advances in learning discriminative object models and we exploit a large database of annotated CT volumes. We formulate the segmentation as a two-step learning problem: anatomical structure localization and boundary delineation. Object localization (or detection) is required for an automatic segmentation system and discriminative learning approaches have proved to be efficient and robust for solving 2D problems. 8, 9 Recently, we proposed marginal space learning (MSL) to apply machine learning to 3D object detection. The idea of MSL is not to learn a classifier directly in the full similarity transformation parameter space but to incrementally learn classifiers on marginal spaces. As the dimensionality increases, the valid (positive) space region becomes more restricted by previous marginal space classifiers. In our case, we split the estimation into three problems: position estimation, position-orientation estimation, and position-orientation-scale estimation. Fig. 2 shows the system diagram. Besides reducing the searching space significantly, there is another advantage using MSL: we can use different features or learning methods in each step. For example, in the position estimation step, since we treat rotation as an intra-class variation, we can use the efficient 3D Haar features. 10 In the position-orientation and position-orientation-scale estimation steps, we introduce the steerable features. Steerable features constitute a very flexible framework where the idea is to sample a few points from the volume under a special pattern. We extract a few local features for each sampling point, such as voxel intensity and gradient. To evaluate the steerable features under a specified orientation, we only need to steer the sampling pattern and no volume rotation is involved. After the first stage, we get the position, orientation, and scale of the object. We align the mean shape with the estimated transformation to get a rough estimate of the object shape. We then deform the shape to fit the object boundary. Active shape models (ASM) 3 are widely used to deform an initial estimate of a non-rigid shape under the guidance of the image evidence and the shape priori. Non-learning based generic boundary detector in the original ASM 3 does not work in our application due to the complex background and weak edges. We use a learning based method to exploit more image evidences to achieve a robust boundary detection. Fig. 3 shows several examples for heart chamber segmentation. Our approach is robust even under severe streak artifacts as shown by the second example in the figure. The mean point-to-mesh error, E p2m, ranges form 1.13 mm to 1.57 mm for different chambers. MSL provides a generic framework for automatic object detection. It has been successfully applied to many 3D anatomical structure detection problems in medical imaging (e.g., ileocecal valves, 11 polyps, 12 and livers in abdominal CT, 13 brain tissues 14 and heart chambers 15, 16 in ultrasound images). 3. LV BLOOD POOL EXTRACTION Voxel intensity thresholding is commonly used in the previous work 17, 18 to extract blood pool since normally blood pool has a higher intensity than papillary muscles and myocardium. However, a preset threshold does not work well due to variations in the use of contrast agents. An optimal threshold should be tuned for each volume. In this paper, we propose an automatic scheme to determine the optimal threshold based on the initial segmentation of LV endocardium and epicardium using the approach discussed in Section 2. We calculate two histograms of the voxel intensity, one for all voxels enclosed by the endocardium surface (most of them from blood pool with a few from papillary muscles) and the other for all voxels enclosed between endocardium and epicardium surfaces (which is myocardium). As shown by the first example in Fig. 4, for volumes with high contrast, these histograms are well separated with slight overlapping in the middle. The optimal threshold

4 Figure 3. Examples of heart chamber segmentation in 3D CT volumes with green for LV endocardium surface, magenta for LV epicardium surface, cyan for LA, brown for RV, and blue for RA. Each row represents three orthogonal views of a volume. (which is 212 HU for this volume) can be quickly searched for to minimize the overall voxel classification error. We do observe that histograms of the blood pool and myocardium may have large overlap for volumes with low contrast and the extracted blood pool may contain some errors (see the second example in Fig. 4). Therefore, if the tissue classification error is larger than a threshold, we stick with the initial learning based segmentation without applying any further refinement. After getting the optimal threshold, we can easily classify those voxels enclosed by the endocardium surface as blood pool or papillary muscles. One issue is that the automatic segmentation algorithm is not perfect around the boundary: a portion of blood pool may be segmented as myocardium and vice verse. We can correct such minor segmentation errors by expanding the endocardium mesh a little bit (5 mm) before voxel intensity thresholding. After thresholding, connected component analysis is performed for voxels with intensity larger than

5 Figure 4. Voxel intensity histograms of blood pool and myocardium. The left column shows the volumes and the right column shows the corresponding histograms together with the optimal threshold to distinguish blood pool and myocardium. the threshold. Only the largest component is preserved as blood pool and small isolated pieces are discarded. Fig. 5 shows the region of the extracted blood pool (red) overlapped with the original segmentation results of LV endocardium (green) and epicardium (magenta). We can see that small segmentation errors are corrected. After that, we project the LV endocardium mesh onto the extracted blood pool. The resulted mesh tightly encloses the whole blood pool, but not smooth. In the next section, we present our optimization based approach to search for an optimal mesh satisfying both the smoothness and tightness constraints. As a by-product of blood pool extraction, we can easily calculate LV volumes for both including and excluding papillary muscles. For the former, we just need to calculate the volume enclosed by LV endocardium surface. For the latter, we count the number of voxels of the extracted blood pool and convert it to a volume measurement easily since we know the CT scanning resolutions. 4. OPTIMAL SMOOTH SURFACE FOR LV ENDOCARDIUM SEGMENTATION In this section, we present our optimization based surface smoothing method. 4.1 Optimization Based Surface Smoothing The smoothness of a surface, S, is often measured by the sum of squares of derivative as SM(S) = S 2 ds. (1)

6 Figure 5. An example of left ventricle (LV) blood pool extraction. The extracted blood pool (red) is overlapped with the initial segmentation of LV endocardium (green) and epicardium (magenta). Three orthogonal views from the same volume are shown in each row. The top row visualize the blood pool as an unfilled region and the bottom row visualizes the same blood pool as a filled region. A smaller SM represents a smoother surface. In reality, a discrete surface (e.g., a polyhedral surface) is often used to represent the boundary of a 3D object. We represent a polyhedral surface as a graph S = {V, F }, where V is an array of vertices and F is an array of faces. Triangulated surfaces are the most common, where all faces are triangles. For each vertex V i on the surface, we can define a neighborhood N i. Normally, first order neighborhood is used that vertex j is a neighbor of vertex i if they are on the same face. The smoothness around 4, 19 a vertex is often defined as V i = w ij (V j V i ), (2) j N i where the weights w ij are positive numbers that add up to one for each vertex j N i w ij = 1. (3) Therefore, Equation( 2) can be written as V i = V i j N i w ij V j, (4) In this form, the meaning of this smoothness measurement is clear. A vertex on a extremely smooth surface (a plane) can be represented as a weighted average of its neighbors, therefore with zero V i. The weights can be chosen in many different ways taking into consideration of the neighborhoods. The simplest way is to set w ij to be uniform w ij = 1 #N i, (5)

7 where #N i is the number of neighbors for vertex i. Given Equation (2), the smoothness of the whole surface is SM(S) = i V i 2. (6) We want to adjust the mesh to generate a smooth surface by minimizing Equation (6). Since there is too much freedom to adjust a mesh, similar to the well accepted practice in active contours 20 and ASM, 3 we only allow the adjustment along the normal direction V i = V i + δ i N i, (7) where δ i is a scalar and N i is the surface normal at vertex i. We can further limit the adjustment of each vertex by enforcing the following constraints, l i δ i u i, (8) where l i and u i are the lower and upper bound of the adjustment for vertex i. For example, in the following application on left ventricle endocardium segmentation, we enforce δ i 0 to guarantee that the mesh encloses the whole blood pool. We also need to get a trade-off between smoothness and the amount of adjustment. Our final optimization problem is min F = w ij (V j V i ) 2 + α δ 2 i, (9) i j N i i subject to the bound constrain of Equation ( 8). Here, α 0 is a scalar for the above trade-off. It turns out that our optimization problem is a classical quadratic programming problem. In the following we will prove that the objective function defined in Equation (9) is a strictly convex function for α > 0. Therefore, it has a unique global optimal solution. Theorem 4.1. For α 0, the objective function defined in (9) is a convex function. If α > 0, it is a strictly convex function. Proof. The second term of the objective function, i δ i 2 is a strictly convex function. We only need to prove the first term, F 1, is convex. Substituting (7) into (9) and after re-organizing, we can get F 1 = δ T Qδ + c T δ + c 0, (10) where δ is a vector formed by δ i, Q is a symmetric square matrix, c is a vector, and c 0 is a constant. To prove F 1 is a convex function, we only need to prove all eigenvalues of matrix Q is nonnegative. Q can be represented as Q = W T ΛW, (11) where W is a matrix with each column corresponding to an eigenvector of Q and Λ is a diagonal matrix composed with the eigenvalues of Q. Therefore, F 1 = δ T W T ΛW δ + c T δ + c 0, (12) Suppose Q has a negative eigenvalue, without loss of generality, suppose the first eigenvalue, λ 1, of Q is less than zero. Let e 1 = [1, 0,..., 0] be a vector with the first element being 1 and all the other elements being 0. Let δ = bw 1 e 1, here b is a scalar. Substituting δ into F 1, we get F 1 = λ 1 b 2 + c T W 1 e 1 b + c 0. (13) F 1 is a quadratic function of b and its value is dominated by the first term λ 1 b 2. Since λ 1 < 0, we get F 1 < 0 for a sufficient large b. From Equation (9), we know F 1 is a sum of squares and always no less than zero. Therefore, matrix Q has no negative eigenvalue. It is well-known that all eigenvalues of a real symmetric matrix is real. Therefore, all eigenvalues of Q are real and nonnegative. Therefore, F 1 is a convex function. This completes the proof. For a strictly convex quadratic programming problem, there is a unique global optimal solution and many algorithms have been proposed in the literature. 6 With a bound constraint as in our case, a more efficient and specialized method is available, 7 which takes less than 0.2 seconds in our case for a mesh with 545 points.

8 Table 1. Mean and variance (in parentheses) of the point-to-mesh error E p2m (in millimeters) for left ventricle endocardium segmentation on 457 volumes based on a four-fold cross validation. Initialization 2 Subspace Projection 3 Generic Smoothing 4 Our Approach E p2m 1.13 (0.55) 1.31 (0.55) 1.39 (0.60) 0.84 (0.47) 4.2 Comparison with Previous Work The active balloon model is a variation of active contours, where an outward force is applied to each point to inflate the evolving contour. 21 If all forces and parameters are properly set, it may result in a smooth mesh enclosing the blood pool. Our approach has several advantages over the active balloon model. First, our approach guarantees to achieve the global optimum. However, the active balloon model only converges to a local optimum. Second, there are many free parameters in the active balloon, especially the balloon force, which is hard to tune. However, there is only one regularization parameter α in our approach. Last, the final surface achieved by the active balloon model generally cannot tightly enclose the blood pool. Recently, Li et al. 5 proposed a graph-cut based approach to search for an optimal surface. Similar to ours, they also search for an optimal adjustment along the surface normal for each point. However, the adjustment in their approach is restricted to discretized positions. Instead, we use continuous optimization and can achieve finer adjustments. Another major drawback of their approach is that their objective function lacks an explicit smoothness measurement. Smoothness is enforced as hard constraints: the difference in the adjustments of neighboring points should be less than a threshold (which is an application dependent parameter). Therefore, their method is limited to handling terrain-like (height-field) and cylindrical surfaces. For a rough object (e.g., LV endocardium in our case), their method does not guarantee to achieve a smooth mesh. However, with an explicit smoothness measurement, we guarantee to achieve the smoothest mesh under the constraints. 5. EXPERIMENTS The proposed method is verified on a dataset with 457 annotated cardiac CT volumes from 186 patients with various cardiovascular disease. The number of patients is significantly larger than those reported in the literature, for example, 10 in Schramm et al., in Ecabert et al., 23 and 18 in Jolly. 17 The imaging protocols are heterogeneous with different capture ranges and resolutions. A volume contains 80 to 350 slices and the size of each slice is pixels. The resolution inside a slice is isotropic and varies from 0.28 mm to 0.74 mm, while the distance between neighboring slices varies from 0.4 mm to 2.0 mm. A four-fold cross validation is performed to evaluate our algorithm. Special care is taken to prevent volumes from the same patient appear in both the training and test sets. The accuracy of boundary delineation is measured with the symmetric point-to-mesh distance, E p2m. For each point on a mesh, we search for the closest point on the other mesh to calculate the minimum distance. We calculate the point-to-mesh distance from the detected mesh to the ground-truth and vice verse to make the measurement symmetric. The initial segmentation of LV (both endocardium and epicardium) is provided by our learning based system. 2 As shown in Table 1, the initial error is 1.13 mm. Using the proposed approach, we reduce the mean error by 22% to 0.84 mm. We compare our approach with two alternative methods, the PCA based subspace projection 3 and the generic mesh smoothing approach. 4 Starting from the same extracted blood pool, these generic approaches generate a smooth mesh traversing the blood pool and actually increase the error, as shown in Table 1. The segmentation results using different approaches on a volume are shown in Fig. 6. Our approach is fast with an average speed of less than 1.2 seconds per volume for the whole automatic segmentation procedure (including initialization 2 ) on a computer with duo core 3.2 GHz CPUs and 3 GB memory. Our system can calculate the LV volumes for both including and excluding papillary muscles. The volume enclosed by LV endocardium surface is the measurement including the papillary muscles. Using the proposed adaptive intensity thresholding presented in Section 3, we can extract the LV blood pool. After that, we count the number of voxels of the extracted blood pool and convert it to a volume measurement using the volume resolution information. Fig. 7a shows the ground truth of the volume curves (both including and excluding papillary muscles) for a dynamic 3D sequences with 10 frames. Fig. 7b and 7c compare the volume measures

9 (a) (b) (c) Figure 6. LV segmentation by (a) PCA subspace projection, 3 (b) generic mesh smoothing, 4 and (c) the proposed approach. Three orthogonal views are shown at each row, with green for endocardium and magenta for epicardium. Black boxes indicate regions with noticeable errors. automatically generated by our system against the ground truth for including and excluding papillary muscles, respectively. From the volume curve, we can calculate the ejection fraction (EF) as follows, EF = Volume ED Volume ES Volume ED, (14) where Volume ED and Volume ES are the volume measures of the end-diastolic (ED) and end-systolic (ES) phases, respectively. For the sequence shown in Fig. 7, the errors in EF estimation are quite small (no more than 2%).

10 Groundtruth Including Muscles (EF=50%) Groundtruth Excluding Muscles (EF=51%) 120 Detection Including Muscles (EF=52%) Groundtruth Including Muscles (EF=50%) 110 Detection Excluding Muscles (EF=50%) Groundtruth Excluding Muscles (EF=51%) Volume (ml) Volume (ml) Volume (ml) Frame Frame Frame (a) (b) (c) Figure 7. The left ventricle volume-time curves for one dynamic 3D sequence with 10 frames. (a) Ground truth including/excluding papillary muscles from the volume measurements. (b) Detection vs. ground truth by including the papillary muscles. (c) Detection vs. ground truth by excluding the papillary muscles. 6. CONCLUSION In this paper, we proposed an optimization based approach for LV endocardium segmentation by using an optimal smooth mesh tightly enclosing the whole blood pool. The optimization problem is a strictly convex quadratic programming problem with a unique global optimal solution. Our approach can effectively reduce the mean point-to-mesh error from 1.13 mm to 0.84 mm on a dataset with 457 volumes. Additionally, the system has been extensively tested on a dataset with volumes without any major failure. REFERENCES 1. Y. Zheng, A. Barbu, B. Georgescu, M. Scheuering, and D. Comaniciu, Fast automatic heart chamber segmentation from 3D CT data using marginal space learning and steerable features, in Proc. Int l Conf. Computer Vision, Y. Zheng, A. Barbu, B. Georgescu, M. Scheuering, and D. Comaniciu, Four-chamber heart modeling and automatic segmentation for 3D cardiac CT volumes using marginal space learning and steerable features, IEEE Trans. Medical Imaging 27(11), pp , T. F. Cootes, C. J. Taylor, D. H. Cooper, and J. Graham, Active shape models Their training and application, Computer Vision and Image Understanding 61(1), pp , G. Taubin, Curve and surface smoothing without shrinkage, in Proc. Int l Conf. Computer Vision, pp , K. Li, X. Wu, D. Z. Chen, and M. Sonka, Optimal surface segmentation in volumetric images A graphtheoretic approach, IEEE Trans. Pattern Anal. Machine Intell. 28(1), pp , G. Goldfarb and A. Idnani, A numerically stable dual method for solving strictly convex quadratic programs, Mathematical Programming 27(1), pp. 1 33, J. J. Moré and G. Toraldo, On the solutions of large quadratic programming problems with bound constraints, SIAM J. Optimization 1(1), pp , P. Viola and M. Jones, Rapid object detection using a boosted cascade of simple features, in Proc. IEEE Conf. Computer Vision and Pattern Recognition, pp , B. Georgescu, X. S. Zhou, D. Comaniciu, and A. Gupta, Database-guided segmentation of anatomical structures with complex appearance, in Proc. IEEE Conf. Computer Vision and Pattern Recognition, pp , Z. Tu, X. S. Zhou, A. Barbu, L. Bogoni, and D. Comaniciu, Probabilistic 3D polyp detection in CT images: The role of sample alignment, in Proc. IEEE Conf. Computer Vision and Pattern Recognition, pp , L. Lu, A. Barbu, M. Wolf, J. Liang, L. Bogoni, M. Salganicoff, and D. Comaniciu, Simultaneous detection and registration for ileo-cecal valve detection in 3D CT colonography, in Proc. European Conf. Computer Vision, 2008.

11 12. L. Lu, A. Barbu, M. Wolf, J. Liang, M. Salganicoff, and D. Comaniciu, Accurate polyp segmentation for 3D CT colongraphy using multi-staged probabilistic binary learning and compositional model, in Proc. IEEE Conf. Computer Vision and Pattern Recognition, H. Ling, S. K. Zhou, Y. Zheng, B. Georgescu, M. Suehling, and D. Comaniciu, Hierarchical, learning-based automatic liver segmentation, in Proc. IEEE Conf. Computer Vision and Pattern Recognition, G. Carneiro, F. Amat, B. Georgescu, S. Good, and D. Comaniciu, Semantic-based indexing of fetal anatomies from 3-D ultrasound data using global/semi-local context and sequential sampling, in Proc. IEEE Conf. Computer Vision and Pattern Recognition, X. Lu, B. Georgescu, Y. Zheng, J. Otsuki, R. Bennett, and D. Comaniciu, Automatic detection of standard planes from three dimensional echocardiographic data, in Proc. IEEE Int l Sym. Biomedical Imaging, L. Yang, B. Georgescu, Y. Zheng, P. Meer, and D. Comaniciu, 3D ultrasound tracking of the left ventricles using one-step forward prediction and data fusion of collaborative trackers, in Proc. IEEE Conf. Computer Vision and Pattern Recognition, M.-P. Jolly, Automatic segmentation of the left ventricle in cardiac MR and CT images, Int. J. Computer Vision 70(2), pp , D. Fritz, J. Krolla, R. Dillmann, and M. Scheuring, Automatic 4D-segmentation of the left ventricle in cardiac-ct-data, in Proc. SPIE Medical Imaging, pp. 1 11, G. Taubin, Optimal surface smoothing as filter design, in Proc. European Conf. Computer Vision, pp , M. Kass, A. Witkin, and D. Terzopoulos, Snakes: Active contour models, Int. J. Computer Vision 1(4), pp , L. D. Cohen, On active contour models and balloons, CVGIP: Image Understanding 53(2), pp , H. Schramm, O. Ecabert, J. Peters, V. Philomin, and J. Weese, Towards fully automatic object detection and segmentation, in Proc. SPIE Medical Imaging, pp , O. Ecabert, J. Peters, and J. Weese, Modeling shape variability for full heart segmentation in cardiac computed-tomography images, in Proc. SPIE Medical Imaging, pp , 2006.

Marginal Space Learning for Efficient Detection of 2D/3D Anatomical Structures in Medical Images

Marginal Space Learning for Efficient Detection of 2D/3D Anatomical Structures in Medical Images Marginal Space Learning for Efficient Detection of 2D/3D Anatomical Structures in Medical Images Yefeng Zheng, Bogdan Georgescu, and Dorin Comaniciu Integrated Data Systems Department, Siemens Corporate

More information

Automatic Delineation of Left and Right Ventricles in Cardiac MRI Sequences Using a Joint Ventricular Model

Automatic Delineation of Left and Right Ventricles in Cardiac MRI Sequences Using a Joint Ventricular Model Automatic Delineation of Left and Right Ventricles in Cardiac MRI Sequences Using a Joint Ventricular Model Xiaoguang Lu 1,, Yang Wang 1, Bogdan Georgescu 1, Arne Littman 2, and Dorin Comaniciu 1 1 Siemens

More information

4D Cardiac Reconstruction Using High Resolution CT Images

4D Cardiac Reconstruction Using High Resolution CT Images 4D Cardiac Reconstruction Using High Resolution CT Images Mingchen Gao 1, Junzhou Huang 1, Shaoting Zhang 1, Zhen Qian 2, Szilard Voros 2, Dimitris Metaxas 1, and Leon Axel 3 1 CBIM Center, Rutgers University,

More information

Segmenting the Left Ventricle in 3D Using a Coupled ASM and a Learned Non-Rigid Spatial Model

Segmenting the Left Ventricle in 3D Using a Coupled ASM and a Learned Non-Rigid Spatial Model Segmenting the Left Ventricle in 3D Using a Coupled ASM and a Learned Non-Rigid Spatial Model Stephen O Brien, Ovidiu Ghita, and Paul F. Whelan Centre for Image Processing and Analysis, Dublin City University,

More information

Graph Cuts Based Left Atrium Segmentation Refinement and Right Middle Pulmonary Vein Extraction in C-Arm CT

Graph Cuts Based Left Atrium Segmentation Refinement and Right Middle Pulmonary Vein Extraction in C-Arm CT Graph Cuts Based Left Atrium Segmentation Refinement and Right Middle Pulmonary Vein Extraction in C-Arm CT Dong Yang a, Yefeng Zheng a and Matthias John b a Imaging and Computer Vision, Siemens Corporate

More information

Prediction Based Collaborative Trackers (PCT): A Robust and Accurate Approach Toward 3D Medical Object Tracking

Prediction Based Collaborative Trackers (PCT): A Robust and Accurate Approach Toward 3D Medical Object Tracking IEEE TRANSACTIONS ON MEDICAL IMAGING, VOL. 30, NO. 11, NOVEMBER 2011 1921 Prediction Based Collaborative Trackers (PCT): A Robust and Accurate Approach Toward 3D Medical Object Tracking Lin Yang*, Member,

More information

Predication Based Collaborative Trackers (PCT): A Robust and Accurate Approach Toward 3D Medical Object Tracking

Predication Based Collaborative Trackers (PCT): A Robust and Accurate Approach Toward 3D Medical Object Tracking JOURNAL OF IEEE TRANSACTION ON MEDICAL IMAGING 1 Predication Based Collaborative Trackers (PCT): A Robust and Accurate Approach Toward 3D Medical Object Tracking Lin Yang, Member, IEEE, Bogdan Georgescu,

More information

Automatic Extraction of 3D Dynamic Left Ventricle Model from 2D Rotational Angiocardiogram

Automatic Extraction of 3D Dynamic Left Ventricle Model from 2D Rotational Angiocardiogram Automatic Extraction of 3D Dynamic Left Ventricle Model from 2D Rotational Angiocardiogram Mingqing Chen 1, Yefeng Zheng 1, Kerstin Mueller 2,3, Christopher Rohkohl 2, Guenter Lauritsch 2,JanBoese 2, Gareth

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

Database-Guided Segmentation of Anatomical Structures with Complex Appearance

Database-Guided Segmentation of Anatomical Structures with Complex Appearance Database-Guided Segmentation of Anatomical Structures with Complex Appearance B. Georgescu X. S. Zhou D. Comaniciu A. Gupta Integrated Data Systems Department Computer Aided Diagnosis Siemens Corporate

More information

INTEGRATED DETECTION NETWORK (IDN) FOR POSE AND BOUNDARY ESTIMATION IN MEDICAL IMAGES

INTEGRATED DETECTION NETWORK (IDN) FOR POSE AND BOUNDARY ESTIMATION IN MEDICAL IMAGES INTEGRATED DETECTION NETWORK (IDN) FOR POSE AND BOUNDARY ESTIMATION IN MEDICAL IMAGES Michal Sofka Kristóf Ralovich Neil Birkbeck Jingdan Zhang S.Kevin Zhou Siemens Corporate Research, 775 College Road

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

Ensemble registration: Combining groupwise registration and segmentation

Ensemble registration: Combining groupwise registration and segmentation PURWANI, COOTES, TWINING: ENSEMBLE REGISTRATION 1 Ensemble registration: Combining groupwise registration and segmentation Sri Purwani 1,2 sri.purwani@postgrad.manchester.ac.uk Tim Cootes 1 t.cootes@manchester.ac.uk

More information

Construction of Left Ventricle 3D Shape Atlas from Cardiac MRI

Construction of Left Ventricle 3D Shape Atlas from Cardiac MRI Construction of Left Ventricle 3D Shape Atlas from Cardiac MRI Shaoting Zhang 1, Mustafa Uzunbas 1, Zhennan Yan 1, Mingchen Gao 1, Junzhou Huang 1, Dimitris N. Metaxas 1, and Leon Axel 2 1 Rutgers, the

More information

Erlangen-Nuremberg, Germany

Erlangen-Nuremberg, Germany Automatic 3D Motion Estimation of Left Ventricle from C-arm Rotational Angiocardiography Using a Prior Motion Model and Learning Based Boundary Detector Mingqing Chen 1, Yefeng Zheng 1, Yang Wang 1, Kerstin

More information

Robust and Accurate Coronary Artery Centerline Extraction in CTA by Combining Model-Driven and Data-Driven Approaches

Robust and Accurate Coronary Artery Centerline Extraction in CTA by Combining Model-Driven and Data-Driven Approaches Robust and Accurate Coronary Artery Centerline Extraction in CTA by Combining Model-Driven and Data-Driven Approaches Yefeng Zheng, Huseyin Tek, and Gareth Funka-Lea Imaging and Computer Vision, Siemens

More information

Automatic Mitral Valve Inflow Measurements from Doppler Echocardiography

Automatic Mitral Valve Inflow Measurements from Doppler Echocardiography Automatic Mitral Valve Inflow Measurements from Doppler Echocardiography JinHyeong Park 1, S. Kevin Zhou 1, John Jackson 2, and Dorin Comaniciu 1 1 Integrated Data Systems,Siemens Corporate Research, Inc.,

More information

Robust Discriminative Wire Structure Modeling with Application to Stent Enhancement in Fluoroscopy

Robust Discriminative Wire Structure Modeling with Application to Stent Enhancement in Fluoroscopy Robust Discriminative Wire Structure Modeling with Application to Stent Enhancement in Fluoroscopy Xiaoguang Lu, Terrence Chen, Dorin Comaniciu Image Analytics and Informatics, Siemens Corporate Research

More information

2 Michael E. Leventon and Sarah F. F. Gibson a b c d Fig. 1. (a, b) Two MR scans of a person's knee. Both images have high resolution in-plane, but ha

2 Michael E. Leventon and Sarah F. F. Gibson a b c d Fig. 1. (a, b) Two MR scans of a person's knee. Both images have high resolution in-plane, but ha Model Generation from Multiple Volumes using Constrained Elastic SurfaceNets Michael E. Leventon and Sarah F. F. Gibson 1 MIT Artificial Intelligence Laboratory, Cambridge, MA 02139, USA leventon@ai.mit.edu

More information

Automatic Multi-organ Segmentation Using Learning-Based Segmentation and Level Set Optimization

Automatic Multi-organ Segmentation Using Learning-Based Segmentation and Level Set Optimization Automatic Multi-organ Segmentation Using Learning-Based Segmentation and Level Set Optimization Timo Kohlberger 1,MichalSofka 1, Jingdan Zhang 1,NeilBirkbeck 1, Jens Wetzl 1,JensKaftan 2,Jérôme Declerck

More information

Generic Face Alignment Using an Improved Active Shape Model

Generic Face Alignment Using an Improved Active Shape Model Generic Face Alignment Using an Improved Active Shape Model Liting Wang, Xiaoqing Ding, Chi Fang Electronic Engineering Department, Tsinghua University, Beijing, China {wanglt, dxq, fangchi} @ocrserv.ee.tsinghua.edu.cn

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

Multi-part Left Atrium Modeling and Segmentation in C-Arm CT Volumes for Atrial Fibrillation Ablation

Multi-part Left Atrium Modeling and Segmentation in C-Arm CT Volumes for Atrial Fibrillation Ablation Multi-part Left Atrium Modeling and Segmentation in C-Arm CT Volumes for Atrial Fibrillation Ablation Yefeng Zheng 1, Tianzhou Wang 1, Matthias John 2, S. Kevin Zhou 1,JanBoese 2, and Dorin Comaniciu 1

More information

An Automated Image-based Method for Multi-Leaf Collimator Positioning Verification in Intensity Modulated Radiation Therapy

An Automated Image-based Method for Multi-Leaf Collimator Positioning Verification in Intensity Modulated Radiation Therapy An Automated Image-based Method for Multi-Leaf Collimator Positioning Verification in Intensity Modulated Radiation Therapy Chenyang Xu 1, Siemens Corporate Research, Inc., Princeton, NJ, USA Xiaolei Huang,

More information

3D Statistical Shape Model Building using Consistent Parameterization

3D Statistical Shape Model Building using Consistent Parameterization 3D Statistical Shape Model Building using Consistent Parameterization Matthias Kirschner, Stefan Wesarg Graphisch Interaktive Systeme, TU Darmstadt matthias.kirschner@gris.tu-darmstadt.de Abstract. We

More information

Face Alignment Under Various Poses and Expressions

Face Alignment Under Various Poses and Expressions Face Alignment Under Various Poses and Expressions Shengjun Xin and Haizhou Ai Computer Science and Technology Department, Tsinghua University, Beijing 100084, China ahz@mail.tsinghua.edu.cn Abstract.

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

Tracking the Left Ventricle through Collaborative Trackers and Sparse Shape Model

Tracking the Left Ventricle through Collaborative Trackers and Sparse Shape Model Tracking the Left Ventricle through Collaborative Trackers and Sparse Shape Model Yan Zhou IMPAC Medical Systems, Elekta Inc., Maryland Heights, MO, USA Abstract. Tracking the left ventricle plays an important

More information

CS 231A Computer Vision (Winter 2014) Problem Set 3

CS 231A Computer Vision (Winter 2014) Problem Set 3 CS 231A Computer Vision (Winter 2014) Problem Set 3 Due: Feb. 18 th, 2015 (11:59pm) 1 Single Object Recognition Via SIFT (45 points) In his 2004 SIFT paper, David Lowe demonstrates impressive object recognition

More information

MULTI-REGION SEGMENTATION

MULTI-REGION SEGMENTATION MULTI-REGION SEGMENTATION USING GRAPH-CUTS Johannes Ulén Abstract This project deals with multi-region segmenation using graph-cuts and is mainly based on a paper by Delong and Boykov [1]. The difference

More information

Boosting and Nonparametric Based Tracking of Tagged MRI Cardiac Boundaries

Boosting and Nonparametric Based Tracking of Tagged MRI Cardiac Boundaries Boosting and Nonparametric Based Tracking of Tagged MRI Cardiac Boundaries Zhen Qian 1, Dimitris N. Metaxas 1,andLeonAxel 2 1 Center for Computational Biomedicine Imaging and Modeling, Rutgers University,

More information

Image Coding with Active Appearance Models

Image Coding with Active Appearance Models Image Coding with Active Appearance Models Simon Baker, Iain Matthews, and Jeff Schneider CMU-RI-TR-03-13 The Robotics Institute Carnegie Mellon University Abstract Image coding is the task of representing

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

Hierarchical Segmentation and Identification of Thoracic Vertebra Using Learning-Based Edge Detection and Coarse-to-Fine Deformable Model

Hierarchical Segmentation and Identification of Thoracic Vertebra Using Learning-Based Edge Detection and Coarse-to-Fine Deformable Model Hierarchical Segmentation and Identification of Thoracic Vertebra Using Learning-Based Edge Detection and Coarse-to-Fine Deformable Model Jun Ma, Le Lu, Yiqiang Zhan, Xiang Zhou, Marcos Salganicoff, and

More information

Nonrigid Surface Modelling. and Fast Recovery. Department of Computer Science and Engineering. Committee: Prof. Leo J. Jia and Prof. K. H.

Nonrigid Surface Modelling. and Fast Recovery. Department of Computer Science and Engineering. Committee: Prof. Leo J. Jia and Prof. K. H. Nonrigid Surface Modelling and Fast Recovery Zhu Jianke Supervisor: Prof. Michael R. Lyu Committee: Prof. Leo J. Jia and Prof. K. H. Wong Department of Computer Science and Engineering May 11, 2007 1 2

More information

Generation of Triangle Meshes from Time-of-Flight Data for Surface Registration

Generation of Triangle Meshes from Time-of-Flight Data for Surface Registration Generation of Triangle Meshes from Time-of-Flight Data for Surface Registration Thomas Kilgus, Thiago R. dos Santos, Alexander Seitel, Kwong Yung, Alfred M. Franz, Anja Groch, Ivo Wolf, Hans-Peter Meinzer,

More information

3D Models and Matching

3D Models and Matching 3D Models and Matching representations for 3D object models particular matching techniques alignment-based systems appearance-based systems GC model of a screwdriver 1 3D Models Many different representations

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

Image Segmentation and Registration

Image Segmentation and Registration Image Segmentation and Registration Dr. Christine Tanner (tanner@vision.ee.ethz.ch) Computer Vision Laboratory, ETH Zürich Dr. Verena Kaynig, Machine Learning Laboratory, ETH Zürich Outline Segmentation

More information

Simultaneous Detection and Registration for Ileo-Cecal Valve Detection in 3D CT Colonography

Simultaneous Detection and Registration for Ileo-Cecal Valve Detection in 3D CT Colonography Simultaneous Detection and Registration for Ileo-Cecal Valve Detection in 3D CT Colonography Le Lu 1,2 Adrian Barbu 1 Matthias Wolf 2 Jianming Liang 2 Luca Bogoni 2 Marcos Salganicoff 2 Dorin Comaniciu

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

Face Recognition for Mobile Devices

Face Recognition for Mobile Devices Face Recognition for Mobile Devices Aditya Pabbaraju (adisrinu@umich.edu), Srujankumar Puchakayala (psrujan@umich.edu) INTRODUCTION Face recognition is an application used for identifying a person from

More information

Automatic Detection and Segmentation of Axillary Lymph Nodes

Automatic Detection and Segmentation of Axillary Lymph Nodes Automatic Detection and Segmentation of Axillary Lymph Nodes Adrian Barbu 1, Michael Suehling 2,XunXu 2,DavidLiu 2, S. Kevin Zhou 2, and Dorin Comaniciu 2 1 Statistics Department, Florida State Univ.,

More information

Postprint.

Postprint. http://www.diva-portal.org Postprint This is the accepted version of a paper presented at 14th International Conference of the Biometrics Special Interest Group, BIOSIG, Darmstadt, Germany, 9-11 September,

More information

Modeling Mitral Valve Leaflets from Three-Dimensional Ultrasound

Modeling Mitral Valve Leaflets from Three-Dimensional Ultrasound Modeling Mitral Valve Leaflets from Three-Dimensional Ultrasound Robert J. Schneider 1, William C. Burke 1, Gerald R. Marx 3, Pedro J. del Nido 2, and Robert D. Howe 1 1 Harvard School of Engineering and

More information

Sparsity Based Spectral Embedding: Application to Multi-Atlas Echocardiography Segmentation!

Sparsity Based Spectral Embedding: Application to Multi-Atlas Echocardiography Segmentation! Sparsity Based Spectral Embedding: Application to Multi-Atlas Echocardiography Segmentation Ozan Oktay, Wenzhe Shi, Jose Caballero, Kevin Keraudren, and Daniel Rueckert Department of Compu.ng Imperial

More information

Elastic registration of medical images using finite element meshes

Elastic registration of medical images using finite element meshes Elastic registration of medical images using finite element meshes Hartwig Grabowski Institute of Real-Time Computer Systems & Robotics, University of Karlsruhe, D-76128 Karlsruhe, Germany. Email: grabow@ira.uka.de

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

Last week. Multi-Frame Structure from Motion: Multi-View Stereo. Unknown camera viewpoints

Last week. Multi-Frame Structure from Motion: Multi-View Stereo. Unknown camera viewpoints Last week Multi-Frame Structure from Motion: Multi-View Stereo Unknown camera viewpoints Last week PCA Today Recognition Today Recognition Recognition problems What is it? Object detection Who is it? Recognizing

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

Modern Medical Image Analysis 8DC00 Exam

Modern Medical Image Analysis 8DC00 Exam Parts of answers are inside square brackets [... ]. These parts are optional. Answers can be written in Dutch or in English, as you prefer. You can use drawings and diagrams to support your textual answers.

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

Detection of a Single Hand Shape in the Foreground of Still Images

Detection of a Single Hand Shape in the Foreground of Still Images CS229 Project Final Report Detection of a Single Hand Shape in the Foreground of Still Images Toan Tran (dtoan@stanford.edu) 1. Introduction This paper is about an image detection system that can detect

More information

Classification of Subject Motion for Improved Reconstruction of Dynamic Magnetic Resonance Imaging

Classification of Subject Motion for Improved Reconstruction of Dynamic Magnetic Resonance Imaging 1 CS 9 Final Project Classification of Subject Motion for Improved Reconstruction of Dynamic Magnetic Resonance Imaging Feiyu Chen Department of Electrical Engineering ABSTRACT Subject motion is a significant

More information

A Learning Framework for the Automatic and Accurate Segmentation of Cardiac Tagged MRI Images

A Learning Framework for the Automatic and Accurate Segmentation of Cardiac Tagged MRI Images A Learning Framework for the Automatic and Accurate Segmentation of Cardiac Tagged MRI Images Zhen Qian 1, Dimitris N. Metaxas 1,andLeonAxel 2 1 Center for Computational Biomedicine Imaging and Modeling

More information

Geometrical Modeling of the Heart

Geometrical Modeling of the Heart Geometrical Modeling of the Heart Olivier Rousseau University of Ottawa The Project Goal: Creation of a precise geometrical model of the heart Applications: Numerical calculations Dynamic of the blood

More information

Norbert Schuff VA Medical Center and UCSF

Norbert Schuff VA Medical Center and UCSF Norbert Schuff Medical Center and UCSF Norbert.schuff@ucsf.edu Medical Imaging Informatics N.Schuff Course # 170.03 Slide 1/67 Objective Learn the principle segmentation techniques Understand the role

More information

8/3/2017. Contour Assessment for Quality Assurance and Data Mining. Objective. Outline. Tom Purdie, PhD, MCCPM

8/3/2017. Contour Assessment for Quality Assurance and Data Mining. Objective. Outline. Tom Purdie, PhD, MCCPM Contour Assessment for Quality Assurance and Data Mining Tom Purdie, PhD, MCCPM Objective Understand the state-of-the-art in contour assessment for quality assurance including data mining-based techniques

More information

Nonrigid Motion Compensation of Free Breathing Acquired Myocardial Perfusion Data

Nonrigid Motion Compensation of Free Breathing Acquired Myocardial Perfusion Data Nonrigid Motion Compensation of Free Breathing Acquired Myocardial Perfusion Data Gert Wollny 1, Peter Kellman 2, Andrés Santos 1,3, María-Jesus Ledesma 1,3 1 Biomedical Imaging Technologies, Department

More information

Model Based 3D Cardiac Image Segmentation With Marginal Space Learning

Model Based 3D Cardiac Image Segmentation With Marginal Space Learning Model Based 3D Cardiac Image Segmentation With Marginal Space Learning Yefeng Zheng Imaging and Computer Vision, Siemens Corporate Technology, Princeton, NJ, USA yefeng.zheng@siemens.com Abstract Cardiovascular

More information

Segmentation of Images

Segmentation of Images Segmentation of Images SEGMENTATION If an image has been preprocessed appropriately to remove noise and artifacts, segmentation is often the key step in interpreting the image. Image segmentation is a

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

Robust 3D Organ Localization with Dual Learning Architectures and Fusion

Robust 3D Organ Localization with Dual Learning Architectures and Fusion Robust 3D Organ Localization with Dual Learning Architectures and Fusion Xiaoguang Lu (B), Daguang Xu, and David Liu Medical Imaging Technologies, Siemens Medical Solutions, Inc., Princeton, NJ, USA xiaoguang.lu@siemens.com

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

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

Improving Segmentation of the Left Ventricle using a Two-Component Statistical Model

Improving Segmentation of the Left Ventricle using a Two-Component Statistical Model Improving Segmentation of the Left Ventricle using a Two-Component Statistical Model Sebastian Zambal, Jiří Hladůvka, and Katja Bühler VRVis Research Center for Virtual Reality and Visualization, Donau-City-Strasse

More information

Cardiac anchoring in MRI through context modeling

Cardiac anchoring in MRI through context modeling Cardiac anchoring in MRI through context modeling Xiaoguang Lu 1, Bogdan Georgescu 1, Marie-Pierre Jolly 1, Jens Guehring 1, Alistair Young 2, Brett Cowan 2, Arne Littmann 3, and Dorin Comaniciu 1 1 Siemens

More information

Human Heart Coronary Arteries Segmentation

Human Heart Coronary Arteries Segmentation Human Heart Coronary Arteries Segmentation Qian Huang Wright State University, Computer Science Department Abstract The volume information extracted from computed tomography angiogram (CTA) datasets makes

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

Generation of Hulls Encompassing Neuronal Pathways Based on Tetrahedralization and 3D Alpha Shapes

Generation of Hulls Encompassing Neuronal Pathways Based on Tetrahedralization and 3D Alpha Shapes Generation of Hulls Encompassing Neuronal Pathways Based on Tetrahedralization and 3D Alpha Shapes Dorit Merhof 1,2, Martin Meister 1, Ezgi Bingöl 1, Peter Hastreiter 1,2, Christopher Nimsky 2,3, Günther

More information

Feature Extractors. CS 188: Artificial Intelligence Fall Nearest-Neighbor Classification. The Perceptron Update Rule.

Feature Extractors. CS 188: Artificial Intelligence Fall Nearest-Neighbor Classification. The Perceptron Update Rule. CS 188: Artificial Intelligence Fall 2007 Lecture 26: Kernels 11/29/2007 Dan Klein UC Berkeley Feature Extractors A feature extractor maps inputs to feature vectors Dear Sir. First, I must solicit your

More information

Automatic Model-Based Segmentation of Medical Images

Automatic Model-Based Segmentation of Medical Images Automatic Model-Based Segmentation of Medical Images Cristian Lorenz Jochen Peters, Fabian Wenzel, Jürgen Weese May 26 th 2014 Need Medical imaging systems produce a huge amount of patient images with

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

MR IMAGE SEGMENTATION

MR IMAGE SEGMENTATION MR IMAGE SEGMENTATION Prepared by : Monil Shah What is Segmentation? Partitioning a region or regions of interest in images such that each region corresponds to one or more anatomic structures Classification

More information

Segmentation in Noisy Medical Images Using PCA Model Based Particle Filtering

Segmentation in Noisy Medical Images Using PCA Model Based Particle Filtering Segmentation in Noisy Medical Images Using PCA Model Based Particle Filtering Wei Qu a, Xiaolei Huang b, and Yuanyuan Jia c a Siemens Medical Solutions USA Inc., AX Division, Hoffman Estates, IL 60192;

More information

Robust Live Tracking of Mitral Valve Annulus for Minimally-Invasive Intervention Guidance

Robust Live Tracking of Mitral Valve Annulus for Minimally-Invasive Intervention Guidance Robust Live Tracking of Mitral Valve Annulus for Minimally-Invasive Intervention Guidance Ingmar Voigt 1, Mihai Scutaru 2, Tommaso Mansi 3, Bogdan Georgescu 3, Noha El-Zehiry 3, Helene Houle 4, and Dorin

More information

A New Algorithm for Detecting Text Line in Handwritten Documents

A New Algorithm for Detecting Text Line in Handwritten Documents A New Algorithm for Detecting Text Line in Handwritten Documents Yi Li 1, Yefeng Zheng 2, David Doermann 1, and Stefan Jaeger 1 1 Laboratory for Language and Media Processing Institute for Advanced Computer

More information

Multimodality Imaging for Tumor Volume Definition in Radiation Oncology

Multimodality Imaging for Tumor Volume Definition in Radiation Oncology 81 There are several commercial and academic software tools that support different segmentation algorithms. In general, commercial software packages have better implementation (with a user-friendly interface

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

Face detection and recognition. Many slides adapted from K. Grauman and D. Lowe

Face detection and recognition. Many slides adapted from K. Grauman and D. Lowe Face detection and recognition Many slides adapted from K. Grauman and D. Lowe Face detection and recognition Detection Recognition Sally History Early face recognition systems: based on features and distances

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

A Generic Probabilistic Active Shape Model for Organ Segmentation

A Generic Probabilistic Active Shape Model for Organ Segmentation A Generic Probabilistic Active Shape Model for Organ Segmentation Andreas Wimmer 1,2, Grzegorz Soza 2, and Joachim Hornegger 1 1 Chair of Pattern Recognition, Department of Computer Science, Friedrich-Alexander

More information

Segmentation. Separate image into coherent regions

Segmentation. Separate image into coherent regions Segmentation II Segmentation Separate image into coherent regions Berkeley segmentation database: http://www.eecs.berkeley.edu/research/projects/cs/vision/grouping/segbench/ Slide by L. Lazebnik Interactive

More information

Automatic cardiac MRI myocardium segmentation using graphcut

Automatic cardiac MRI myocardium segmentation using graphcut Automatic cardiac MRI myocardium segmentation using graphcut Gunnar Kedenburg* a, Chris A. Cocosco b, Ullrich Köthe c, Wiro J. Niessen d, Evert-jan P.A. Vonken e and Max A. Viergever f a,c Univ. of Hamburg,

More information

On-line, Incremental Learning of a Robust Active Shape Model

On-line, Incremental Learning of a Robust Active Shape Model On-line, Incremental Learning of a Robust Active Shape Model Michael Fussenegger 1, Peter M. Roth 2, Horst Bischof 2, Axel Pinz 1 1 Institute of Electrical Measurement and Measurement Signal Processing

More information

Algorithm research of 3D point cloud registration based on iterative closest point 1

Algorithm research of 3D point cloud registration based on iterative closest point 1 Acta Technica 62, No. 3B/2017, 189 196 c 2017 Institute of Thermomechanics CAS, v.v.i. Algorithm research of 3D point cloud registration based on iterative closest point 1 Qian Gao 2, Yujian Wang 2,3,

More information

Image Processing. Image Features

Image Processing. Image Features Image Processing Image Features Preliminaries 2 What are Image Features? Anything. What they are used for? Some statements about image fragments (patches) recognition Search for similar patches matching

More information

Pathology Hinting as the Combination of Automatic Segmentation with a Statistical Shape Model

Pathology Hinting as the Combination of Automatic Segmentation with a Statistical Shape Model Pathology Hinting as the Combination of Automatic Segmentation with a Statistical Shape Model Pascal A. Dufour 12,HannanAbdillahi 3, Lala Ceklic 3,Ute Wolf-Schnurrbusch 23,JensKowal 12 1 ARTORG Center

More information

Mirrored LH Histograms for the Visualization of Material Boundaries

Mirrored LH Histograms for the Visualization of Material Boundaries Mirrored LH Histograms for the Visualization of Material Boundaries Petr Šereda 1, Anna Vilanova 1 and Frans A. Gerritsen 1,2 1 Department of Biomedical Engineering, Technische Universiteit Eindhoven,

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

AAM Based Facial Feature Tracking with Kinect

AAM Based Facial Feature Tracking with Kinect BULGARIAN ACADEMY OF SCIENCES CYBERNETICS AND INFORMATION TECHNOLOGIES Volume 15, No 3 Sofia 2015 Print ISSN: 1311-9702; Online ISSN: 1314-4081 DOI: 10.1515/cait-2015-0046 AAM Based Facial Feature Tracking

More information

Kernel Methods & Support Vector Machines

Kernel Methods & Support Vector Machines & Support Vector Machines & Support Vector Machines Arvind Visvanathan CSCE 970 Pattern Recognition 1 & Support Vector Machines Question? Draw a single line to separate two classes? 2 & Support Vector

More information

Robust Lip Contour Extraction using Separability of Multi-Dimensional Distributions

Robust Lip Contour Extraction using Separability of Multi-Dimensional Distributions Robust Lip Contour Extraction using Separability of Multi-Dimensional Distributions Tomokazu Wakasugi, Masahide Nishiura and Kazuhiro Fukui Corporate Research and Development Center, Toshiba Corporation

More information

Learning Coupled Prior Shape and Appearance Models for Segmentation

Learning Coupled Prior Shape and Appearance Models for Segmentation Learning Coupled Prior Shape and Appearance Models for Segmentation Xiaolei Huang, Zhiguo Li, and Dimitris Metaxas Center for Computational iomedicine Imaging and Modeling, Division of Computer and Information

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

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

Robust Point Matching for Two-Dimensional Nonrigid Shapes

Robust Point Matching for Two-Dimensional Nonrigid Shapes Robust Point Matching for Two-Dimensional Nonrigid Shapes Yefeng Zheng and David Doermann Language and Media Processing Laboratory Institute for Advanced Computer Studies University of Maryland, College

More information

Human pose estimation using Active Shape Models

Human pose estimation using Active Shape Models Human pose estimation using Active Shape Models Changhyuk Jang and Keechul Jung Abstract Human pose estimation can be executed using Active Shape Models. The existing techniques for applying to human-body

More information

Robust PDF Table Locator

Robust PDF Table Locator Robust PDF Table Locator December 17, 2016 1 Introduction Data scientists rely on an abundance of tabular data stored in easy-to-machine-read formats like.csv files. Unfortunately, most government records

More information

ICA vs. PCA Active Appearance Models: Application to Cardiac MR Segmentation

ICA vs. PCA Active Appearance Models: Application to Cardiac MR Segmentation ICA vs. PCA Active Appearance Models: Application to Cardiac MR Segmentation M. Üzümcü 1, A.F. Frangi 2, M. Sonka 3, J.H.C. Reiber 1, B.P.F. Lelieveldt 1 1 Div. of Image Processing, Dept. of Radiology

More information