LGSep 28, 2021

Improving Time Series Classification Algorithms Using Octave-Convolutional Layers

arXiv:2109.13696v1
Originality Incremental advance
AI Analysis

This work addresses time series classification for researchers and practitioners, but it is incremental as it builds on existing CNN architectures with a known technique.

The authors tackled the problem of improving time series classification by using Octave Convolutional layers in CNN-based models, resulting in significant accuracy improvements on benchmark datasets with minimal parameter increases, and achieving performance comparable to top ensemble models.

Deep learning models utilizing convolution layers have achieved state-of-the-art performance on univariate time series classification tasks. In this work, we propose improving CNN based time series classifiers by utilizing Octave Convolutions (OctConv) to outperform themselves. These network architectures include Fully Convolutional Networks (FCN), Residual Neural Networks (ResNets), LSTM-Fully Convolutional Networks (LSTM-FCN), and Attention LSTM-Fully Convolutional Networks (ALSTM-FCN). The proposed layers significantly improve each of these models with minimally increased network parameters. In this paper, we experimentally show that by substituting convolutions with OctConv, we significantly improve accuracy for time series classification tasks for most of the benchmark datasets. In addition, the updated ALSTM-OctFCN performs statistically the same as the top two time series classifers, TS-CHIEF and HIVE-COTE (both ensemble models). To further explore the impact of the OctConv layers, we perform ablation tests of the augmented model compared to their base model.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes