English

An Analytical Approach to Improving Time Warping on Multidimensional Time Series

Data Structures and Algorithms 2018-11-28 v1

Abstract

Dynamic time warping (DTW\texttt{DTW}) is one of the most used distance functions to compare time series, e.\,g. in nearest neighbor classifiers. Yet, fast state of the art algorithms only compare 1-dimensional time series efficiently. One of these state of the art algorithms uses a lower bound (LBKeogh\texttt{LB}_\texttt{Keogh}) introduced by E. Keogh to prune DTW\texttt{DTW} computations. We introduce LBBox\texttt{LB}_\texttt{Box} as a canonical extension to LBKeogh\texttt{LB}_\texttt{Keogh} on multi-dimensional time series. We evaluate its performance conceptually and experimentally and show that an alternative to LBBox\texttt{LB}_\texttt{Box} is necessary for multi-dimensional time series. We also propose a new algorithm for the dog-keeper distance (DK\texttt{DK}) which is an alternative distance function to DTW\texttt{DTW} and show that it outperforms DTW\texttt{DTW} with LBBox\texttt{LB}_\texttt{Box} by more than one order of magnitude on multi-dimensional time series.

Keywords

Cite

@article{arxiv.1811.11076,
  title  = {An Analytical Approach to Improving Time Warping on Multidimensional Time Series},
  author = {Jörg P. Bachmann and Johann-Christoph Freytag},
  journal= {arXiv preprint arXiv:1811.11076},
  year   = {2018}
}
R2 v1 2026-06-23T06:22:16.326Z