MLLGNov 10, 2017

Attend and Diagnose: Clinical Time Series Analysis using Attention Models

arXiv:1711.03905v2520 citations
Originality Incremental advance
AI Analysis

This work addresses the need for efficient predictive models in healthcare by applying attention mechanisms to clinical time-series analysis, representing an incremental advancement over existing methods.

The paper tackled the inefficiency of RNNs in processing long clinical time-series data by introducing an attention-based model, SAnD, which achieved state-of-the-art performance on MIMIC-III benchmark datasets, outperforming LSTM models and classical baselines.

With widespread adoption of electronic health records, there is an increased emphasis for predictive models that can effectively deal with clinical time-series data. Powered by Recurrent Neural Network (RNN) architectures with Long Short-Term Memory (LSTM) units, deep neural networks have achieved state-of-the-art results in several clinical prediction tasks. Despite the success of RNNs, its sequential nature prohibits parallelized computing, thus making it inefficient particularly when processing long sequences. Recently, architectures which are based solely on attention mechanisms have shown remarkable success in transduction tasks in NLP, while being computationally superior. In this paper, for the first time, we utilize attention models for clinical time-series modeling, thereby dispensing recurrence entirely. We develop the \textit{SAnD} (Simply Attend and Diagnose) architecture, which employs a masked, self-attention mechanism, and uses positional encoding and dense interpolation strategies for incorporating temporal order. Furthermore, we develop a multi-task variant of \textit{SAnD} to jointly infer models with multiple diagnosis tasks. Using the recent MIMIC-III benchmark datasets, we demonstrate that the proposed approach achieves state-of-the-art performance in all tasks, outperforming LSTM models and classical baselines with hand-engineered features.

Foundations

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

Your Notes