Exact and Heuristic Approaches to Speeding Up the MSM Time Series Distance Computation
Jana Holznigenkemper, Christian Komusiewicz, Bernhard Seeger

TL;DR
This paper introduces exact and heuristic methods to significantly accelerate MSM time series distance computation, outperforming DTW in speed on many datasets while maintaining accuracy.
Contribution
It presents new lower and upper bounds, a linear-time algorithm for constant series, and novel heuristics adapted from DTW to improve MSM distance calculation efficiency.
Findings
Substantial speed-ups over previous MSM algorithms.
MSM computation faster than DTW on many datasets.
Effective heuristics that maintain accuracy while reducing runtime.
Abstract
The computation of the distance of two time series is time-consuming for any elastic distance function that accounts for misalignments. Among those functions, DTW is the most prominent. However, a recent extensive evaluation has shown that the move-split merge (MSM) metric is superior to DTW regarding the analytical accuracy of the 1-NN classifier. Unfortunately, the running time of the standard dynamic programming algorithm for MSM distance computation is , where is the length of the longest time series. In this paper, we provide approaches to reducing the cost of MSM distance computations by using lower and upper bounds for early pruning paths in the underlying dynamic programming table. For the case of one time series being a constant, we present a linear-time algorithm. In addition, we propose new linear-time heuristics and adapt heuristics known from DTW 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 · Data Stream Mining Techniques · Anomaly Detection Techniques and Applications
