Top Banner
Texture-Based Image Texture-Based Image Retrieval for Computerized Retrieval for Computerized Tomography Databases Tomography Databases Winnie Tsang, Andrew Corboy, Ken Lee, Daniela Raicu and Jacob Furst
19

Texture-Based Image Retrieval for Computerized Tomography Databases Winnie Tsang, Andrew Corboy, Ken Lee, Daniela Raicu and Jacob Furst.

Dec 19, 2015

Download

Documents

Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Texture-Based Image Retrieval for Computerized Tomography Databases Winnie Tsang, Andrew Corboy, Ken Lee, Daniela Raicu and Jacob Furst.

Texture-Based Image Retrieval Texture-Based Image Retrieval for Computerized Tomography for Computerized Tomography

DatabasesDatabases

Winnie Tsang, Andrew Corboy, Ken Lee, Daniela Raicu and Jacob Furst

Page 2: Texture-Based Image Retrieval for Computerized Tomography Databases Winnie Tsang, Andrew Corboy, Ken Lee, Daniela Raicu and Jacob Furst.

2

OverviewOverview

• Motivation and Problem Statement

• Texture Feature Extraction– Global Features– Local Features

• Evaluation Metrics

• Texture Similarity Measures

• Performance Evaluation

• Experimental Results

• Conclusion

• Future Work

2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2

Page 3: Texture-Based Image Retrieval for Computerized Tomography Databases Winnie Tsang, Andrew Corboy, Ken Lee, Daniela Raicu and Jacob Furst.

3

Motivation Motivation

• Each patient can have many CT images taken and time is too critical for doctors and radiologists to look through each image.

• Develop applications and tools to assist and improve the process of analyzing large amounts of visual medical data.

• Picture Archiving and Communications Systems (PACS)

• Quantitative and shape relationships within an image

Page 4: Texture-Based Image Retrieval for Computerized Tomography Databases Winnie Tsang, Andrew Corboy, Ken Lee, Daniela Raicu and Jacob Furst.

4

MethodologyMethodology

Page 5: Texture-Based Image Retrieval for Computerized Tomography Databases Winnie Tsang, Andrew Corboy, Ken Lee, Daniela Raicu and Jacob Furst.

5

Key QuestionsKey Questions

- What are the best similarity measures for pixel and global-level data?

- Would pixel-level similarity measures outperform global-level measures?

- At pixel-level, is vector-based, histogram-binned or texture signatures results better?

- Which similarity performed best for each individual organ?

Page 6: Texture-Based Image Retrieval for Computerized Tomography Databases Winnie Tsang, Andrew Corboy, Ken Lee, Daniela Raicu and Jacob Furst.

6

Texture Feature ExtractionTexture Feature Extraction

Texture descriptors for each segmented image

[D1, D2,…D21 ]

Organ/Tissue segmentation in

CT images

Data: 344 images of interests

Segmented organs: liver, kidneys, spleen,

backbone, & heart

Segmentation algorithm: Active Contour Mappings

(Snakes)

Feature Extraction

Page 7: Texture-Based Image Retrieval for Computerized Tomography Databases Winnie Tsang, Andrew Corboy, Ken Lee, Daniela Raicu and Jacob Furst.

7

Texture Feature ExtractionTexture Feature Extraction

2D Co-occurrence Matrix

In order to quantify this spatial dependence of gray-level values, we calculate 10 Haralick texture features:

– Entropy– Energy (Angular

Second Moment)– Contrast – Homogeneity – SumMean (Mean)

– Variance – Correlation – Maximum Probability– Inverse Difference

Moment– Cluster Tendency

Page 8: Texture-Based Image Retrieval for Computerized Tomography Databases Winnie Tsang, Andrew Corboy, Ken Lee, Daniela Raicu and Jacob Furst.

8

Global-Level & Pixel-Level Global-Level & Pixel-Level TextureTexture

Global-Level Texture• 4 directions and 5 distances by pixel pairs • 10 Haralick features are calculated for each of the 20

matrices• Averaged single value for each of the 10 Haralick texture

features per slice

Pixel-Level Texture• 5-by-5 neighborhood pixel pair comparison in 8 directions

within the region• Takes into account every pixel within the region,

generating one matrix per 5x5 neighborhood region• Captures information at a local level.

Page 9: Texture-Based Image Retrieval for Computerized Tomography Databases Winnie Tsang, Andrew Corboy, Ken Lee, Daniela Raicu and Jacob Furst.

9

Texture Feature Texture Feature RepresentationsRepresentations

Means Vector-based Data– Consists of the average of the normalized pixel-level data for

each region such that the texture representation of that corresponding region is a vector instead of a set of vectors given by the pixels’ vector representation within that region

Binned-Histogram Data– Consists of texture values grouped within 256 equal-width

bins

Signature-based Data– Consists of clusters representing feature values that are

similar– A k-d tree algorithm is used to generate the clusters using two

stopping criterions: 1) minimum variance2) minimum cluster size

Page 10: Texture-Based Image Retrieval for Computerized Tomography Databases Winnie Tsang, Andrew Corboy, Ken Lee, Daniela Raicu and Jacob Furst.

10

Evaluation MetricsEvaluation Metrics

# of relevant items retrievedprecision =

# of items retrieved

# of relevant items retrievedrecall =

total # of relevant items

Page 11: Texture-Based Image Retrieval for Computerized Tomography Databases Winnie Tsang, Andrew Corboy, Ken Lee, Daniela Raicu and Jacob Furst.

11

Texture Similarity MeasuresTexture Similarity Measures

GLOBAL

Vector-Based– Euclidean Distance– Statistics– Minkowski-1

Distance

2

PIXEL-LEVEL

Vector-Based– Euclidean Distance– Statistics– Minkowski-1 Distance– Weighted Mean Variance

Binned-Histogram– Cramer/von Mises– Jeffrey-Divergence– Kolmogorov-Smirnov

Signature-based– Hausdorff Distance

2

Page 12: Texture-Based Image Retrieval for Computerized Tomography Databases Winnie Tsang, Andrew Corboy, Ken Lee, Daniela Raicu and Jacob Furst.

12

Performance EvaluationPerformance Evaluation

Precision

Page 13: Texture-Based Image Retrieval for Computerized Tomography Databases Winnie Tsang, Andrew Corboy, Ken Lee, Daniela Raicu and Jacob Furst.

13

Performance EvaluationPerformance Evaluation

Precision vs. Recall

Page 14: Texture-Based Image Retrieval for Computerized Tomography Databases Winnie Tsang, Andrew Corboy, Ken Lee, Daniela Raicu and Jacob Furst.

14

Image Retrieval ExampleImage Retrieval Example

1 2 3 4 5

Page 15: Texture-Based Image Retrieval for Computerized Tomography Databases Winnie Tsang, Andrew Corboy, Ken Lee, Daniela Raicu and Jacob Furst.

15

ConclusionConclusion

Jeffrey Divergence for pixel-level and Minkowski 1 Distance for global-level

Yes.

Binned Histogram Based

Jeffrey Divergence

- What are the best similarity measures for pixel and global-level data?

- Would pixel-level similarity measures outperform global-level measures?

- At pixel-level, is vector-based, binned-histogram based or texture signatures results better?

- Which similarity performed best for each individual organ?

Page 16: Texture-Based Image Retrieval for Computerized Tomography Databases Winnie Tsang, Andrew Corboy, Ken Lee, Daniela Raicu and Jacob Furst.

16

Future WorkFuture Work

• Experiment our system with patches of ‘pure’ tissues delineated by radiologists

• Investigate the effect of the window size for calculating the pixel level texture

• Explore other similarity measures

• As a long term goal, explore the integration of the CBIR system in the standard DICOM Query/Retrieve mechanisms in order to allow texture-based retrieval for the daily medical work flow

Page 17: Texture-Based Image Retrieval for Computerized Tomography Databases Winnie Tsang, Andrew Corboy, Ken Lee, Daniela Raicu and Jacob Furst.

17

ReferencesReferences

1. J.L. Bentley. Multidimensional binary search trees used for associative searching. Communications of the ACM, 18:509-517, 1975.

2. R.M. Haralick, K. Shanmugam, and I. Dinstein. Textural Features for Image Classification. IEEE Transactions on Systems, Man, and Cybernetics, vol. Smc-3, no.6, Nov. 1973. pp. 610-621.

3. Kass, M., Witkin, A., Terzopoulos, D. (1988). Snakes: Active contour models. Int’l. J. of Comp. Vis. 1(4).

4. Y. Rubner and C. Tomasi. Texture Metrics. In Proceedings of the IEEE International Conference on Systems, Man, and Cybernetics, pages 4601-4607, October 1998.

5. C.-H. Wei, C.-T. Li and R. Wilson. A General Framework for Content-Based Medical Image Retrieval with its Application to Mammograms. in Proc. SPIE Int’l Symposium on Medical Imaging, San Diego, February, 2005.

6. D.S. Raicu, J.D. Furst, D. Channin, D.H. Xu, & A. Kurani, A Texture Dictionary for Human Organs Tissues' Classification. Proceed. of the 8th World Multiconf. on Syst., Cyber. and Inform., July 18-21, 2004.

Page 18: Texture-Based Image Retrieval for Computerized Tomography Databases Winnie Tsang, Andrew Corboy, Ken Lee, Daniela Raicu and Jacob Furst.

18

THANK

YOU!

Page 19: Texture-Based Image Retrieval for Computerized Tomography Databases Winnie Tsang, Andrew Corboy, Ken Lee, Daniela Raicu and Jacob Furst.

19

QUESTIONS

?