paper-with-me

Papers

shapeDTW: shape Dynamic Time Warping

2016-06-06 · Jiaping Zhao, Laurent Itti

Dynamic Time Warping (DTW) is an algorithm to align temporal sequences with possible local non-linear distortions, and has been widely applied to audio, video and graphics data alignments. DTW is essentially a point-to-point matching method under some boundary and temporal consistency constraints. Although DTW obtains a global optimal solution, it does not necessarily achieve locally sensible matchings. Concretely, two temporal points with entirely dissimilar local structures may be matched by DTW. To address this problem, we propose an improved alignment algorithm, named shape Dynamic Time Warping (shapeDTW), which enhances DTW by taking point-wise local structural information into consideration. shapeDTW is inherently a DTW algorithm, but additionally attempts to pair locally similar structures and to avoid matching points with distinct neighborhood structures. We apply shapeDTW to align audio signal pairs having ground-truth alignments, as well as artificially simulated pairs of aligned sequences, and obtain quantitatively much lower alignment errors than DTW and its two variants. When shapeDTW is used as a distance measure in a nearest neighbor classifier (NN-shapeDTW) to classify time series, it beats DTW on 64 out of 84 UCR time series datasets, with significantly improved classification accuracies. By using a properly designed local structure descriptor, shapeDTW improves accuracies by more than 10% on 18 datasets. To the best of our knowledge, shapeDTW is the first distance measure under the nearest neighbor classifier scheme to significantly outperform DTW, which had been widely recognized as the best distance measure to date. Our code is publicly accessible at: https://github.com/jiapingz/shapeDTW.

📄 PDF Abstract BibTeX arXiv:1606.01601

Code (2)

jiapingz/shapeDTW 공식 구현
9552nZ/SmartSheetMusic

Tasks

Dynamic Time WarpingTemporal SequencesTime 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 제목 키워드 기반

ShapeDBA: Generating Effective Time Series Prototypes using ShapeDTW Barycenter Averaging

2023-09-28 · Ali Ismail-Fawaz, Hassan Ismail Fawaz, François Petitjean, Maxime Devanne 외

Time series data can be found in almost every domain, ranging from the medical field to manufacturing and wireless communication. Generating realistic and useful exemplars and prototypes is a fundamental data analysis ta…

ClusteringDynamic Time WarpingTime SeriesTime Series Analysis+1

Depth Matching Method Based on ShapeDTW for Oil-Based Mud Imager

2025-12-01 · Fengfeng Li, Zhou Feng, Hongliang Wu, Hao Zhang 외 arxiv

In well logging operations using the oil-based mud (OBM) microresistivity imager, which employs an interleaved design with upper and lower pad sets, depth misalignment issues persist between the pad images even after vel…

Time Series Data Augmentation for Neural Networks by Time Warping with a Discriminative Teacher

2020-04-19 · Brian Kenji Iwana, Seiichi Uchida

Neural networks have become a powerful tool in pattern recognition and part of their success is due to generalization from using large datasets. However, unlike other domains, time series classification datasets are ofte…

Data AugmentationDynamic Time WarpingTime SeriesTime Series Analysis+1

Faster Retrieval with a Two-Pass Dynamic-Time-Warping Lower Bound

2008-11-20 · Daniel Lemire

The Dynamic Time Warping (DTW) is a popular similarity measure between time series. The DTW fails to satisfy the triangle inequality and its computation requires quadratic time. Hence, to find closest neighbors quickly, …

Dynamic Time WarpingRetrievalTime SeriesTime Series Analysis+1

Accurate shape and phase averaging of time series through Dynamic Time Warping

2021-09-02 · George Sioros, Kristian Nymoen

We propose a novel time series averaging method based on Dynamic Time Warping (DTW). In contrast to previous methods, our algorithm preserves durational information and the distinctive durational features of the sequence…

Dynamic Time WarpingTime SeriesTime Series AnalysisTime Series Averaging