Approximating DTW with a convolutional neural network on EEG data
Hugo Lerogeron, Romain Picot-Clemente, Alain Rakotomamonjy, Laurent, Heutte

TL;DR
This paper introduces a fast, differentiable neural network-based approximation of DTW for EEG time-series analysis, enabling efficient similarity measurement and end-to-end learning.
Contribution
It proposes two neural architectures to approximate DTW, improving computational efficiency and differentiability for time-series applications.
Findings
Achieves comparable accuracy to existing DTW approximations in EEG retrieval tasks.
Supports end-to-end learning with long EEG time series.
Offers higher computational efficiency than traditional DTW methods.
Abstract
Dynamic Time Wrapping (DTW) is a widely used algorithm for measuring similarities between two time series. It is especially valuable in a wide variety of applications, such as clustering, anomaly detection, classification, or video segmentation, where the time-series have different timescales, are irregularly sampled, or are shifted. However, it is not prone to be considered as a loss function in an end-to-end learning framework because of its non-differentiability and its quadratic temporal complexity. While differentiable variants of DTW have been introduced by the community, they still present some drawbacks: computing the distance is still expensive and this similarity tends to blur some differences in the time-series. In this paper, we propose a fast and differentiable approximation of DTW by comparing two architectures: the first one for learning an embedding in which the…
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 · EEG and Brain-Computer Interfaces · Complex Systems and Time Series Analysis
MethodsDynamic Time Warping
