Learnable Dynamic Temporal Pooling for Time Series Classification
Dongha Lee, Seonghyeon Lee, Hwanjo Yu

TL;DR
This paper introduces a learnable dynamic temporal pooling method for CNN-based time series classification, which preserves temporal information and enhances discriminative feature extraction, leading to improved accuracy.
Contribution
It proposes a novel dynamic temporal pooling layer that uses DTW for better temporal feature aggregation in CNN classifiers, improving classification performance.
Findings
Significant accuracy improvements on multiple datasets.
Effective preservation of temporal information.
Enhanced feature discrimination through the proposed pooling.
Abstract
With the increase of available time series data, predicting their class labels has been one of the most important challenges in a wide range of disciplines. Recent studies on time series classification show that convolutional neural networks (CNN) achieved the state-of-the-art performance as a single classifier. In this work, pointing out that the global pooling layer that is usually adopted by existing CNN classifiers discards the temporal information of high-level features, we present a dynamic temporal pooling (DTP) technique that reduces the temporal size of hidden representations by aggregating the features at the segment-level. For the partition of a whole series into multiple segments, we utilize dynamic time warping (DTW) to align each time point in a temporal order with the prototypical features of the segments, which can be optimized simultaneously with the network parameters…
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
Taxonomy
TopicsTime Series Analysis and Forecasting · Music and Audio Processing · Anomaly Detection Techniques and Applications
