LGJun 1, 2023

OTW: Optimal Transport Warping for Time Series

arXiv:2306.00620v15 citationsh-index: 87
Originality Incremental advance
AI Analysis

This addresses computational inefficiencies for researchers and practitioners using time series analysis in deep learning and other applications, though it is incremental as it builds on existing OT frameworks.

The paper tackles the quadratic time complexity and computational bottlenecks of Dynamic Time Warping (DTW) in time series analysis by introducing Optimal Transport Warping (OTW), a new metric with linear time/space complexity, differentiability, and parallelizability, achieving competitive results in tasks like 1-Nearest Neighbor Classification and Hierarchical Clustering.

Dynamic Time Warping (DTW) has become the pragmatic choice for measuring distance between time series. However, it suffers from unavoidable quadratic time complexity when the optimal alignment matrix needs to be computed exactly. This hinders its use in deep learning architectures, where layers involving DTW computations cause severe bottlenecks. To alleviate these issues, we introduce a new metric for time series data based on the Optimal Transport (OT) framework, called Optimal Transport Warping (OTW). OTW enjoys linear time/space complexity, is differentiable and can be parallelized. OTW enjoys a moderate sensitivity to time and shape distortions, making it ideal for time series. We show the efficacy and efficiency of OTW on 1-Nearest Neighbor Classification and Hierarchical Clustering, as well as in the case of using OTW instead of DTW in Deep Learning architectures.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes