Similarity search of time-warped subsequences via a suffix tree

作者:

Highlights:

摘要

This paper proposes an indexing technique for fast retrieval of similar subsequences using the time-warping distance. The time-warping distance is a more suitable similarity measure than the Euclidean distance in many applications where sequences may be of different lengths and/or different sampling rates. The proposed indexing technique employs a disk-based suffix tree as an index structure and uses lower-bound distance functions to filter out dissimilar subsequences without false dismissals. To make the index structure compact and hence accelerate the query processing, it converts sequences in the continuous domain into sequences in the discrete domain and stores only a subset of the suffixes whose first values are different from those of the immediately preceding suffixes. Extensive experiments with real and synthetic data sequences revealed that the proposed approach significantly outperforms the sequential scan and LB scan approaches and scales well in a large volume of sequence databases.

论文关键词:Similarity search,Sequence database,Categorization,Indexing,Suffix tree,Time-warping distance

论文评审过程:Received 21 November 2001, Revised 15 October 2002, Accepted 15 November 2002, Available online 6 January 2003.

论文官网地址:https://doi.org/10.1016/S0306-4379(02)00102-3