Improving the efficiency of traditional DTW accelerators

作者:Romain Tavenard, Laurent Amsaleg

摘要

Dynamic time warping (DTW) is the most popular approach for evaluating the similarity of time series, but its computation is costly. Therefore, simple functions lower bounding DTW distances have been designed, accelerating searches by quickly pruning sequences that could not possibly be best matches. The tighter the bounds, the more they prune and the better the performance. Designing new functions that are even tighter is difficult because their computation is likely to become complex, canceling the benefits of their pruning. It is possible, however, to design simple functions with a higher pruning power by relaxing the no false dismissal assumption, resulting in approximate lower bound functions. This paper describes how very popular approaches accelerating DTW such as \(\text {LB}\_\text {Keogh}{}\) and \(\text {LB}\_\text {PAA}{}\) can be made more efficient via approximations. The accuracy of approximations can be tuned, ranging from no false dismissal to potential losses when aggressively set for great response time savings. At very large scale, indexing time series is mandatory. This paper also describes how approximate lower bound functions can be used with iSAX. Furthermore, it shows that a \(k\)-means-based quantization step for iSAX gives significant performance gains.

论文关键词:Dynamic time warping, Indexing, Lower bounds, Upper bounds, Indexing trees

论文评审过程:

论文官网地址:https://doi.org/10.1007/s10115-013-0698-7