Binary Dynamic Time Warping in Linear Time
Abstract
Dynamic time warping distance (DTW) is a widely used distance measure between time series x, y ∈ n. It was shown by Abboud, Backurs, and Williams that in the binary case, where || = 2, DTW can be computed in time O(n1.87). We improve this running time O(n). Moreover, if x and y are run-length encoded, then there is an algorithm running in time O(k + ), where k and are the number of runs in x and y, respectively. This improves on the previous best bound of O(k) due to Dupont and Marteau.
0
Turn this paper into a full lesson
ArcXiv compiles a staged curriculum from this paper: 8-12 lessons across beginner → advanced, synthesised section guides, visuals, flashcards, a quiz, exercises, and on-demand deep dives per section. Grounded in the abstract, never invented.