Presentation is loading. Please wait.

Presentation is loading. Please wait.

Preliminaries Computing Betti Numbers Computing Persistent Homology.

Similar presentations


Presentation on theme: "Preliminaries Computing Betti Numbers Computing Persistent Homology."— Presentation transcript:

1

2 Preliminaries

3

4 Computing Betti Numbers

5 Computing Persistent Homology

6 Example:

7 Step 1: Sort the simplices to get a total ordering compatible with the filtration Example:

8

9

10 Step 3: Reduce the matrix Example: for j = 1 to n: while ∃ j' < j with low(j') = low(j) ≠ 0: add column j' to column j ALGORITHM

11 Step 4: Read the persistence pairs Example:

12

13 simplices 2 and 4 enter at the same time, so the pair does not produce a bar

14 Example: simplices 2 and 4 enter at the same time, so the pair does not produce a bar Now we can draw the barcode:

15 Data Structures 1234567 2 1 3 1 3 2 6 5 4

16 1234567 2 1 3 1 3 2 6 5 4 1 2 3 4 5 6 7 low array 4 5

17 Data Structures 1234567 2 1 3 1 2 1 6 5 4 1 2 3 4 5 6 7 low array 4 5

18 Data Structures 1234567 2 1 3 1 6 5 4 1 2 3 4 5 6 7 low array 4 5 7

19 “Twist” Optimization reduced matrix

20 “Twist” Optimization Example: same boundary matrix as before unreduced matrix

21 Runtime Complexity However, in practice, the runtime is often better than cubic. Note that this complexity is just for the matrix reduction, and doesn’t include building the filtration or boundary matrix.

22 Generating Cycles …

23

24

25 Bit Tree … … … … 12364 …… …………

26 Bit Tree … … … … 12364 …… ………… The bit tree supports nearly constant time insertion, deletion, and lookup. The “active” column is converted to a bit tree, then columns are added to it, and then it is converted back to a sparse structure. Bauer et. al. recorded significant speed improvements when using the bit tree for column additions.

27 Available Software JavaPlex: http://git.appliedtopology.org/javaplex/ Dionysus: http://www.mrzv.org/software/dionysus/ Perseus: http://www.sas.upenn.edu/~vnanda/perseus/ Persistent Homology Algorithms Toolbox (PHAT): https://code.google.com/p/phat/

28 References Ulrich Bauer, et. al. “PHAT – Persistent Homology Algorithms Toolbox.” http://phat.googlecode.com Herbert Edelsbrunner and John Harer. “Persistent homology: a survey.” in Surveys on discrete and computational geometry: twenty years later. AMS (2008). Afra Zomorodian and Gunnar Carlsson. “Computing persistent homology.” Discrete and Computational Geometry. Vol. 33, no. 2 (2005), p. 249 – 274.


Download ppt "Preliminaries Computing Betti Numbers Computing Persistent Homology."

Similar presentations


Ads by Google