2004
DOI: 10.1007/978-3-540-27868-9_12
|View full text |Cite
|
Sign up to set email alerts
|

Computing the Cyclic Edit Distance for Pattern Classification by Ranking Edit Paths

Abstract: Abstract. The cyclic edit distance between two strings A and B of lengths m and n is the minimum edit distance between A and every cyclic shift of B. This can be applied, for instance, in classification tasks where strings represent the contour of objects. Bunke and Bühler proposed an algorithm that approximates the cyclic edit distance in time O(mn). In this paper we show how to apply a technique for ranking the K shortest paths to an edit graph underlying the Bunke and Bühler algorithm to obtain the exact so… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1

Citation Types

0
2
0

Year Published

2007
2007
2007
2007

Publication Types

Select...
1

Relationship

0
1

Authors

Journals

citations
Cited by 1 publication
(2 citation statements)
references
References 9 publications
0
2
0
Order By: Relevance
“…Because the contour of a fragment typically has eroded, and because a fragment is often incomplete because tiny pieces are not collectable (or destroyed in collection or simply not found) a suitable string-matching algorithm should not only tolerate mis-matching an individual character but also omitting a portion of the string. Cyclic edit distance, proposed by Marzal et al [10,5], has the ability to measure the similarity of two arbitrary strings that satisfy this criterion. Our approach uses these advantages to estimate the similarity of two cyclic strings in a robust manner.…”
Section: Fault-tolerant String Matching By Cyclic Edit Distancementioning
confidence: 99%
See 1 more Smart Citation
“…Because the contour of a fragment typically has eroded, and because a fragment is often incomplete because tiny pieces are not collectable (or destroyed in collection or simply not found) a suitable string-matching algorithm should not only tolerate mis-matching an individual character but also omitting a portion of the string. Cyclic edit distance, proposed by Marzal et al [10,5], has the ability to measure the similarity of two arbitrary strings that satisfy this criterion. Our approach uses these advantages to estimate the similarity of two cyclic strings in a robust manner.…”
Section: Fault-tolerant String Matching By Cyclic Edit Distancementioning
confidence: 99%
“…Peris et al [5] devised a new algorithm that finds the exact edit distance in a modified edit graph by using Kth shortest paths. The algorithm meliorates the performance from O(|x||y|log(|x|)) to O(|x||y| + K(|x| + |y|)).…”
Section: Kth Shortest Paths On Cyclic Edit Distancementioning
confidence: 99%