A faster reduction of the dynamic time warping distance to the longest increasing subsequence length
Yoshifumi Sakai, Shunsuke Inenaga

TL;DR
This paper introduces a novel reduction of the dynamic time warping (DTW) distance to the longest increasing subsequence (LIS) problem, enabling the application of efficient LIS algorithms to time series similarity analysis.
Contribution
It presents a method to represent DTW distance as an LIS problem, allowing faster algorithms for DTW-related computations using existing LIS techniques.
Findings
DTW distance can be represented by LIS length of an integer sequence.
The integer sequence length is O(c n^2), with c being the maximum dissimilarity.
Time-efficient algorithms for DTW problems are developed using LIS techniques.
Abstract
The similarity between a pair of time series, i.e., sequences of indexed values in time order, is often estimated by the dynamic time warping (DTW) distance, instead of any in the well-studied family of measures including the longest common subsequence (LCS) length and the edit distance. Although it may seem as if the DTW and the LCS(-like) measures are essentially different, we reveal that the DTW distance can be represented by the longest increasing subsequence (LIS) length of a sequence of integers, which is the LCS length between the integer sequence and itself sorted. For a given pair of time series of length such that the dissimilarity between any elements is an integer between zero and , we propose an integer sequence that represents any substring-substring DTW distance as its band-substring LIS length. The length of the produced integer sequence is , which can…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTime Series Analysis and Forecasting · Advanced Text Analysis Techniques · Advanced Database Systems and Queries
