Methods › Sequential › Time Series Analysis › DTW
Dynamic Time Warping
DTW
archive 2025-07-28 Description, source and code snippet are the archive's method entry.
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 elements between time series. It uses the dynamic programming technique to find the optimal temporal matching between elements of two time series.
For instance, similarities in walking could be detected using DTW, even if one person was walking faster than the other, or if there were accelerations and decelerations during the course of an observation. DTW has been applied to temporal sequences of video, audio, and graphics data — indeed, any data that can be turned into a linear sequence can be analyzed with DTW. A well known application has been automatic speech recognition, to cope with different speaking speeds. Other applications include speaker recognition and online signature recognition. It can also be used in partial shape matching application.
In general, DTW is a method that calculates an optimal match between two given sequences (e.g. time series) with certain restriction and rules:
- Every index from the first sequence must be matched with one or more indices from the other sequence, and vice versa
- The first index from the first sequence must be matched with the first index from the other sequence (but it does not have to be its only match)
- The last index from the first sequence must be matched with the last index from the other sequence (but it does not have to be its only match)
- The mapping of the indices from the first sequence to indices from the other sequence must be monotonically increasing, and vice versa, i.e. if j>i are indices from the first sequence, then there must not be two indices l>k in the other sequence, such that index i is matched with index l and index j is matched with index k, and vice versa.
[1] Sakoe, Hiroaki, and Seibi Chiba. "Dynamic programming algorithm optimization for spoken word recognition." IEEE transactions on acoustics, speech, and signal processing 26, no. 1 (1978): 43-49.
Papers archive 2025-07-28
30 shown of 159, newest first. Repository counts are the archive's code-links table. A Syntology line states what Syntology ran from that paper's harvested code; it is per sample and not a correctness claim.
-
Low-resource keyword spotting using contrastively trained transformer acoustic word embeddings 21 Jun 2025 · 0 repositories · arXiv:2506.17690
-
Improved Learning via k-DTW: A Novel Dissimilarity Measure for Curves 29 May 2025 · 0 repositories · arXiv:2505.23431
-
TimePoint: Accelerated Time Series Alignment via Self-Supervised Keypoint and Descriptor Learning 29 May 2025 · 1 repository · arXiv:2505.23475Syntology ran 8 of 15 samples · 7 unverified · 1 pointer-only (licence)
-
LLM4FTS: Enhancing Large Language Models for Financial Time Series Prediction 5 May 2025 · 0 repositories · arXiv:2505.02880
-
Spatiotemporal Emotional Synchrony in Dyadic Interactions: The Role of Speech Conditions in Facial and Vocal Affective Alignment 29 Apr 2025 · 0 repositories · arXiv:2505.13455
-
Line Space Clustering (LSC): Feature-Based Clustering using K-medians and Dynamic Time Warping for Versatility 20 Mar 2025 · 0 repositories · arXiv:2503.15777
-
On a Dissimilarity Metric for Analyzing Body Synergistic Coordination in Non-Periodic Motion 19 Mar 2025 · 0 repositories · arXiv:2503.14821
-
Energy-Free Sensing and Context Recognition Using Photovoltaic Cells 7 Mar 2025 · 1 repository · arXiv:2503.05406
-
Two-level Solar Irradiance Clustering with Season Identification: A Comparative Analysis 17 Jan 2025 · 0 repositories · arXiv:2501.10084
-
Multiscale Dubuc: A New Similarity Measure for Time Series 15 Nov 2024 · 1 repository · arXiv:2411.10418
-
SIMformer: Single-Layer Vanilla Transformer Can Learn Free-Space Trajectory Similarity 18 Oct 2024 · 0 repositories · arXiv:2410.14629
-
ST-MoE-BERT: A Spatial-Temporal Mixture-of-Experts Framework for Long-Term Cross-City Mobility Prediction 18 Oct 2024 · 1 repository · arXiv:2410.14099Syntology ran 4 of 7 samples · 3 unverified
-
Unlabeled Action Quality Assessment Based on Multi-dimensional Adaptive Constrained Dynamic Time Warping 18 Oct 2024 · 0 repositories · arXiv:2410.14161
-
Cross-Lingual Query-by-Example Spoken Term Detection: A Transformer-Based Approach 5 Oct 2024 · 0 repositories · arXiv:2410.04091
-
FinePseudo: Improving Pseudo-Labelling through Temporal-Alignablity for Semi-Supervised Fine-Grained Action Recognition 2 Sep 2024 · 0 repositories · arXiv:2409.01448
-
Combining features on vertical ground reaction force signal analysis for multiclass diagnosing neurodegenerative diseases 20 Aug 2024 · 0 repositories
-
Impact of Design Decisions in Scanpath Modeling 14 May 2024 · 0 repositories · arXiv:2405.08981
-
Nearest advocate: a novel event-based time delay estimation algorithm for multi-sensor time-series data synchronization 5 Apr 2024 · 1 repository
-
Unsupervised Distance Metric Learning for Anomaly Detection Over Multivariate Time Series 4 Mar 2024 · 0 repositories · arXiv:2403.01895
-
Evaluating DTW Measures via a Synthesis Framework for Time-Series Data 14 Feb 2024 · 0 repositories · arXiv:2402.08943
-
Meet JEANIE: a Similarity Measure for 3D Skeleton Sequences via Temporal-Viewpoint Alignment 7 Feb 2024 · 0 repositories · arXiv:2402.04599
-
MagHT: a Magnetic Hough Transform for Fast Indoor Place Recognition 8 Dec 2023 · 0 repositories · arXiv:2312.05015
-
A New Time Series Similarity Measure and Its Smart Grid Applications 19 Oct 2023 · 0 repositories · arXiv:2310.12399
-
Expert enhanced dynamic time warping based anomaly detection 2 Oct 2023 · 0 repositories · arXiv:2310.02280
-
ShapeDBA: Generating Effective Time Series Prototypes using ShapeDTW Barycenter Averaging 28 Sep 2023 · 1 repository · arXiv:2309.16353
-
Position and Orientation-Aware One-Shot Learning for Medical Action Recognition from Signal Data 27 Sep 2023 · 0 repositories · arXiv:2309.15635
-
Deep Attentive Time Warping 13 Sep 2023 · 1 repository · arXiv:2309.06720
-
SymED: Adaptive and Online Symbolic Representation of Data on the Edge 6 Sep 2023 · 0 repositories · arXiv:2309.03014
-
WarpEM: Dynamic Time Warping for Accurate Catheter Registration in EM-guided Procedures 7 Aug 2023 · 0 repositories · arXiv:2308.03652
-
Contrast-augmented Diffusion Model with Fine-grained Sequence Alignment for Markup-to-Image Generation 2 Aug 2023 · 1 repository · arXiv:2308.01147
Tasks archive 2025-07-28
20 shown of 142 tasks the archive attaches to papers tagged with this method, by distinct papers. A task without a page in the catalog is plain text.
Usage over time archive 2025-07-28
Components: the archive holds no method-to-method composition, so PwC's Components table cannot be rebuilt; the Papers list carries no Results column for the same reason (the archive does not join its leaderboard rows to method tags).
Categories archive 2025-07-28
Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections