Computing Continuous Dynamic Time Warping of Time Series in Polynomial Time
Kevin Buchin, Andr\'e Nusser, Sampson Wong

TL;DR
This paper introduces the first exact polynomial-time algorithm for computing Continuous Dynamic Time Warping (CDTW) of one-dimensional curves, enhancing its practicality as a robust similarity measure for time series analysis.
Contribution
It presents the first exact algorithm for CDTW computation with polynomial time complexity, advancing the applicability of CDTW in time series clustering.
Findings
Algorithm runs in O(n^5) time for curves of complexity n
Propagates continuous functions in dynamic programming for CDTW
Establishes a foundation for practical use of CDTW in time series analysis
Abstract
Dynamic Time Warping is arguably the most popular similarity measure for time series, where we define a time series to be a one-dimensional polygonal curve. The drawback of Dynamic Time Warping is that it is sensitive to the sampling rate of the time series. The Fr\'echet distance is an alternative that has gained popularity, however, its drawback is that it is sensitive to outliers. Continuous Dynamic Time Warping (CDTW) is a recently proposed alternative that does not exhibit the aforementioned drawbacks. CDTW combines the continuous nature of the Fr\'echet distance with the summation of Dynamic Time Warping, resulting in a similarity measure that is robust to sampling rate and to outliers. In a recent experimental work of Brankovic et al., it was demonstrated that clustering under CDTW avoids the unwanted artifacts that appear when clustering under Dynamic Time Warping and under…
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.
