paper-with-me

홈 › Papers

TC-DTW: Accelerating Multivariate Dynamic Time Warping Through Triangle Inequality and Point Clustering

2021-01-15 · Daniel Shen, Min Chi

Dynamic time warping (DTW) plays an important role in analytics on time series. Despite the large body of research on speeding up univariate DTW, the method for multivariate DTW has not been improved much in the last two decades. The most popular algorithm used today is still the one developed seventeen years ago. This paper presents a solution that, as far as we know, for the first time consistently outperforms the classic multivariate DTW algorithm across dataset sizes, series lengths, data dimensions, temporal window sizes, and machines. The new solution, named TC-DTW, introduces Triangle Inequality and Point Clustering into the algorithm design on lower bound calculations for multivariate DTW. In experiments on DTW-based nearest neighbor finding, the new solution avoids as much as 98% (60% average) DTW distance calculations and yields as much as 25X (7.5X average) speedups.

📄 PDF Abstract BibTeX arXiv:2101.07731

Code (1)

DanielSongShen/TC-DTW

Tasks

ClusteringDynamic Time WarpingTime SeriesTime Series Analysis

Methods 이 논문이 사용한 방법론

DTW Dynamic Time Warping (DTW) [1] is one of well-known distance measures between a pairwise of time series. The main idea of DTW is to compute the distance from the matching of…

Similar Papers 제목 키워드 기반

Quantum Dynamic Time Warping for Multivariate Time Series Classification

2026-06-26 · Diego Alvarez-Estevez, Alejandro Mayorga-Redondo, Eduardo Mosqueira-Rey arxiv

Dynamic Time Warping (DTW) is a cornerstone for time series classification, but its reliance on Euclidean distances fails to capture latent cross-channel correlations in complex multivariate data. We propose a hybrid Qua…

Time Series Classification

Multivariate Time Series Classification Using Dynamic Time Warping Template Selection for Human Activity Recognition

2015-12-21 · Skyler Seto, Wenyu Zhang, Yichen Zhou

Accurate and computationally efficient means for classifying human activities have been the subject of extensive research efforts. Most current research focuses on extracting complex features to achieve high classificati…

Activity RecognitionDynamic Time WarpingGeneral ClassificationHuman Activity Recognition+3

Dynamic Time Warping for Lead-Lag Relationships in Lagged Multi-Factor Models

2023-09-15 · Yichi Zhang, Mihai Cucuringu, Alexander Y. Shestopaloff, Stefan Zohren

In multivariate time series systems, lead-lag relationships reveal dependencies between time series when they are shifted in time relative to each other. Uncovering such relationships is valuable in downstream tasks, suc…

Dynamic Time WarpingTime Series

Attention to Warp: Deep Metric Learning for Multivariate Time Series

2021-03-28 · Shinnosuke Matsuo, Xiaomeng Wu, Gantugs Atarsaikhan, Akisato Kimura 외

Deep time series metric learning is challenging due to the difficult trade-off between temporal invariance to nonlinear distortion and discriminative power in identifying non-matching sequences. This paper proposes a nov…

Dynamic Time WarpingMetric LearningTime SeriesTime Series Analysis+1

Unsupervised Distance Metric Learning for Anomaly Detection Over Multivariate Time Series

2024-03-04 · Hanyang Yuan, Qinglin Cai, Keting Yin

Distance-based time series anomaly detection methods are prevalent due to their relative non-parametric nature and interpretability. However, the commonly used Euclidean distance is sensitive to noise. While existing wor…

Anomaly DetectionDynamic Time WarpingMetric LearningTime Series+1