sparse compact directed acyclic word graphs
play

Sparse Compact Directed Acyclic Word Graphs Shunsuke Inenaga - PowerPoint PPT Presentation

Sparse Compact Directed Acyclic Word Graphs Shunsuke Inenaga (Japan Society for the Promotion of Science & Kyushu University) Masayuki Takeda (Kyushu University & Japan Science and Technology Agency) Traditional Pattern Matching


  1. Sparse Compact Directed Acyclic Word Graphs Shunsuke Inenaga (Japan Society for the Promotion of Science & Kyushu University) Masayuki Takeda (Kyushu University & Japan Science and Technology Agency)

  2. Traditional Pattern Matching Problem  Given : text T in Σ ∗ and pattern P in Σ ∗  Return : whether or not P appears in T  Σ : alphabet (set of characters )  Σ ∗ : set of strings  A text indexing structure for T enables you to solve the above problem in O ( m ) time (for fixed Σ ).  m : the length of P

  3. Suffix Trie  A trie representing all suffixes of T $ T = aacb$ a b c a aacb$ $ c b acb$ c cb$ b $ b$ b $ $ $

  4. Introducing Word Separator #  # : word separator - special symbol not in Σ  D = Σ ∗ # : dictionary of words  Text T : an element of D + ( T is a sequence T 1 T 2 … T k of k words in D )  e.g., T = This#is#a#pen#  Σ = {A,…,z}  D = {...,This#,...,a#,...is#,...pen#,...}

  5. Word-level Pattern Matching Problem  Given: text T in D + and pattern P in D +  Return: whether or not P appears at the beginning of any word in T e.g. T = The#space#runner#is#not#your#good#pace#runner# P = pace#runner#

  6. Word-level Pattern Matching Problem  Given: text T in D + and pattern P in D +  Return: whether or not P appears at the beginning of any word in T e.g. T = The#space#runner#is#not#your#good# pace#runner# P = pace#runner#

  7. Word Suffix Trie  A trie representing the suffixes of T which begin at a word. T = aa#b# a b a aa#b# # a#b# # #b# b# b # #

  8. Normal and Word Suffix Tries T = aa#b# a a b b # a a # # # b # # b # b b # # # Word Suffix Trie Normal Suffix Trie

  9. Normal and Word Suffix Trees T = aa#b# a b b # # a # a a b # # # # b b b # # # Word Suffix Tree Normal Suffix Tree

  10. Sizes of Word Suffix Tries and Trees  For text T = T 1 T 2 … T k of length n ,  the word suffix trie of T requires O ( nk ) space, but  the word suffix tree of T requires O ( k ) space!!  because the word suffix tree has only k leaves and has only branching internal nodes.

  11. Construction of Word Suffix Trees  Algorithm by Andersson et al. ( 1996 )  for text T = T 1 T 2 … T k of length n , constructs word suffix trees in O ( n ) expected time with O ( k ) space.  Our algorithm (CPM’06)  builds word suffix trees in O ( n ) time in the worst case, with O ( k ) space.

  12. Our Construction Algorithm  We modify Ukkonen’s on-line normal suffix tree construction algorithm by using minimum DFA accepting dictionary D  We replace the root node of the suffix tree with the final state of the DFA.

  13. Minimum DFA  The minimum DFA accepting D = Σ ∗ # clearly requires constant space (for fixed Σ ). Σ #

  14. On-line Construction of Word Suffix Trees T = aa#b# a,b # a

  15. On-line Construction of Word Suffix Trees T = aa#b# a,b # a

  16. On-line Construction of Word Suffix Trees T = aa#b# a,b # a a

  17. On-line Construction of Word Suffix Trees T = aa#b# a,b # a a

  18. On-line Construction of Word Suffix Trees T = aa#b# a,b # a a #

  19. On-line Construction of Word Suffix Trees T = aa#b# a,b # a a #

  20. On-line Construction of Word Suffix Trees T = aa#b# a,b # b a a # b

  21. On-line Construction of Word Suffix Trees T = aa#b# a,b # b a a # b

  22. On-line Construction of Word Suffix Trees T = aa#b# a,b # b # a a # b #

  23. Pseudo-Code Just change here

  24. Compact Directed Acyclic Word Graphs T = aa#b# a a b # # a b # # b # # b # a minimization # b b b # # # # # b # Compact Directed Acyclic Suffix Tree Word Graph ( CDAWG )

  25. Sparse CDAWGs T = aa#b# b a # a a # a b b # minimization # # b # Sparse Compact Directed Acyclic Word Suffix Tree Word Graph ( SCDAWG )

  26. Sparse CDAWGs [cont.] T = a#b#a#bab# a a b # # b b b # a minimization # a a # b a # a a b # # b # # b b a b a b # a b # b # # Word Suffix Tree SCDAWG

  27. SCDAWG Construction  SCDAWGs can be constructed by minimizing word suffix trees in O ( k ) time.  using Revuz’s DAG minimization algorithm (1992)

  28. SCDAWG Construction [cont.]  Question : Direct construction for SCDAWGs?  Answer : YES! Using minimal DFA accepting dictionary D , we can directly build SCDAWGs in O ( n ) time and O ( k ) space.  We modify the CDAWG on-line construction algorithm (Inenaga et al. 05) by using the above DFA.

  29. Pseudo-Code Σ, # a Just change here # b b # a # # b # # b # Different structures a,b # a a b # # b # Body is the same!!

  30. Some Events  Basically on-line construction of SCDAWGs is similar to that of word suffix trees.  Except for the two following unique events:  Edge merging  Node splitting

  31. Edge Merging a,b T = a#b#a#bab#bc... # a # b b # a # a # # b b

  32. Edge Merging a,b T = a#b#a#bab#bc... # a # b b # a # a # # b b a a

  33. Edge Merging a,b T = a#b#a#bab#bc... # a # b b # a # a a # # b b a a

  34. Edge Merging a,b T = a#b#a#bab#bc... # a # b b # a a # b a

  35. Node Splitting a,b T = a#b#a#bab#bc... # a # b b # a a # b b # a b #

  36. Node Splitting a,b T = a#b#a#bab#bc... # a # b b # a a # b b # a b b # b

  37. Node Splitting a,b T = a#b#a#bab#bc... # a # b b # # a a a # b a # b # a b b b b # a # b b b # b

  38. Conclusion  We introduced new text indexing structure sparse compact directed acyclic word graphs ( SCDAWGs ) for word-level pattern matching.  We presented an on-line algorithm to construct SCDAWGs directly, in O ( n ) time with O ( k ) space.  The key is the use of minimum DFA accepting dictionary D .

  39. Related Work  “Sparse Directed Acyclic Word Graphs” by Shunsuke Inenaga and Masayuki Takeda Accepted to SPIRE’06

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