Squeezing long sequence data for efficient similarity search

  • Authors:
  • Guojie Song;Bin Cui;Baihua Zheng;Kunqing Xie;Dongqing Yang

  • Affiliations:
  • Key Laboratory of Machine Perception, Peking University, Ministry of Education, Beijing, China;School of Electronic Engineering and Computer Science, Peking University, Beijing, China;School of Information System, Singapore Management University, Singapore;Key Laboratory of Machine Perception, Peking University, Ministry of Education, Beijing, China;School of Electronic Engineering and Computer Science, Peking University, Beijing, China

  • Venue:
  • APWeb'08 Proceedings of the 10th Asia-Pacific web conference on Progress in WWW research and development
  • Year:
  • 2008

Quantified Score

Hi-index 0.00

Visualization

Abstract

Similarity search over long sequence dataset becomes increasingly popular in many emerging applications. In this paper, a novel index structure, namely Sequence Embedding Multiset tree(SEM-tree), has been proposed to speed up the searching process over long sequences. The SEM-tree is a multilevel structure where each level represents the sequence data with different compression level of multiset, and the length of multiset increases towards the leaf level which contains original sequences. The multisets, obtained using sequence embedding algorithms, have the desirable property that they do not need to keep the character order in the sequence, i.e. shorter representation, but can reserve the majority of distance information of sequences. Each level of the tree serves to prune the search space more efficiently as the multisets utilize the predicability to finish the searching process beforehand and reduce the computational cost greatly. A set of comprehensive experiments are conducted to evaluate the performance of the SEM-tree, and the experimental results show that the proposed method is much more efficient than existing representative methods.