# ConvTimeNet: A Pre-trained Deep Convolutional Neural Network for Time   Series Classification

**Authors:** Kathan Kashiparekh, Jyoti Narwariya, Pankaj Malhotra, Lovekesh Vig,, Gautam Shroff

arXiv: 1904.12546 · 2019-05-03

## TL;DR

ConvTimeNet (CTN) is a pre-trained deep CNN for time series classification that generalizes well across diverse datasets, offering improved accuracy and efficiency through transfer learning and multi-scale feature extraction.

## Contribution

This paper introduces ConvTimeNet, a pre-trained CNN with multi-length filters trained on diverse datasets, enabling effective transfer learning for various time series classification tasks.

## Key findings

- Significant accuracy improvements over state-of-the-art methods.
- Enhanced computational efficiency with transfer learning.
- Filters in CTN are broadly useful across datasets.

## Abstract

Training deep neural networks often requires careful hyper-parameter tuning and significant computational resources. In this paper, we propose ConvTimeNet (CTN): an off-the-shelf deep convolutional neural network (CNN) trained on diverse univariate time series classification (TSC) source tasks. Once trained, CTN can be easily adapted to new TSC target tasks via a small amount of fine-tuning using labeled instances from the target tasks. We note that the length of convolutional filters is a key aspect when building a pre-trained model that can generalize to time series of different lengths across datasets. To achieve this, we incorporate filters of multiple lengths in all convolutional layers of CTN to capture temporal features at multiple time scales. We consider all 65 datasets with time series of lengths up to 512 points from the UCR TSC Benchmark for training and testing transferability of CTN: We train CTN on a randomly chosen subset of 24 datasets using a multi-head approach with a different softmax layer for each training dataset, and study generalizability and transferability of the learned filters on the remaining 41 TSC datasets. We observe significant gains in classification accuracy as well as computational efficiency when using pre-trained CTN as a starting point for subsequent task-specific fine-tuning compared to existing state-of-the-art TSC approaches. We also provide qualitative insights into the working of CTN by: i) analyzing the activations and filters of first convolution layer suggesting the filters in CTN are generically useful, ii) analyzing the impact of the design decision to incorporate multiple length decisions, and iii) finding regions of time series that affect the final classification decision via occlusion sensitivity analysis.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1904.12546/full.md

## Figures

18 figures with captions in the complete paper: https://tomesphere.com/paper/1904.12546/full.md

## References

32 references — full list in the complete paper: https://tomesphere.com/paper/1904.12546/full.md

---
Source: https://tomesphere.com/paper/1904.12546