Nature of Computation and Communication. Second International Conference, ICTCC 2016, Rach Gia, Vietnam, March 17-18, 2016, Revised Selected Papers

Research Article

Improving SPRING Method in Similarity Search Over Time-Series Streams by Data Normalization

Download
294 downloads
  • @INPROCEEDINGS{10.1007/978-3-319-46909-6_18,
        author={Bui Giao and Duong Anh},
        title={Improving SPRING Method in Similarity Search Over Time-Series Streams by Data Normalization},
        proceedings={Nature of Computation and Communication. Second International Conference, ICTCC 2016, Rach Gia, Vietnam, March 17-18, 2016, Revised Selected Papers},
        proceedings_a={ICTCC},
        year={2017},
        month={1},
        keywords={Similarity search Streaming time series Data normalization Dynamic Time Warping},
        doi={10.1007/978-3-319-46909-6_18}
    }
    
  • Bui Giao
    Duong Anh
    Year: 2017
    Improving SPRING Method in Similarity Search Over Time-Series Streams by Data Normalization
    ICTCC
    Springer
    DOI: 10.1007/978-3-319-46909-6_18
Bui Giao1,*, Duong Anh1,*
  • 1: Ho Chi Minh City University of Technology
*Contact email: giao.bc@cb.sgu.edu.vn, dtanh@cse.hcmut.edu.vn

Abstract

Similarity search in streaming time series is a crucial subroutine of a number of real-time applications dealing with time-series streams. In finding subsequences of time-series streams that match with patterns under Dynamic Time Warping (DTW), data normalization plays a very important role and should not be ignored. SPRING proposed by Sakurai et al. conducts the similarity search by mitigating the time and space complexity of DTW. Unfortunately, SPRING produces inaccurate results since no data normalization is taken into account before the DTW calculation. In this paper, we improve the SPRING method to deal with similarity search for prespecified patterns in streaming time series under DTW by applying incremental min-max normalization before the DTW calculation. For every pattern, our proposed method uses a monitoring window anchored at the entry of one streaming time series to keep track of min-max coefficients, and then the DTW distance between the normalized subsequence and the normalized pattern is incrementally computed. The experimental results reveal that our proposed method obtains values better than those of another state-of-the-art method and the wall-clock time of the proposed method is acceptable.