Deep Attentive Time Warping
Shinnosuke Matsuo, Xiaomeng Wu, Gantugs Atarsaikhan, Akisato Kimura,, Kunio Kashino, Brian Kenji Iwana, Seiichi Uchida

TL;DR
This paper introduces a neural network model with an attention mechanism for adaptive time warping in time series, improving robustness and discriminative power over traditional DTW, especially in online signature verification.
Contribution
It presents a novel learnable time warping model using bipartite attention, trained with metric learning and pre-trained with DTW for enhanced performance.
Findings
Outperforms DTW in accuracy for time series similarity
Achieves state-of-the-art results in online signature verification
Demonstrates robustness to nonlinear time distortions
Abstract
Similarity measures for time series are important problems for time series classification. To handle the nonlinear time distortions, Dynamic Time Warping (DTW) has been widely used. However, DTW is not learnable and suffers from a trade-off between robustness against time distortion and discriminative power. In this paper, we propose a neural network model for task-adaptive time warping. Specifically, we use the attention model, called the bipartite attention model, to develop an explicit time warping mechanism with greater distortion invariance. Unlike other learnable models using DTW for warping, our model predicts all local correspondences between two time series and is trained based on metric learning, which enables it to learn the optimal data-dependent warping for the target task. We also propose to induce pre-training of our model by DTW to improve the discriminative power.…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTime Series Analysis and Forecasting · Advanced Text Analysis Techniques · Traditional Chinese Medicine Studies
MethodsDynamic Time Warping
