Multi-Scale Convolutional Neural Networks for Time Series Classification
Zhicheng Cui, Wenlin Chen, Yixin Chen

TL;DR
This paper introduces MCNN, an end-to-end neural network that automatically extracts multi-scale features for time series classification, improving accuracy and efficiency over traditional methods.
Contribution
The paper presents a novel multi-scale CNN architecture that integrates feature extraction and classification in a single model for time series data.
Findings
MCNN achieves state-of-the-art accuracy on benchmark datasets.
MCNN is computationally efficient and leverages GPU acceleration.
The model effectively captures features at multiple time scales.
Abstract
Time series classification (TSC), the problem of predicting class labels of time series, has been around for decades within the community of data mining and machine learning, and found many important applications such as biomedical engineering and clinical prediction. However, it still remains challenging and falls short of classification accuracy and efficiency. Traditional approaches typically involve extracting discriminative features from the original time series using dynamic time warping (DTW) or shapelet transformation, based on which an off-the-shelf classifier can be applied. These methods are ad-hoc and separate the feature extraction part with the classification part, which limits their accuracy performance. Plus, most existing methods fail to take into account the fact that time series often have features at different time scales. To address these problems, we propose 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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTime Series Analysis and Forecasting · Anomaly Detection Techniques and Applications · Music and Audio Processing
