Download - Biomedical Image Analysis and Machine Learning BMI 731 Winter 2005

Transcript
Page 1: Biomedical Image Analysis and Machine Learning BMI 731 Winter 2005

Biomedical Image Analysis and Machine Learning

BMI 731 Winter 2005 Kun Huang

Department of Biomedical InformaticsOhio State University

Page 2: Biomedical Image Analysis and Machine Learning BMI 731 Winter 2005

- Introduction to biomedical imaging

- Imaging modalities

- Components of an imaging system

- Areas of image analysis

- Machine learning and image analysis

Page 3: Biomedical Image Analysis and Machine Learning BMI 731 Winter 2005

- Why imaging? - Diagnosis

X-ray, MRI, Ultrasound, microscopic imaging (pathology and histology) …

- Visualization (invasive and noninvasive)3-D, 4-D

- Functional analysisFunctional MRI

- PhenotypingMicroscopic imaging for different genotypes, molecular

imaging

- QuantificationCell count, volume rendering, Ca2+ concentration …

Page 4: Biomedical Image Analysis and Machine Learning BMI 731 Winter 2005

- Imaging modalities- Wavelength

- Electron microscope- X-ray- UV- Light- Ultrasound

- MRI- Fluorescence- Multi-spectral- Tomography- Video

Ultrasound

Page 5: Biomedical Image Analysis and Machine Learning BMI 731 Winter 2005

- Components of Imaging System- Instrumentation :

- Electrical engineering, physics, histochemistry …

- Image generation- Sensor technology (e.g., scanner), coloring agents …

- Image processing and enhancement- Both software, hardware, or experimental (dynamic

contrast)

- Image analysis at all levels- Image processing, computer vision, machine learning- Manual/interactive

- Image storage and retrieval- Database/data warehouse

Page 6: Biomedical Image Analysis and Machine Learning BMI 731 Winter 2005

- Areas of Image Processing and Analysis- Image enhancement

- Color correction, noise removal, contrast enhancement …

- Feature extraction- color, point, edge (line, curves), area- cell, tissue type, organ, region

- Segmentation- Registration- 3-D reconstruction- Visualization- Quantization

Page 7: Biomedical Image Analysis and Machine Learning BMI 731 Winter 2005

- Image Analysis and Machine Learning- Why machine learning

- Classification at all levels- Pixel, texture, object …

- Pattern recognition, statistical learning, multivariate analysis …

- Statistical properties

Curtersy of Raghu Machiraju

Page 8: Biomedical Image Analysis and Machine Learning BMI 731 Winter 2005

- Common machine learning techniques- Dimensionality reduction

- Principal component analysis (PCA, SVD, KLT)- Linear discriminant analysis (LDA, Fisher’s discriminant)

stackPCA

Page 9: Biomedical Image Analysis and Machine Learning BMI 731 Winter 2005

- Common machine learning techniques- Supervised learning

Learning algorithm

Classifier ?

- Neural network, Support vector machine (SVM), MCMC, Bayesian network …

Page 10: Biomedical Image Analysis and Machine Learning BMI 731 Winter 2005

- Common machine learning techniques- Unsupervised learning

- K-means, K-subspaces, GPCA, hierarchical clustering, vector quantization, …

Page 11: Biomedical Image Analysis and Machine Learning BMI 731 Winter 2005

- Dimensionality Reduction- Principal component analysis (PCA)

- Singular value decomposition (SVD)

- Karhunen-Loeve transform (KLT)

Basis for P SVD

Page 12: Biomedical Image Analysis and Machine Learning BMI 731 Winter 2005

- Dimensionality Reduction- Principal component analysis (PCA)

=

=

Page 13: Biomedical Image Analysis and Machine Learning BMI 731 Winter 2005

- Dimensionality Reduction- Principal component analysis (PCA)

=

Knee point

Optimal in the sense of least square error.

Page 14: Biomedical Image Analysis and Machine Learning BMI 731 Winter 2005

- Principal Component Analysis (PCA)- Geometric meaning

- Fitting a low-dimensional linear model to data

Find and E such that J is minimized.

Page 15: Biomedical Image Analysis and Machine Learning BMI 731 Winter 2005

- Principal Component Analysis (PCA)- Statistical meaning

- Direction with the largest variance

Page 16: Biomedical Image Analysis and Machine Learning BMI 731 Winter 2005

- Principal Component Analysis (PCA)- Algebraic meaning

- Energy

Page 17: Biomedical Image Analysis and Machine Learning BMI 731 Winter 2005

- Principal Component Analysis (PCA)- Application : face recognition (Jon Krueger et. al.)

Average face

Eigenfaces – Principal Components

Page 18: Biomedical Image Analysis and Machine Learning BMI 731 Winter 2005

- Linear Discriminant Analysis

B

.

2.0

1.5

1.0

0.5

0.5 1.0 1.5 2.0

....

. ...

...

. .

A

w

.

(From S. Wu’s website)

Page 19: Biomedical Image Analysis and Machine Learning BMI 731 Winter 2005

Linear Discriminant AnalysisB

.

2.0

1.5

1.0

0.5

0.5 1.0 1.5 2.0 ..

.... . . ... .. A

w

.(From S. Wu’s website)

Page 20: Biomedical Image Analysis and Machine Learning BMI 731 Winter 2005

- Linear Discriminant Analysis (PCA)- Which direction is a good one to pick?

- Maximize the inter-cluster distance- Minimize the intra-cluster distance

- Compromise : maximize the ratio between the above two distances

Page 21: Biomedical Image Analysis and Machine Learning BMI 731 Winter 2005

- Next time- Supervised learning - SVM- Unsupervised learning – K-means- Spectral clustering

OR

- CT, Radon transform backprojection- MRI- Other image processing techniques (filtering,

convolution, color and contrast correction …)