English

LSTM Fully Convolutional Networks for Time Series Classification

Machine Learning 2018-03-20 v1 Machine Learning

Abstract

Fully convolutional neural networks (FCN) have been shown to achieve state-of-the-art performance on the task of classifying time series sequences. We propose the augmentation of fully convolutional networks with long short term memory recurrent neural network (LSTM RNN) sub-modules for time series classification. Our proposed models significantly enhance the performance of fully convolutional networks with a nominal increase in model size and require minimal preprocessing of the dataset. The proposed Long Short Term Memory Fully Convolutional Network (LSTM-FCN) achieves state-of-the-art performance compared to others. We also explore the usage of attention mechanism to improve time series classification with the Attention Long Short Term Memory Fully Convolutional Network (ALSTM-FCN). Utilization of the attention mechanism allows one to visualize the decision process of the LSTM cell. Furthermore, we propose fine-tuning as a method to enhance the performance of trained models. An overall analysis of the performance of our model is provided and compared to other techniques.

Keywords

Cite

@article{arxiv.1709.05206,
  title  = {LSTM Fully Convolutional Networks for Time Series Classification},
  author = {Fazle Karim and Somshubra Majumdar and Houshang Darabi and Shun Chen},
  journal= {arXiv preprint arXiv:1709.05206},
  year   = {2018}
}

Comments

7 pages, 3 figures and 2 tables

R2 v1 2026-06-22T21:44:22.976Z