shapeDTW: shape Dynamic Time Warping
Jiaping Zhao, Laurent Itti

TL;DR
shapeDTW is an improved version of DTW that incorporates local structural information to achieve more accurate alignments and classification results in time series analysis.
Contribution
It introduces shapeDTW, a novel alignment algorithm that considers local structures, significantly outperforming DTW in alignment accuracy and classification tasks.
Findings
shapeDTW achieves lower alignment errors than DTW.
shapeDTW outperforms DTW in 64 out of 84 datasets.
Using local structure descriptors improves accuracy by over 10% on 18 datasets.
Abstract
Dynamic Time Warping (DTW) is an algorithm to align temporal sequences with possible local non-linear distortions, and has been widely applied to audio, video and graphics data alignments. DTW is essentially a point-to-point matching method under some boundary and temporal consistency constraints. Although DTW obtains a global optimal solution, it does not necessarily achieve locally sensible matchings. Concretely, two temporal points with entirely dissimilar local structures may be matched by DTW. To address this problem, we propose an improved alignment algorithm, named shape Dynamic Time Warping (shapeDTW), which enhances DTW by taking point-wise local structural information into consideration. shapeDTW is inherently a DTW algorithm, but additionally attempts to pair locally similar structures and to avoid matching points with distinct neighborhood structures. We apply shapeDTW to…
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
TopicsTime Series Analysis and Forecasting · Music and Audio Processing · Video Analysis and Summarization
MethodsDynamic Time Warping
