LGMar 28, 2019

Medical Time Series Classification with Hierarchical Attention-based Temporal Convolutional Networks: A Case Study of Myotonic Dystrophy Diagnosis

arXiv:1903.11748v135 citations
Originality Incremental advance
AI Analysis

This work addresses myotonic dystrophy diagnosis for medical applications, presenting an incremental improvement in model efficiency and explainability.

The authors tackled the problem of diagnosing myotonic dystrophy from handgrip time series data by proposing a hierarchical attention-based temporal convolutional network (HA-TCN), which achieved similar classification accuracy and F1 scores to other deep learning models but outperformed SVM and offered improved computational efficiency and robustness to noise.

Myotonia, which refers to delayed muscle relaxation after contraction, is the main symptom of myotonic dystrophy patients. We propose a hierarchical attention-based temporal convolutional network (HA-TCN) for myotonic dystrohpy diagnosis from handgrip time series data, and introduce mechanisms that enable model explainability. We compare the performance of the HA-TCN model against that of benchmark TCN models, LSTM models with and without attention mechanisms, and SVM approaches with handcrafted features. In terms of classification accuracy and F1 score, we found all deep learning models have similar levels of performance, and they all outperform SVM. Further, the HA-TCN model outperforms its TCN counterpart with regards to computational efficiency regardless of network depth, and in terms of performance particularly when the number of hidden layers is small. Lastly, HA-TCN models can consistently identify relevant time series segments in the relaxation phase of the handgrip time series, and exhibit increased robustness to noise when compared to attention-based LSTM models.

Foundations

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

Your Notes