Medical Image Analysis Active Shape Models

Size: px
Start display at page:

Download "Medical Image Analysis Active Shape Models"

Transcription

1 Medical Image Analysis Active Shape Models Mauricio Reyes, Ph.D. ISTB - Institute for Surgical Technology and Biomechanics University of Bern

2 Lecture Overview! Statistical Shape Modeling! Quick summary/review! Further considerations! Reference selection! Modeling scaling! Outlier detection! Modeling Physiology! Statistical Shape Modeling for Segmentation: Active Shape Models 2

3 Segmentation Overview Big Picture Simple Methods! > Thresholding! > Region-Growing! >! Classification! + Clustering! > knn! > SVM! >! Deformable Models!! > Snakes! > Level-Sets! >! Active Models! > ASM > AAM 3

4 Statistical distribution of shape How?!

5 Summary Statistical Shape Modelling! Model: Mean Shape Statistical Analysis via Principal Component Analysis (PCA) Eigen-decomposition of matrix provides eigenvectors/eigenvalues (λ,φ) Sφ k = φ k λ k With k, the kth eigen-vector/value

6 Summary Statistical Shape Modelling! -Common reference space - Find anatomical corresponding points amongst shapes

7 Summary Statistical Shape Modelling! - Find anatomical corresponding points amongst shapes Principal modes of deformation - Model variability

8 Further considerations > What if scaling is included (e.g. bone length variability is considered)? Non-rigid transf. Affine transf. Direct morphing of these two might cause problems! What we look for Affine transf. Non-rigid transf. 8

9 Further Considerations! - Modelling Schemes! Mesh to Mesh Registration Reference mesh Isosurface Image volume

10 Further Considerations! - Modelling Schemes! Mesh to Volume Registration Reference mesh Image volume

11 Further Considerations! - Modelling Schemes! Volume to Volume Registration Reference mesh Reference volume Image volume

12 Further Considerations! - Modelling Schemes! * = Masking out soft tissues and other non-desired structures: Improved registration->improved modeling!

13 Further Considerations! - Modelling Schemes! Parameterization to Parameterization Registration Common base domain Surface and parameterization Image volume Common reference space: No bias! J

14 Bias in reference selection and natural coordinates reference! Not the same! L Rueckert et al. Miccai 2001

15 Bias in reference selection and natural coordinates reference! Computing mean image: Guimond et al. CVIU 2000

16 Bias in reference selection and groupwise modelling! Computing mean image: Guimond et al. Miccai 2000

17 Bias in reference selection and groupwise modelling! Computing mean image: Guimond et al. Miccai 2000 Reference 1 Reference 2

18 Bias in reference selection and groupwise modelling! Computing mean image: Guimond et al. Miccai 2000 Average model using ref 1 Average Intensity using ref 2

19 Further considerations! - Detecting Outliers through SSM! Sometimes the input data for modeling is not as expected.. Coronal slide from a 4D CT scan

20 Further considerations! - Detecting Outliers through SSM! Contribution measure (Cr): Cr(i,k) = 1 n (b i k ) 2 λ k bb: modal amplitude for subject i on mode k. Lamba_k: kth eigenvalue m1 m2 m3

21 Further considerations! - Detecting Outliers through SSM! Example: Image artefact, segmentation problem, deformity, etc.. Synthetic deformation added to instance number 13.

22 Further considerations! - Detecting Outliers through SSM! Example

23 Statistical Modelling of Physiology!

24 Statistical Modelling of Physiology!

25 Statistical Modelling of Physiology! First mode of variation Mean transformations

26 Statistical Modelling of Physiology! Second mode of variation Mean transformations

27 SSM for Segmentation: Active Shape Models

28 Active Shape Models ASM > General idea Start with SSM and image Initially place SSM in image Sample along SSM surface normals, find largest gradient (= edge) Deform pose (scale, rotation, translation) and shape (PCA modes) of model to best fit to extracted image features (largest gradient) Cootes et al

29 Initialization A Crucial Step > Approximately align SSM with structure of interest > Many different methods, choose the one for your application User interaction Centroid alignment Chamfer matching Atlas registration Global search on entire image (evolutionary algorithms) 29

30 Initialization A Crucial Step Importance of Initialization Initial 2 Iterations 20 Iterations 30 Image Source: Cootes et. al. SPIE Medical Imaging, 2001

31 Feature Extraction > Edge detection methods.. 31

32 Normals > SSM points + connections give mesh So we know the neighbors of each point of two vectors yields orthogonal vector This is the surface normal 32

33 Sampling along profiles > Given: Point on SSM Normal at that point > Sample along normal profile > Parameters Sampling range Sampling step size Yields 2k+1 samples > Choose point with largest feature value (gradient) > Model point should be transformed to that point 33

34 Pose Estimation > Goal: Rough alignment of both shapes! > Here: similarity transform in 2D! > Optimize registration process according to certain cost function (e.g. mean Euclidean distance)! X = T X t ICP, s, Θ( x) T X t, s, Θ x x = y y t t Θ + s cos ssin Θ ssin Θ x s cosθ y minimize Y X = Y T, s, Θ( x) X t 34

35 Shape Estimation > PCA-based deformation > Keep only k most important PCA modes (e.g. so that k modes account for 90% of variance) > Threshold b to allow for plausible shapes only, e.g. b i < 3 σ i (3 std.dev. capture more than 95% of variation in Gaussian distribution) b b x x + = = P P T T Pb ( x x) ( Y x) 35

36 Optimization Schemes > Optimize pose and shape part separately or jointly > Optimization Choose optimizer for pose estimation (e.g. gradient descent) Closed form solution for shape > Iterative method: Compute profile along normals Adjust pose Adjust shape Iterate from beginning until convergence b = P X = TX t, s, Θ( x + Pb) Y = TX t, s, Θ( x + Pb) T ( T X t 1, s, Θ ( Y) x) 36

37 Summary The Complete ASM Algorithm 37

38 Advanced Methods > Multiresolution pyramid > Handling noise by averaging along normal points > Intensity profiles 38

39 Advanced Methods > Intensity profiles: Modeling local structure 1. Samples along profile for ith image 2. Avoid intensity changes-> use gradient values 3. Normalize 4. Repeat for each data point 5. Assume Gaussian distribution: (g,s g ) 6. Quality of fit for new sample s: Mahalanobis distance 7. Pick lowest values (higher probability) 39

40 Examples ASM 2D Initial 2 Iterations 6 Iterations 18 Iterations 40 Image Source: Cootes et. al. SPIE Medical Imaging, 2001

41 Examples ASM 2D Clinical example Initial 1 Iteration 14 Iterations 41 Image Source: Cootes et. al. SPIE Medical Imaging, 2001

42 Examples ASM 3D [Fripp 2007] [Bauer 2012] 42

43 Example in CMF 43

44 Example in CMF ASM enhanced with muscle information Model Patient 44

45 Example in CMF Model enhanced with: Facial muscles Muscle fibers (anisotropy of tissue properties) Predefined surgical approaches Data preprocessing (e.g. cropping) Simulation-specific (e.g. sliding contact areas) 45

46 Statismo > Statismo provides a high level API. > Users works with shapes, not vectors. > Core functionality implemented only once. > Exchanging models becomes easy. Application 1 Sampling High level API Probabilities Representer (model semantic) Portable File (HDF5) Statismo Application n Conditional distributions 46

47 Image-guided soft tissue deformation for CMF surgery Statismo is Open Source Get it at Statismo - A framework for PCA based statistical models Lüthi M., Blanc R., Albrecht T., Gass T., Goksel O., Büchler P., Kistler M., Bousleiman H., Reyes M., Cattin P., Vetter T. Insight Journal, 47

48 Building texture models > Warp each training sample to mean shape to obtain meanfree patch > Sample intensities from shape-normalized image to form a texture vector > Normalize intensity to eliminate *lighting* variations > Start from the beginning, same as SSM PCA on normalized texture data g g + P g b g > We want to obtain a combined appearance model, which contains both shape and texture variations 48

49 Combined models of appearance > Shape and texture summarized by parameter vectors b > Handle correlations between shape and texture parameters b s and b g > Apply PCA on combined b to get eigenvectors P c and eigenvalues c > c is vector of appearance parameters controlling both shape and texture b Wsb = bg b = s P c c Weighting to account for unit differences 49

50 Combined Models of Appearance > Linear model > We can express shape and texture directly as function of c > How to generate a new image: Generate shape-free intensity image from g Warp it using the control points described by x Q s x = x + g = g + = PW s Q c Q 1 s Q = P g g s g P P c cs cg 50

51 Model Fitting > Minimize difference between new image and the synthetic AAM image > Key step: estimate parameter update from current image sample > Difference vector δi = I I i m 51

52 Model Fitting More Detailed 1 > Estimate update step using Jacobian > Residual difference r(p) > p is parameter vector p(c,t,u) > Minimize error E(p) > Taylor expansion of r(p+δp) > Choose δp to minimize E(p+ δp) > Need estimate of Jacobian J > Estimate J by small displacements on training set r( p) = g s g m E ( p) = r( p) r( p + δp) = r( p) + 2 r δp p E( p + δ p) = r( p + δp) δp = Rr( p) r R = p T r p 1 r p 2 T r J = p 52

53 Model Fitting More Detailed 2 > Iterative algorithm: Measure residual error r(p) Predict correction δp=-rr(p) p=p+k δp Repeat to convergence r( p) = g s g m δp = Rr( p) 53

54 Summary The Complete AAM Algorithm 9. Repeat until convergence 54

55 Examples AAM 55

56 Blanz &Vetter et al. 99 Example: AAM in face synthesis > Parameters: Pose, shape, illumination

57 Examples AAM [Cootes 2004] [Dornaika 2003] 57

58 Comparison ASM AAM Differences! > ASM searches around current position along normals, AAM searches at current position! > ASM minimizes distance between model and corresponding points, AAM minimizes difference between synthetic and target image!! Evaluation > ASM usually has larger capture range > ASM is faster > ASM usually has more accurate feature point location > AAM gives better match to image texture 58

59 References > [1] Cootes T.F., Taylor C.J., Cooper D.H., Graham J., Active Shape Models Their training and application Computer Vision and Image Understanding, 1995 > [2] Cootes T., Taylor C.J., Statistical Models of Appearance for Computer Vision, TechReport University of Manchester, 2004 > [3] Heimann T., Meinzer H., Statistical Shape Models for 3D Medical Image Segmentation: A Review, Medical Image Analysis,

60 Evaluating segmentation

61 Validation of Image Segmentation > Digital phantoms. Ground truth known accurately. Not so realistic. > Acquisitions and careful segmentation. Some uncertainty in ground truth. More realistic. > Autopsy/histopathology. Addresses pathology directly; resolution > Clinical data? Hard to know ground truth. Most realistic model. Source: S. Warfield

62 Validation of Image Segmentation > Comparison to digital and physical phantoms: Excellent for testing the anatomy, noise and artifact which is modeled. Typically lacks range of normal or pathological variability encountered in practice. Most common atlas: BrainWeb MRI of brain phantom from Prastawa et al. MedIA 2010 MRI of brain phantom from Styner et al. IEEE TMI 2000

63 Comparison To Higher Resolution MRI Photograph MRI Provided by Peter Ratiu and Florin Talos. Source: S. Warfield

64 Comparison To Higher Resolution Photograph MRI Photograph Microscopy Provided by Peter Ratiu and Florin Talos. Source: S. Warfield

65 Comparison to Autopsy Data > Neonate gyrification index Ratio of length of cortical boundary to length of smooth contour enclosing brain surface Source: S. Warfield

66 Validation of Image Segmentation > Comparison to expert performance; to other algorithms. Experts are currently doing the segmentation tasks that we seek algorithms for. Surgical planning. Neuroscience research. > What is the appropriate measure for such comparisons? Source: S. Warfield

67 Measures of Expert Performance > Repeated measures of volume Intra-class correlation coefficient > Spatial overlap Jaccard coefficient: Area of intersection over union. Dice coefficient: increased weight of intersection. Vote counting: majority rule, etc. > Boundary measures Hausdorff, 95% Hausdorff. > Bland-Altman methodology: Requires a reference standard. > Measures of correct classification rate: Sensitivity, specificity ( Pr(D=1 T=1), Pr(D=0 T=0) ) Positive predictive value and negative predictive value (posterior probabilities Pr(T=1 D=1), Pr(T=0 D=0) )

68 Measures of Expert Performance > Measures of correct classification rate: Sensitivity, specificity ( Pr(D=1 T=1), Pr(D=0 T=0) ) Positive predictive value and negative predictive value (posterior probabilities Pr(T=1 D=1), Pr(T=0 D=0) ) Wikipedia

69 Thanks for your attention!

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

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

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

A Generation Methodology for Numerical Phantoms with Statistically Relevant Variability of Geometric and Physical Properties

A Generation Methodology for Numerical Phantoms with Statistically Relevant Variability of Geometric and Physical Properties A Generation Methodology for Numerical Phantoms with Statistically Relevant Variability of Geometric and Physical Properties Steven Dolly 1, Eric Ehler 1, Yang Lou 2, Mark Anastasio 2, Hua Li 2 (1) University

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

Colorado School of Mines. Computer Vision. Professor William Hoff Dept of Electrical Engineering &Computer Science.

Colorado School of Mines. Computer Vision. Professor William Hoff Dept of Electrical Engineering &Computer Science. Professor William Hoff Dept of Electrical Engineering &Computer Science http://inside.mines.edu/~whoff/ 1 Statistical Models for Shape and Appearance Note some material for these slides came from Algorithms

More information

Automatic Modelling Image Represented Objects Using a Statistic Based Approach

Automatic Modelling Image Represented Objects Using a Statistic Based Approach Automatic Modelling Image Represented Objects Using a Statistic Based Approach Maria João M. Vasconcelos 1, João Manuel R. S. Tavares 1,2 1 FEUP Faculdade de Engenharia da Universidade do Porto 2 LOME

More information

22 October, 2012 MVA ENS Cachan. Lecture 5: Introduction to generative models Iasonas Kokkinos

22 October, 2012 MVA ENS Cachan. Lecture 5: Introduction to generative models Iasonas Kokkinos Machine Learning for Computer Vision 1 22 October, 2012 MVA ENS Cachan Lecture 5: Introduction to generative models Iasonas Kokkinos Iasonas.kokkinos@ecp.fr Center for Visual Computing Ecole Centrale Paris

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

Occluded Facial Expression Tracking

Occluded Facial Expression Tracking Occluded Facial Expression Tracking Hugo Mercier 1, Julien Peyras 2, and Patrice Dalle 1 1 Institut de Recherche en Informatique de Toulouse 118, route de Narbonne, F-31062 Toulouse Cedex 9 2 Dipartimento

More information

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

Surgery Simulation and Planning

Surgery Simulation and Planning Surgery Simulation and Planning S. H. Martin Roth Dr. Rolf M. Koch Daniel Bielser Prof. Dr. Markus Gross Facial surgery project in collaboration with Prof. Dr. Dr. H. Sailer, University Hospital Zurich,

More information

Where are we now? Structural MRI processing and analysis

Where are we now? Structural MRI processing and analysis Where are we now? Structural MRI processing and analysis Pierre-Louis Bazin bazin@cbs.mpg.de Leipzig, Germany Structural MRI processing: why bother? Just use the standards? SPM FreeSurfer FSL However:

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

Machine Learning for Medical Image Analysis. A. Criminisi

Machine Learning for Medical Image Analysis. A. Criminisi Machine Learning for Medical Image Analysis A. Criminisi Overview Introduction to machine learning Decision forests Applications in medical image analysis Anatomy localization in CT Scans Spine Detection

More information

Facial Feature Detection

Facial Feature Detection Facial Feature Detection Rainer Stiefelhagen 21.12.2009 Interactive Systems Laboratories, Universität Karlsruhe (TH) Overview Resear rch Group, Universität Karlsruhe (TH H) Introduction Review of already

More information

AN essential part of any computer-aided surgery is planning

AN essential part of any computer-aided surgery is planning 1 A Model Based Validation Scheme for Organ Segmentation in CT Scan Volumes Hossein Badakhshannoory, Student Member, IEEE, and Parvaneh Saeedi, Member, IEEE Abstract In this work, we propose a novel approach

More information

The Anatomical Equivalence Class Formulation and its Application to Shape-based Computational Neuroanatomy

The Anatomical Equivalence Class Formulation and its Application to Shape-based Computational Neuroanatomy The Anatomical Equivalence Class Formulation and its Application to Shape-based Computational Neuroanatomy Sokratis K. Makrogiannis, PhD From post-doctoral research at SBIA lab, Department of Radiology,

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 1,2, Hannan Abdillahi 3, Lala Ceklic 3, Ute Wolf-Schnurrbusch 2,3, and Jens Kowal 1,2 1 ARTORG

More information

Active Appearance Models

Active Appearance Models IEEE TRANSACTIONS ON PATTERN ANALYSIS AND MACHINE INTELLIGENCE, VOL. 23, NO. 6, JUNE 2001 681 Active Appearance Models Timothy F. Cootes, Gareth J. Edwards, and Christopher J. Taylor AbstractÐWe describe

More information

Nonrigid Registration using Free-Form Deformations

Nonrigid Registration using Free-Form Deformations Nonrigid Registration using Free-Form Deformations Hongchang Peng April 20th Paper Presented: Rueckert et al., TMI 1999: Nonrigid registration using freeform deformations: Application to breast MR images

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

Introduction to Medical Image Processing

Introduction to Medical Image Processing Introduction to Medical Image Processing Δ Essential environments of a medical imaging system Subject Image Analysis Energy Imaging System Images Image Processing Feature Images Image processing may be

More information

Assessing Accuracy Factors in Deformable 2D/3D Medical Image Registration Using a Statistical Pelvis Model

Assessing Accuracy Factors in Deformable 2D/3D Medical Image Registration Using a Statistical Pelvis Model Assessing Accuracy Factors in Deformable 2D/3D Medical Image Registration Using a Statistical Pelvis Model Jianhua Yao National Institute of Health Bethesda, MD USA jyao@cc.nih.gov Russell Taylor The Johns

More information

Active Wavelet Networks for Face Alignment

Active Wavelet Networks for Face Alignment Active Wavelet Networks for Face Alignment Changbo Hu, Rogerio Feris, Matthew Turk Dept. Computer Science, University of California, Santa Barbara {cbhu,rferis,mturk}@cs.ucsb.edu Abstract The active appearance

More information

Automatic Rapid Segmentation of Human Lung from 2D Chest X-Ray Images

Automatic Rapid Segmentation of Human Lung from 2D Chest X-Ray Images Automatic Rapid Segmentation of Human Lung from 2D Chest X-Ray Images Abstract. In this paper, we propose a complete framework that segments lungs from 2D Chest X-Ray (CXR) images automatically and rapidly.

More information

Object Identification in Ultrasound Scans

Object Identification in Ultrasound Scans Object Identification in Ultrasound Scans Wits University Dec 05, 2012 Roadmap Introduction to the problem Motivation Related Work Our approach Expected Results Introduction Nowadays, imaging devices like

More information

A Comparative Evaluation of Active Appearance Model Algorithms

A Comparative Evaluation of Active Appearance Model Algorithms A Comparative Evaluation of Active Appearance Model Algorithms T.F. Cootes, G. Edwards and C.J. Taylor Dept. Medical Biophysics, Manchester University, UK tcootes@server1.smb.man.ac.uk Abstract An Active

More information

Prostate Detection Using Principal Component Analysis

Prostate Detection Using Principal Component Analysis Prostate Detection Using Principal Component Analysis Aamir Virani (avirani@stanford.edu) CS 229 Machine Learning Stanford University 16 December 2005 Introduction During the past two decades, computed

More information

1 Introduction Motivation and Aims Functional Imaging Computational Neuroanatomy... 12

1 Introduction Motivation and Aims Functional Imaging Computational Neuroanatomy... 12 Contents 1 Introduction 10 1.1 Motivation and Aims....... 10 1.1.1 Functional Imaging.... 10 1.1.2 Computational Neuroanatomy... 12 1.2 Overview of Chapters... 14 2 Rigid Body Registration 18 2.1 Introduction.....

More information

Fast Correction Method for Abdominal Multi-Organ Segmentation Using 2D/3D Free Form Deformation and Posterior Shape Models

Fast Correction Method for Abdominal Multi-Organ Segmentation Using 2D/3D Free Form Deformation and Posterior Shape Models Fast Correction Method for Abdominal Multi-Organ Segmentation Using 2D/3D Free Form Deformation and Posterior Shape Models Waldo Valenzuela 1, Juan Cerrolaza 2, Ronald M. Summers 3, Marius George Linguraru

More information

Lecture 15 Active Shape Models

Lecture 15 Active Shape Models Lecture 15 Active Shape Models Methods in Medical Image Analysis - Spring 2018 16-725 (CMU RI) : BioE 2630 (Pitt) Dr. John Galeotti The content of these slides by John Galeotti, 2012-2018 Carnegie Mellon

More information

Enhanced Active Shape Models with Global Texture Constraints for Image Analysis

Enhanced Active Shape Models with Global Texture Constraints for Image Analysis Enhanced Active Shape Models with Global Texture Constraints for Image Analysis Shiguang Shan, Wen Gao, Wei Wang, Debin Zhao, Baocai Yin Institute of Computing Technology, Chinese Academy of Sciences,

More information

Automatic Generation of Shape Models Using Nonrigid Registration with a Single Segmented Template Mesh

Automatic Generation of Shape Models Using Nonrigid Registration with a Single Segmented Template Mesh Automatic Generation of Shape Models Using Nonrigid Registration with a Single Segmented Template Mesh Geremy Heitz, Torsten Rohlfing, and Calvin R. Maurer, Jr. Image Guidance Laboratories Department of

More information

Face Recognition Using Active Appearance Models

Face Recognition Using Active Appearance Models Face Recognition Using Active Appearance Models G.J. Edwards, T.F. Cootes, and C.J. Taylor Wolfson Image Analysis Unit, Department of Medical Biophysics, University of Manchester, Manchester M13 9PT, U.K.

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

DISTANCE MAPS: A ROBUST ILLUMINATION PREPROCESSING FOR ACTIVE APPEARANCE MODELS

DISTANCE MAPS: A ROBUST ILLUMINATION PREPROCESSING FOR ACTIVE APPEARANCE MODELS DISTANCE MAPS: A ROBUST ILLUMINATION PREPROCESSING FOR ACTIVE APPEARANCE MODELS Sylvain Le Gallou*, Gaspard Breton*, Christophe Garcia*, Renaud Séguier** * France Telecom R&D - TECH/IRIS 4 rue du clos

More information

Multi-View Active Appearance Models: Application to X-Ray LV Angiography

Multi-View Active Appearance Models: Application to X-Ray LV Angiography improvement Chapter 3 Multi-View Active Appearance Models: Application to X-Ray LV Angiography and Cardiac MRI This chapter was adapted from: Multi-View Active Appearance Models: Application to X-Ray LV

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

Dense Image-based Motion Estimation Algorithms & Optical Flow

Dense Image-based Motion Estimation Algorithms & Optical Flow Dense mage-based Motion Estimation Algorithms & Optical Flow Video A video is a sequence of frames captured at different times The video data is a function of v time (t) v space (x,y) ntroduction to motion

More information

Sparse Shape Registration for Occluded Facial Feature Localization

Sparse Shape Registration for Occluded Facial Feature Localization Shape Registration for Occluded Facial Feature Localization Fei Yang, Junzhou Huang and Dimitris Metaxas Abstract This paper proposes a sparsity driven shape registration method for occluded facial feature

More information

Global-to-Local Shape Matching for Liver Segmentation in CT Imaging

Global-to-Local Shape Matching for Liver Segmentation in CT Imaging Global-to-Local Shape Matching for Liver Segmentation in CT Imaging Kinda Anna Saddi 1,2, Mikaël Rousson 1, Christophe Chefd hotel 1, and Farida Cheriet 2 1 Department of Imaging and Visualization, Siemens

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

A Registration-Based Atlas Propagation Framework for Automatic Whole Heart Segmentation

A Registration-Based Atlas Propagation Framework for Automatic Whole Heart Segmentation A Registration-Based Atlas Propagation Framework for Automatic Whole Heart Segmentation Xiahai Zhuang (PhD) Centre for Medical Image Computing University College London Fields-MITACS Conference on Mathematics

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

Medicale Image Analysis

Medicale Image Analysis Medicale Image Analysis Registration Validation Prof. Dr. Philippe Cattin MIAC, University of Basel Prof. Dr. Philippe Cattin: Registration Validation Contents 1 Validation 1.1 Validation of Registration

More information

Facial Feature Points Tracking Based on AAM with Optical Flow Constrained Initialization

Facial Feature Points Tracking Based on AAM with Optical Flow Constrained Initialization Journal of Pattern Recognition Research 7 (2012) 72-79 Received Oct 24, 2011. Revised Jan 16, 2012. Accepted Mar 2, 2012. Facial Feature Points Tracking Based on AAM with Optical Flow Constrained Initialization

More information

Automatic Construction of 3D Statistical Deformation Models Using Non-rigid Registration

Automatic Construction of 3D Statistical Deformation Models Using Non-rigid Registration Automatic Construction of 3D Statistical Deformation Models Using Non-rigid Registration D. Rueckert 1, A.F. Frangi 2,3, and J.A. Schnabel 4 1 Visual Information Processing, Department of Computing, Imperial

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

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

Overview of Proposed TG-132 Recommendations

Overview of Proposed TG-132 Recommendations Overview of Proposed TG-132 Recommendations Kristy K Brock, Ph.D., DABR Associate Professor Department of Radiation Oncology, University of Michigan Chair, AAPM TG 132: Image Registration and Fusion Conflict

More information

Preprocessing II: Between Subjects John Ashburner

Preprocessing II: Between Subjects John Ashburner Preprocessing II: Between Subjects John Ashburner Pre-processing Overview Statistics or whatever fmri time-series Anatomical MRI Template Smoothed Estimate Spatial Norm Motion Correct Smooth Coregister

More information

Body Trunk Shape Estimation from Silhouettes by Using Homologous Human Body Model

Body Trunk Shape Estimation from Silhouettes by Using Homologous Human Body Model Body Trunk Shape Estimation from Silhouettes by Using Homologous Human Body Model Shunta Saito* a, Makiko Kochi b, Masaaki Mochimaru b, Yoshimitsu Aoki a a Keio University, Yokohama, Kanagawa, Japan; b

More information

Methods for data preprocessing

Methods for data preprocessing Methods for data preprocessing John Ashburner Wellcome Trust Centre for Neuroimaging, 12 Queen Square, London, UK. Overview Voxel-Based Morphometry Morphometry in general Volumetrics VBM preprocessing

More information

Fully Automatic Model Creation for Object Localization utilizing the Generalized Hough Transform

Fully Automatic Model Creation for Object Localization utilizing the Generalized Hough Transform Fully Automatic Model Creation for Object Localization utilizing the Generalized Hough Transform Heike Ruppertshofen 1,2,3, Cristian Lorenz 2, Peter Beyerlein 4, Zein Salah 3, Georg Rose 3, Hauke Schramm

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

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

Implicit Active Shape Models for 3D Segmentation in MR Imaging

Implicit Active Shape Models for 3D Segmentation in MR Imaging Implicit Active Shape Models for 3D Segmentation in MR Imaging Mikaël Rousson 1, Nikos Paragios 2, and Rachid Deriche 1 1 I.N.R.I.A. Sophia Antipolis, France E-mail: {Mikael.Rousson,Rachid.Deriche}@sophia.inria.fr

More information

Probabilistic Facial Feature Extraction Using Joint Distribution of Location and Texture Information

Probabilistic Facial Feature Extraction Using Joint Distribution of Location and Texture Information Probabilistic Facial Feature Extraction Using Joint Distribution of Location and Texture Information Mustafa Berkay Yilmaz, Hakan Erdogan, Mustafa Unel Sabanci University, Faculty of Engineering and Natural

More information

Semi-automatic Segmentation of Vertebral Bodies in Volumetric MR Images Using a Statistical Shape+Pose Model

Semi-automatic Segmentation of Vertebral Bodies in Volumetric MR Images Using a Statistical Shape+Pose Model Semi-automatic Segmentation of Vertebral Bodies in Volumetric MR Images Using a Statistical Shape+Pose Model A. Suzani, A. Rasoulian S. Fels, R. N. Rohling P. Abolmaesumi Robotics and Control Laboratory,

More information

shape modeling of the paranasal

shape modeling of the paranasal Automatic segmentation and statistical shape modeling of the paranasal sinuses to estimate natural variations Ayushi Sinha a, Simon Leonard a, Austin Reiter a, Masaru Ishii b, Russell H. Taylor a and Gregory

More information

Segmentation of Bony Structures with Ligament Attachment Sites

Segmentation of Bony Structures with Ligament Attachment Sites Segmentation of Bony Structures with Ligament Attachment Sites Heiko Seim 1, Hans Lamecker 1, Markus Heller 2, Stefan Zachow 1 1 Visualisierung und Datenanalyse, Zuse-Institut Berlin (ZIB), 14195 Berlin

More information

Biomedical Image Processing

Biomedical Image Processing Biomedical Image Processing Jason Thong Gabriel Grant 1 2 Motivation from the Medical Perspective MRI, CT and other biomedical imaging devices were designed to assist doctors in their diagnosis and treatment

More information

Segmentation of 3D CT Volume Images Using a Single 2D Atlas

Segmentation of 3D CT Volume Images Using a Single 2D Atlas Segmentation of 3D CT Volume Images Using a Single 2D Atlas Feng Ding 1, Wee Kheng Leow 1, and Shih-Chang Wang 2 1 Dept. of Computer Science, National University of Singapore, 3 Science Drive 2, Singapore

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

3D Active Appearance Model for Aligning Faces in 2D Images

3D Active Appearance Model for Aligning Faces in 2D Images 3D Active Appearance Model for Aligning Faces in 2D Images Chun-Wei Chen and Chieh-Chih Wang Abstract Perceiving human faces is one of the most important functions for human robot interaction. The active

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

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

Light Field Appearance Manifolds

Light Field Appearance Manifolds Light Field Appearance Manifolds Chris Mario Christoudias, Louis-Philippe Morency, and Trevor Darrell Computer Science and Artificial Intelligence Laboratory Massachussetts Institute of Technology Cambridge,

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

Correspondence Detection Using Wavelet-Based Attribute Vectors

Correspondence Detection Using Wavelet-Based Attribute Vectors Correspondence Detection Using Wavelet-Based Attribute Vectors Zhong Xue, Dinggang Shen, and Christos Davatzikos Section of Biomedical Image Analysis, Department of Radiology University of Pennsylvania,

More information

Basic principles of MR image analysis. Basic principles of MR image analysis. Basic principles of MR image analysis

Basic principles of MR image analysis. Basic principles of MR image analysis. Basic principles of MR image analysis Basic principles of MR image analysis Basic principles of MR image analysis Julien Milles Leiden University Medical Center Terminology of fmri Brain extraction Registration Linear registration Non-linear

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

Ischemic Stroke Lesion Segmentation Proceedings 5th October 2015 Munich, Germany

Ischemic Stroke Lesion Segmentation   Proceedings 5th October 2015 Munich, Germany 0111010001110001101000100101010111100111011100100011011101110101101012 Ischemic Stroke Lesion Segmentation www.isles-challenge.org Proceedings 5th October 2015 Munich, Germany Preface Stroke is the second

More information

Feature Detection and Tracking with Constrained Local Models

Feature Detection and Tracking with Constrained Local Models Feature Detection and Tracking with Constrained Local Models David Cristinacce and Tim Cootes Dept. Imaging Science and Biomedical Engineering University of Manchester, Manchester, M3 9PT, U.K. david.cristinacce@manchester.ac.uk

More information

Faces. Face Modeling. Topics in Image-Based Modeling and Rendering CSE291 J00 Lecture 17

Faces. Face Modeling. Topics in Image-Based Modeling and Rendering CSE291 J00 Lecture 17 Face Modeling Topics in Image-Based Modeling and Rendering CSE291 J00 Lecture 17 Faces CS291-J00, Winter 2003 From David Romdhani Kriegman, slides 2003 1 Approaches 2-D Models morphing, indexing, etc.

More information

Active Appearance Models

Active Appearance Models Active Appearance Models Edwards, Taylor, and Cootes Presented by Bryan Russell Overview Overview of Appearance Models Combined Appearance Models Active Appearance Model Search Results Constrained Active

More information

Feature Tracking and Optical Flow

Feature Tracking and Optical Flow Feature Tracking and Optical Flow Prof. D. Stricker Doz. G. Bleser Many slides adapted from James Hays, Derek Hoeim, Lana Lazebnik, Silvio Saverse, who 1 in turn adapted slides from Steve Seitz, Rick Szeliski,

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

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

A Unified Framework for Atlas Matching using Active Appearance Models

A Unified Framework for Atlas Matching using Active Appearance Models A Unified Framework for Atlas Matching using Active Appearance Models T.F. Cootes, C. Beeston, G.J. Edwards and C.J. Taylor Imaging Science and Biomedical Engineering, University of Manchester, Manchester

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

Face View Synthesis Across Large Angles

Face View Synthesis Across Large Angles Face View Synthesis Across Large Angles Jiang Ni and Henry Schneiderman Robotics Institute, Carnegie Mellon University, Pittsburgh, PA 1513, USA Abstract. Pose variations, especially large out-of-plane

More information

Registration Techniques

Registration Techniques EMBO Practical Course on Light Sheet Microscopy Junior-Prof. Dr. Olaf Ronneberger Computer Science Department and BIOSS Centre for Biological Signalling Studies University of Freiburg Germany O. Ronneberger,

More information

The Insight Toolkit. Image Registration Algorithms & Frameworks

The Insight Toolkit. Image Registration Algorithms & Frameworks The Insight Toolkit Image Registration Algorithms & Frameworks Registration in ITK Image Registration Framework Multi Resolution Registration Framework Components PDE Based Registration FEM Based Registration

More information

Segmentation Computer Vision Spring 2018, Lecture 27

Segmentation Computer Vision Spring 2018, Lecture 27 Segmentation http://www.cs.cmu.edu/~16385/ 16-385 Computer Vision Spring 218, Lecture 27 Course announcements Homework 7 is due on Sunday 6 th. - Any questions about homework 7? - How many of you have

More information

Face Alignment Using Statistical Models and Wavelet Features

Face Alignment Using Statistical Models and Wavelet Features Face Alignment Using Statistical Models and Wavelet Features Feng Jiao 1*, Stan Li, Heung-Yeung Shum, Dale Schuurmans 1 1 Department of Computer Science, University of Waterloo Waterloo, Canada Microsoft

More information

Analysis of Functional MRI Timeseries Data Using Signal Processing Techniques

Analysis of Functional MRI Timeseries Data Using Signal Processing Techniques Analysis of Functional MRI Timeseries Data Using Signal Processing Techniques Sea Chen Department of Biomedical Engineering Advisors: Dr. Charles A. Bouman and Dr. Mark J. Lowe S. Chen Final Exam October

More information

Feature Based Registration - Image Alignment

Feature Based Registration - Image Alignment Feature Based Registration - Image Alignment Image Registration Image registration is the process of estimating an optimal transformation between two or more images. Many slides from Alexei Efros http://graphics.cs.cmu.edu/courses/15-463/2007_fall/463.html

More information

Development of 3D Model-based Morphometric Method for Assessment of Human Weight-bearing Joint. Taeho Kim

Development of 3D Model-based Morphometric Method for Assessment of Human Weight-bearing Joint. Taeho Kim Development of 3D Model-based Morphometric Method for Assessment of Human Weight-bearing Joint Taeho Kim Introduction Clinical measurement in the foot pathology requires accurate and robust measurement

More information

TEMPLATE-BASED AUTOMATIC SEGMENTATION OF MASSETER USING PRIOR KNOWLEDGE

TEMPLATE-BASED AUTOMATIC SEGMENTATION OF MASSETER USING PRIOR KNOWLEDGE TEMPLATE-BASED AUTOMATIC SEGMENTATION OF MASSETER USING PRIOR KNOWLEDGE H.P. Ng 1,, S.H. Ong 3, P.S. Goh 4, K.W.C. Foong 1, 5, W.L. Nowinski 1 NUS Graduate School for Integrative Sciences and Engineering,

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

Registration-Based Segmentation of Medical Images

Registration-Based Segmentation of Medical Images School of Computing National University of Singapore Graduate Research Paper Registration-Based Segmentation of Medical Images by Li Hao under guidance of A/Prof. Leow Wee Kheng July, 2006 Abstract Medical

More information

Functional MRI in Clinical Research and Practice Preprocessing

Functional MRI in Clinical Research and Practice Preprocessing Functional MRI in Clinical Research and Practice Preprocessing fmri Preprocessing Slice timing correction Geometric distortion correction Head motion correction Temporal filtering Intensity normalization

More information

Region-based Segmentation

Region-based Segmentation Region-based Segmentation Image Segmentation Group similar components (such as, pixels in an image, image frames in a video) to obtain a compact representation. Applications: Finding tumors, veins, etc.

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

Optimal Sub-Shape Models by Minimum Description Length

Optimal Sub-Shape Models by Minimum Description Length Optimal Sub-Shape Models by Minimum Description Length Paper Number : 060 Abstract Active shape models are a powerful and widely used tool to interpret complex image data. By building models of shape variation

More information

Surface Registration. Gianpaolo Palma

Surface Registration. Gianpaolo Palma Surface Registration Gianpaolo Palma The problem 3D scanning generates multiple range images Each contain 3D points for different parts of the model in the local coordinates of the scanner Find a rigid

More information

Feature Descriptors. CS 510 Lecture #21 April 29 th, 2013

Feature Descriptors. CS 510 Lecture #21 April 29 th, 2013 Feature Descriptors CS 510 Lecture #21 April 29 th, 2013 Programming Assignment #4 Due two weeks from today Any questions? How is it going? Where are we? We have two umbrella schemes for object recognition

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