na-mic national alliance for medical image computing segmentation core 1-3 meeting, may. 22-23,...

29
NA-MIC National Alliance for Medical Image Computing http://na-mic.org Segmentation Core 1-3 Meeting, May. 22-23, 2008 - SLC, UT

Upload: bertha-knight

Post on 13-Dec-2015

219 views

Category:

Documents


1 download

TRANSCRIPT

Page 1: NA-MIC National Alliance for Medical Image Computing  Segmentation Core 1-3 Meeting, May. 22-23, 2008 - SLC, UT

NA-MICNational Alliance for Medical Image Computing http://na-mic.org

Segmentation

Core 1-3 Meeting, May. 22-23, 2008 - SLC, UT

Page 2: NA-MIC National Alliance for Medical Image Computing  Segmentation Core 1-3 Meeting, May. 22-23, 2008 - SLC, UT

Georgia Tech/JHU

Prostate Segmentation & Registration Framework

Yi Gao (Georgia Tech), Allen Tannenbaum (Georgia Tech), Gabor Fichtinger (JHU)

Page 3: NA-MIC National Alliance for Medical Image Computing  Segmentation Core 1-3 Meeting, May. 22-23, 2008 - SLC, UT

Background

• Under the roadmap project: Brachytherapy Needle Positioning Robot Integration.

• Auto/Semiauto segmentation.

• Registration:– Between modalities: US/MRI– Before/during therapy

Page 4: NA-MIC National Alliance for Medical Image Computing  Segmentation Core 1-3 Meeting, May. 22-23, 2008 - SLC, UT

Segmentation

• Two approaches:– Random Walks(RW)

• RW + post process• Toward automatic segmentation

– Spherical wavelet shape based method

Page 5: NA-MIC National Alliance for Medical Image Computing  Segmentation Core 1-3 Meeting, May. 22-23, 2008 - SLC, UT

Random walks

• Random Walks(RW)– Result → – Less interaction– C++ code

Page 6: NA-MIC National Alliance for Medical Image Computing  Segmentation Core 1-3 Meeting, May. 22-23, 2008 - SLC, UT

Shape based method

• Spherical wavelet shape based method– Shape learning– ITK Spherical wavelet transformation– Shape based segmentation

Page 7: NA-MIC National Alliance for Medical Image Computing  Segmentation Core 1-3 Meeting, May. 22-23, 2008 - SLC, UT

Shape based method

• Spherical wavelet shape based method– Shape learning– ITK Spherical wavelet transformation– Shape based segmentation

Page 8: NA-MIC National Alliance for Medical Image Computing  Segmentation Core 1-3 Meeting, May. 22-23, 2008 - SLC, UT

Shape learning

• Align segmented shapes.– Registration under Similarity transform.

• Learn aligned shapes.– Statistical learning: PCA, KPCA, GPCA

Page 9: NA-MIC National Alliance for Medical Image Computing  Segmentation Core 1-3 Meeting, May. 22-23, 2008 - SLC, UT

Shape learning

• Align segmented shapes.– Registration under Similarity transform.

• Learn aligned shapes.– Statistical learning: PCA, KPCA, GPCA

Page 10: NA-MIC National Alliance for Medical Image Computing  Segmentation Core 1-3 Meeting, May. 22-23, 2008 - SLC, UT

Registration

• Common region extraction– Used as landmark

• Rigid/Deformable registration– Particle filter/Kalman filter– Optimal mass transportation

Page 11: NA-MIC National Alliance for Medical Image Computing  Segmentation Core 1-3 Meeting, May. 22-23, 2008 - SLC, UT

Landmark extraction

• Chan-Vese on manifold– Extract featured region on surface.– Feature defined by a function.

Color depicts a scalar function defined on a surface.

Page 12: NA-MIC National Alliance for Medical Image Computing  Segmentation Core 1-3 Meeting, May. 22-23, 2008 - SLC, UT

Landmark extraction, cont.

Page 13: NA-MIC National Alliance for Medical Image Computing  Segmentation Core 1-3 Meeting, May. 22-23, 2008 - SLC, UT

Landmark based Registration

• Concave belly of prostate– Common among all prostate

• Used as soft-landmark in registration.

Page 14: NA-MIC National Alliance for Medical Image Computing  Segmentation Core 1-3 Meeting, May. 22-23, 2008 - SLC, UT

UNC/MIND

Lesion Segmentation

Marcel Prastawa (Utah), Guido Gerig (Utah), Jeremy Bockholt (MIND)

Page 15: NA-MIC National Alliance for Medical Image Computing  Segmentation Core 1-3 Meeting, May. 22-23, 2008 - SLC, UT

Lesion Segmentation

T1

T2

before after

Page 16: NA-MIC National Alliance for Medical Image Computing  Segmentation Core 1-3 Meeting, May. 22-23, 2008 - SLC, UT

MIND Lupus Lesion

Page 17: NA-MIC National Alliance for Medical Image Computing  Segmentation Core 1-3 Meeting, May. 22-23, 2008 - SLC, UT

Iowa/MIND

Bayesian Classification of Lupus Lesions

Vincent A. Magnotta (Iowa), Jeremy Bockholt (MIND), Peter Pellegrino (Iowa)

Page 18: NA-MIC National Alliance for Medical Image Computing  Segmentation Core 1-3 Meeting, May. 22-23, 2008 - SLC, UT

Algorithm Overview

• Tissue classification algorithm coupled with lesion identification

• Required Inputs– T1, T2, and FLAIR images that have

been spatially normalized and bias field corrected

– Definition of the brain– Currently uses BRAINS Autoworkup

pipeline to fulfill these requirements

Page 19: NA-MIC National Alliance for Medical Image Computing  Segmentation Core 1-3 Meeting, May. 22-23, 2008 - SLC, UT

Algorithm• Uses K-means classification

– Initial estimate of GM, WM, and CSF based on minimum, mean, and standard deviation from T1 weighted image

– Kmeans segmentation into GM, WM, and CSF from T1 weighted image

• Lesion from FLAIR Images– Threshold FLAIR image based on mean and

standard deviation within the brain– Eliminate lesion voxels adjacent to CSF– Remaining lesion voxels from the Kmeans

classification are used to relabel the Kmeans labelmap with a Lesion value

Page 20: NA-MIC National Alliance for Medical Image Computing  Segmentation Core 1-3 Meeting, May. 22-23, 2008 - SLC, UT

Bayesian Classification• Define exemplars for classes

– Randomly sample 1000 points from GM, WM, CSF, and Lesion labels

– Used to define the means and variance for the classes

• Define class priors– Extract each class from labelmap generated in

previous step and filter with a 2mm gaussian filter

• Run multi-modal Bayesian classifier– T1, T2, and FLAIR images input

Page 21: NA-MIC National Alliance for Medical Image Computing  Segmentation Core 1-3 Meeting, May. 22-23, 2008 - SLC, UT

Results

Page 22: NA-MIC National Alliance for Medical Image Computing  Segmentation Core 1-3 Meeting, May. 22-23, 2008 - SLC, UT

MIT/Harvard

Tissue Classification

Kilian Pohl (MIT/BWH), Brad Davis (Kitware), Sylvain Bouix (Harvard), Marek Kubicki (Harvard), Martha Shenton (Harvard), Sandy Wells (BWH), Polina Golland (MIT)

Page 23: NA-MIC National Alliance for Medical Image Computing  Segmentation Core 1-3 Meeting, May. 22-23, 2008 - SLC, UT

Slicer 3 Module

Page 24: NA-MIC National Alliance for Medical Image Computing  Segmentation Core 1-3 Meeting, May. 22-23, 2008 - SLC, UT

EM-Segmenter

• Intensity normalization

• Structure hierarchy

• Registration– Atlas-to-subject

– Multimodal

• Applications: – Tissue classification– Structure parcelation– MS lesions segmentation

Page 25: NA-MIC National Alliance for Medical Image Computing  Segmentation Core 1-3 Meeting, May. 22-23, 2008 - SLC, UT

Georgia Tech/Harvard

Label Space Segmentation

Jimi Malcolm (Georgia Tech), Allen Tannenbaum (Georgia Tech), Yogesh Rathi (Harvard)

Page 26: NA-MIC National Alliance for Medical Image Computing  Segmentation Core 1-3 Meeting, May. 22-23, 2008 - SLC, UT

Problem: Constructing an anatomical model for multiple, covarying regions

- Slice from labeled brain:

State of the art - Signed distance maps: develop artifacts along interface

between regions, small variations on interface cause large perturbations far away

- Binary vectors: background bias during registration - LogOdds: natural probabilistic interpretation, but uses the

above intermediate representations thus incurring similar problems

Label Space

Page 27: NA-MIC National Alliance for Medical Image Computing  Segmentation Core 1-3 Meeting, May. 22-23, 2008 - SLC, UT

Label Space

Label Space:

- regular simplex:

- natural algebraic manipulation

- direct probabilistic interpretation

- unbiased toward any label

Page 28: NA-MIC National Alliance for Medical Image Computing  Segmentation Core 1-3 Meeting, May. 22-23, 2008 - SLC, UT

Label Space

Experiments:

- smoothing, interpolation

- registration

- probabilistic atlases

Page 29: NA-MIC National Alliance for Medical Image Computing  Segmentation Core 1-3 Meeting, May. 22-23, 2008 - SLC, UT

Questions?