a consistent density based clustering algorithm and its
play

A Consistent Density-Based Clustering Algorithm and its Application - PowerPoint PPT Presentation

A Consistent Density-Based Clustering Algorithm and its Application to Microstructure Image Segmentation Marilyn Vazquez Landrove Institute for Computational and Experimental Research in Mathematics Providence, RI Computational Imaging Vazquez


  1. A Consistent Density-Based Clustering Algorithm and its Application to Microstructure Image Segmentation Marilyn Vazquez Landrove Institute for Computational and Experimental Research in Mathematics Providence, RI Computational Imaging Vazquez (ICERM) Consistency of Density Based Clustering Computational Imaging 1 / 32

  2. Motivation Image Segmentation Acknowledgements National Institute of Standards and Technology Sponsor: Steve Langer Mentor: Gunay Dogan Data: Sheng Yen Li Other Collaborator: Andrew Reid Research supported by Industrial Immersion Program (IIP) at GMU Vazquez (ICERM) Consistency of Density Based Clustering Computational Imaging 2 / 32

  3. Motivation Image Segmentation Material Images: Steel Pearlite: A mixture of cementite and ferrite Simulations that let them measure the strength of their material. Vazquez (ICERM) Consistency of Density Based Clustering Computational Imaging 3 / 32

  4. Motivation Image Segmentation Material Images: Steel Information needed for simulations : Fraction of pearlite (stripe region) in image Fraction of ferrite (white stripes) in pearlite Space between ferrite stripes etc. First step to achieve these goals: Image Segmentation! Vazquez (ICERM) Consistency of Density Based Clustering Computational Imaging 4 / 32

  5. Motivation Image Segmentation Challenges (1) Texture is difficult to represent and (2) want the least amount of human involvement Vazquez (ICERM) Consistency of Density Based Clustering Computational Imaging 5 / 32

  6. Motivation Image Segmentation Create Features to Capture Patterns Edge detection : Use contrast to detect edges and let enclosed areas be the regions of interest. Ex: Canny Edge detector (1987) Match filters : Build filter bank that represents the desired pattern and convolve with image to measure “response.” Ex: Frangi Filter (1998) Region based : Grow/shrink input regions according to partial differential equation. Ex: Level set method by Osher and Sethian (1988) Vazquez (ICERM) Consistency of Density Based Clustering Computational Imaging 6 / 32

  7. Motivation Image Segmentation Image Segmentation as a Clustering Problem Our idea : Introduce manifold learning to achieve non-parametric image segmentation Vazquez (ICERM) Consistency of Density Based Clustering Computational Imaging 7 / 32

  8. Motivation Density Based Clustering Density Based Clustering How would you cluster points with the following density f ? Challenges: We do not have access to the real density f , but an estimation ˆ f . Vazquez (ICERM) Consistency of Density Based Clustering Computational Imaging 8 / 32

  9. Motivation Density Based Clustering Cut: Super-level Set Suppose we knew f , then a solution can be found looking at super-level sets, i.e. { x ∈ X N : f ( x ) ≥ λ } Vazquez (ICERM) Consistency of Density Based Clustering Computational Imaging 9 / 32

  10. Motivation Density Based Clustering Cluster: Connected Components Connected components of { x ∈ X N : f ( x ) ≥ λ } Vazquez (ICERM) Consistency of Density Based Clustering Computational Imaging 10 / 32

  11. Motivation Density Based Clustering Classify How do we label the rest of the points? Using a classifier! Vazquez (ICERM) Consistency of Density Based Clustering Computational Imaging 11 / 32

  12. Consistency of clustering Section 2 Consistency of clustering Vazquez (ICERM) Consistency of Density Based Clustering Computational Imaging 12 / 32

  13. Consistency of clustering Intuition Consistency Definition Let T be the true clustering of M and { T n } be a sequence of random clusterings of M . The sequence { T n } is consistent if for every sufficiently small δ, γ > 0, the following conditions hold for sufficiently large n : 1 (Separation) T n ⊂ B ( T , δ ) 2 (Coverage) T ⊂ B ( T n , δ ) 3 (Cohesiveness) The inclusions in (1) and (2) define a one-to-one correspondence between the connected components of T and T n with probability 1 − γ . Vazquez (ICERM) Consistency of Density Based Clustering Computational Imaging 13 / 32

  14. Consistency of clustering Consistency Definition Separation: T n ⊂ B ( T , δ ) Vazquez (ICERM) Consistency of Density Based Clustering Computational Imaging 14 / 32

  15. Consistency of clustering Consistency Definition Coverage: T ⊂ B ( T n , δ ) Vazquez (ICERM) Consistency of Density Based Clustering Computational Imaging 15 / 32

  16. Consistency of clustering Consistency Definition Consistency of Density Based Clustering Let X n be a data cloud of n points sampled from M ⊆ R d using probability density function q Let q n be a consistent density estimator of q . For density based clustering, clearly T = T λ ( q ) i.e. the superlevel set of density q at λ . Vazquez (ICERM) Consistency of Density Based Clustering Computational Imaging 16 / 32

  17. Consistency of clustering Consistency Definition Consistency of Density Based Clustering: Theorem Theorem Let q : R d → R be a C d probability density function such that q ( x ) → 0 as || x || → ∞ . Also, assume that q n is a consistent density estimator of q with variance σ 2 n . Suppose that q n has a Lipschitz constant L n such that L d n σ 2 n → 0 as n → ∞ . Denote the superlevel set of a function as T λ ( f ) = { x ∈ X n : f ( x ) > λ } . Then for almost every λ > 0 and for small enough δ > 0 , B ( T λ ( q n ) , δ ) form a consistent clustering of T λ ( q ) . Vazquez (ICERM) Consistency of Density Based Clustering Computational Imaging 17 / 32

  18. Image Segmentation Section 3 Image Segmentation Vazquez (ICERM) Consistency of Density Based Clustering Computational Imaging 18 / 32

  19. Image Segmentation Cut-Cluster-Classify Method Data Driven Feature Space Each 4 × 4 patch is a point in a 16 dimensional data cloud, whose PCA representation is on the left. Vazquez (ICERM) Consistency of Density Based Clustering Computational Imaging 19 / 32

  20. Image Segmentation Cut-Cluster-Classify Method Patch Space Original image PCA projection of Patches on top in false colors 4 by 4 patches of their PCA projection Sample 4 by 4 patches Vazquez (ICERM) Consistency of Density Based Clustering Computational Imaging 20 / 32

  21. Image Segmentation Cut-Cluster-Classify Method Cut Step 1 : Estimate sample density Step 2 : Threshold, or cut, according to density Patch density indexed PCA projection Sorted density with by top left corner pixel colored by density threshold drawn in red Vazquez (ICERM) Consistency of Density Based Clustering Computational Imaging 21 / 32

  22. Image Segmentation Cut-Cluster-Classify Method Cluster Step 3 : Cluster points that passed the threshold Original image Sampled data clustered Patches on top of in false colors the clustered projection Vazquez (ICERM) Consistency of Density Based Clustering Computational Imaging 22 / 32

  23. Image Segmentation Cut-Cluster-Classify Method No Patch Left Behind Step 4 : Classify remaining points ⇓ ⇓ Cluster 1 Cluster 2 Sample patches being classified. PCA projection of all 4 by 4 patches classified. Vazquez (ICERM) Consistency of Density Based Clustering Computational Imaging 23 / 32

  24. Image Segmentation Cut-Cluster-Classify Method From patches to Pixels Step 5 : Label pixels using patch labels To decide which cluster pixel (3,1) belongs to, we look at all the patches that it appears in. As illustrated in the top images, it only appears in 3 patches. The actual patches, shown on the bottom, were classified to cluster 1, 2, and 2, respectively. This means that cluster 2 gets 2 votes, and cluster 1 gets 1 vote. Therefore, this pixel gets placed in cluster 2. Vazquez (ICERM) Consistency of Density Based Clustering Computational Imaging 24 / 32

  25. Image Segmentation Results Real Grayscale Images Original image. Segmentation from 30 × 30 patches. Vazquez (ICERM) Consistency of Density Based Clustering Computational Imaging 25 / 32

  26. Image Segmentation Results Real Grayscale Images Original image. Segmentation from 8 × 8 patches. Vazquez (ICERM) Consistency of Density Based Clustering Computational Imaging 26 / 32

  27. Image Segmentation Results Real Grayscale Images Original image. Segmentation from 20 × 20 patches. Vazquez (ICERM) Consistency of Density Based Clustering Computational Imaging 27 / 32

  28. Image Segmentation Results Real Grayscale Images Original image. Segmentation from 4 × 4 patches. Vazquez (ICERM) Consistency of Density Based Clustering Computational Imaging 28 / 32

  29. Image Segmentation Results Color Images Original color image. Our segmentation. Vazquez (ICERM) Consistency of Density Based Clustering Computational Imaging 29 / 32

  30. Concluding Remarks Concluding Remarks In this research, we have: Created a new mathematical definition for consistency of clustering Shown that B ( T λ ( q n ) , δ ) is a consistent clustering of T λ ( q ) Developed a clustering method, the Cut-Cluster-Classify, for smooth probability density functions Used our density based clustering to do image segmentation Vazquez (ICERM) Consistency of Density Based Clustering Computational Imaging 30 / 32

  31. Concluding Remarks Future Work Work that still needs to be done: Develop the multi-scale image segmentation by considering different patch sizes Generalize the theoretical framework How do we find the practical δ using persistence Vazquez (ICERM) Consistency of Density Based Clustering Computational Imaging 31 / 32

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend