computational topology mapper
play

Computational Topology - Mapper Jiaqi Ni Eindhoven University of - PowerPoint PPT Presentation

Computational Topology - Mapper Jiaqi Ni Eindhoven University of Technology June 14, 2018 Outline Introduction Mapper in the continuous setting Mapper in practice Parameters of Mapper in practice Applications Summary Introduction Mapper


  1. Computational Topology - Mapper Jiaqi Ni Eindhoven University of Technology June 14, 2018

  2. Outline Introduction Mapper in the continuous setting Mapper in practice Parameters of Mapper in practice Applications Summary

  3. Introduction Mapper in the continuous setting Mapper in practice Parameters of Mapper in practice Applications Summary

  4. Introduction ◮ Mapper is a computational method for extracting simple descriptions of high dimensional data sets in the form of simplicial complexes.

  5. Recap about Reeb Graph Definition: The Reeb graph of f is the set of contours R(f) .

  6. Recap about Reeb Graph We can get similar result as Reeb Graph with Mapper .

  7. Recap about Reeb Graph We can also get the more different results from Reeb Graph with Mapper .

  8. Introduction Mapper in the continuous setting Mapper in practice Parameters of Mapper in practice Applications Summary

  9. Cover of space If the set X is a topological space, then a cover C of X is a collection of subsets U of X whose union is the whole space X . In this case we say that C covers X , or that the sets U cover X .

  10. Cover of space If the set X is a topological space, then a cover C of X is a collection of subsets U of X whose union is the whole space X . In this case we say that C covers X , or that the sets U cover X . Topological Space X Cover of Space X

  11. Cover of space If Y is a subset of X , then a cover of Y is a collection of subsets of X whose union contains Y, � i.e., C is a cover of Y if Y ⊆ U α α ∈ C

  12. Cover of space If Y is a subset of X , then a cover of Y is a collection of subsets of X whose union contains Y, � i.e., C is a cover of Y if Y ⊆ U α α ∈ C

  13. Cover refinement ◮ A refinement of a cover C of a topological space X is a new cover D of X such that every set in D is contained in some set in C.

  14. Cover refinement ◮ A refinement of a cover C of a topological space X is a new cover D of X such that every set in D is contained in some set in C. ◮ Formally: D = { V β ∈ B } is a refinement of C = { U α ∈ A } when ∀ β ∃ α V β ⊆ U α

  15. Cover refinement ◮ A refinement of a cover C of a topological space X is a new cover D of X such that every set in D is contained in some set in C. ◮ Formally: D = { V β ∈ B } is a refinement of C = { U α ∈ A } when ∀ β ∃ α V β ⊆ U α Space X Cover of Space X Refinement of Cover

  16. Mapper in the continuous setting Input: ◮ Continuous function( filter ) f : X → R � ◮ Cover C of im(f) by open intervals: im ( f ) ⊆ c c ∈ C Method: ◮ Compute pullback cover U of X : U = f − 1 ( c ) c ∈ C ◮ Refine U by separating each of its elements into its various connected components → connected cover V ◮ The Mapper is the nerve of V : ◮ 1 vertex per element V ∈ V ◮ 1 edge per intersection V ∪ V ′ � = ø, V , V ′ ∈ V ◮ 1 k-simplex per (k + 1)-fold intersection , � k i =0 V i � = ø , V 0 , V 1 ... V k ∈ V

  17. Example of Mapper in the continuous setting

  18. Example of Mapper in the continuous setting

  19. Example of Mapper in the continuous setting

  20. Introduction Mapper in the continuous setting Mapper in practice Parameters of Mapper in practice Applications Summary

  21. Mapper in practice Input: ◮ Point cloud P with distance matrix ◮ Continuous function( filter ) f : P → R � ◮ Cover C of im(f) by open intervals: im ( f ) ⊆ c c ∈ C Method: ◮ Compute pullback cover U of X : U = f − 1 ( c ) c ∈ C ◮ Refine U by applying clustering algorithm(with distance threshold δ ) → connected cover V ◮ The Mapper is the nerve of V : ◮ 1 vertex per element V ∈ V ◮ 1 edge per intersection V ∪ V ′ � = ø, V , V ′ ∈ V ◮ 1 k-simplex per (k + 1)-fold intersection , � k i =0 V i � = ø , V 0 , V 1 ... V k ∈ V

  22. Example of Mapper in practice

  23. Example of Mapper in practice

  24. Introduction Mapper in the continuous setting Mapper in practice Parameters of Mapper in practice Applications Summary

  25. Parameters of Mapper in practice ◮ Filter f : P → R

  26. Parameters of Mapper in practice ◮ Filter f : P → R ◮ Cover C of im(f) by open intervals:

  27. Parameters of Mapper in practice ◮ Filter f : P → R ◮ Cover C of im(f) by open intervals: ◮ Clustering algorithm

  28. Parameters of Mapper in practice - Filter functions ◮ The outcome of Mapper is highly dependent on the function chosen to partition (filter) the data set and the choice of functions depends mostly on the dataset. ◮ Possible functions: ◮ Density ◮ Eccentricity ◮ Graph Laplacians ◮ sum/average/max/min ◮ x/y- axis projection

  29. Filter function examples

  30. Filter function examples

  31. Filter function examples

  32. Filter function examples

  33. Parameters of Mapper in practice - Cover ◮ Uniform cover I ◮ resolution / granularity: r (diameter of intervals) ◮ gain: g (percentage of overlap)

  34. Parameters of Mapper in practice - Cover ◮ Uniform cover I ◮ resolution / granularity: r (diameter of intervals) ◮ gain: g (percentage of overlap) ◮ Example:

  35. Parameters of Mapper in practice - Cover ◮ Uniform cover I ◮ resolution / granularity: r (diameter of intervals) ◮ gain: g (percentage of overlap) ◮ Example: ◮ Modification of r and g can highly effect the result.

  36. Cover examples

  37. Cover examples

  38. Cover examples

  39. Cover examples

  40. Mapper for Y-shape point cloud data

  41. Mapper for Y-shape point cloud data

  42. Parameters of uniform Cover Parameter r: ◮ Small r : fine cover, Mapper close to Reeb Graph , but sensitive to δ . ◮ Large r : rough cover, less sensitive to δ , but Mapper far from Reeb Graph . Parameter g: ◮ Large g(close to 1): more points inside intersections, less sensitive to δ but far from Reeb Graph . ◮ Small g(close to 0): controlled Mapper dimension, close to Reeb Graph .

  43. Parameters of Mapper in practice - Clustering algorithm Single-linkage clustering is one of several methods of hierarchical clustering. ◮ Based on grouping clusters in bottom-up fashion (agglomerative clustering). ◮ At each step combining two clusters that contain the closest pair of elements not yet belonging to the same cluster as each other.

  44. Example of Single-linkage clustering

  45. Example of Single-linkage clustering

  46. Example of Single-linkage clustering

  47. Example of Single-linkage clustering

  48. Example of Single-linkage clustering

  49. Example of Single-linkage clustering

  50. Example of Single-linkage clustering

  51. Example of Clustering algorithm with different parameters

  52. Example of Clustering algorithm with different parameters

  53. Example of Clustering algorithm with different parameters

  54. Example of Clustering algorithm with different parameters

  55. Parameters of graph neighborhood size Parameter δ : ◮ Large δ : fewer nodes, clean Mapper but far from Reeb Graph (more straight lines). ◮ Small δ : presence of topological structure but lots of nodes (noisy).

  56. Higher Dimensional Parameter Spaces ◮ We use 1 function and let R to be our 1-dimensional parameter space.

  57. Higher Dimensional Parameter Spaces ◮ We use 1 function and let R to be our 1-dimensional parameter space. ◮ We can use M functions and let R M to be our M-dimensional parameter space, remain to find a covering of an M-dimensional hypercube which is defined by the ranges of the M functions.

  58. Example of parameter space R 2 ◮ Assume we have a point could dataset P (2-Dim) as following. ◮ Assume we have two filter functions f : P → R , g : P → R , and f = f − 1 and g = g − 1 .

  59. Example of parameter space R 2 ◮ Moreover, assume we have the following cover C , which is also the cover of P since f = f − 1 and g = g − 1 .

  60. Example of parameter space R 2 ◮ Moreover, assume we have the following cover C , which is also the cover of P since f = f − 1 and g = g − 1 . ◮ Assume the clustering algorithm group every points in each rectangle as one cluster.

  61. Example of parameter space R 2 ◮ Moreover, assume we have the following cover C , which is also the cover of P since f = f − 1 and g = g − 1 . ◮ Assume the clustering algorithm group every points in each rectangle as one cluster.

  62. Example of parameter space R 2 ◮ Moreover, assume we have the following cover C , which is also the cover of P since f = f − 1 and g = g − 1 . ◮ Assume the clustering algorithm group every points in each rectangle as one cluster. ◮ Whenever clusters corresponding to any n vertices have non empty intersection, add a corresponding n-1 simplex.

  63. Example of parameter space R 2 ◮ Two clusters intersection = 1 edge.

  64. Example of parameter space R 2 ◮ Three clusters intersection = 1 triangle.

  65. Example of parameter space R 2 ◮ Four clusters intersection = 1 tetrahedron.

  66. Example of parameter space R 2 ◮ Final simplical complex.

  67. Higher Dimensional Parameter Spaces Mapper to the parameter space R M can be extended in a similar fashion (by finding a covering of an M-dimensional hypercube which is defined by the ranges of the M functions).

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