Dynamic Time Warp Convolutional Networks
Yaniv Shulman

TL;DR
This paper introduces a novel convolutional layer that incorporates Dynamic Time Warping principles to better handle local temporal deformations in sequence data, improving classification accuracy.
Contribution
It proposes a non-parametric warping convolutional layer inspired by DTW, enhancing deep networks' ability to model aligned temporal sequences.
Findings
Outperforms standard 1-D convolution in accuracy on time series tasks
Supports integration with various neural network architectures
Hyperparameter analysis confirms robustness across datasets
Abstract
Where dealing with temporal sequences it is fair to assume that the same kind of deformations that motivated the development of the Dynamic Time Warp algorithm could be relevant also in the calculation of the dot product ("convolution") in a 1-D convolution layer. In this work a method is proposed for aligning the convolution filter and the input where they are locally out of phase utilising an algorithm similar to the Dynamic Time Warp. The proposed method enables embedding a non-parametric warping of temporal sequences for increasing similarity directly in deep networks and can expand on the generalisation capabilities and the capacity of standard 1-D convolution layer where local sequential deformations are present in the input. Experimental results demonstrate the proposed method exceeds or matches the standard 1-D convolution layer in terms of the maximum accuracy achieved on a…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTime Series Analysis and Forecasting · Music and Audio Processing · Anomaly Detection Techniques and Applications
MethodsDynamic Time Warping · Convolution
