TL;DR
This paper introduces four new lower bounds for Dynamic Time Warping (DTW), improving the tightness and efficiency of existing bounds, thereby enhancing time series similarity search.
Contribution
Four novel DTW lower bounds are proposed, offering tighter approximations with minimal additional computational cost, advancing the state-of-the-art in DTW lower bounding techniques.
Findings
LB Webb is always tighter than LB Keogh.
LB Webb often provides a tighter bound than LB Improved.
LB Webb is more efficient than LB Improved.
Abstract
Dynamic Time Warping (DTW) is a popular similarity measure for aligning and comparing time series. Due to DTW's high computation time, lower bounds are often employed to screen poor matches. Many alternative lower bounds have been proposed, providing a range of different trade-offs between tightness and computational efficiency. LB Keogh provides a useful trade-off in many applications. Two recent lower bounds, LB Improved and LB Enhanced, are substantially tighter than LB Keogh. All three have the same worst case computational complexity - linear with respect to series length and constant with respect to window size. We present four new DTW lower bounds in the same complexity class. LB Petitjean is substantially tighter than LB Improved, with only modest additional computational overhead. LB Webb is more efficient than LB Improved, while often providing a tighter bound. LB Webb is…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsDynamic Time Warping
