LGSPMLOct 24, 2019

U-Time: A Fully Convolutional Network for Time Series Segmentation Applied to Sleep Staging

arXiv:1910.11162v1324 citations
Originality Highly original
AI Analysis

This addresses the challenge of complex and hard-to-tune recurrent models for non-experts in sleep data analysis, offering a more accessible and robust solution.

The authors tackled the problem of physiological time-series segmentation, specifically sleep stage classification, by proposing U-Time, a fully feed-forward convolutional network that eliminates the need for recurrent layers. The result showed that U-Time reaches or outperforms state-of-the-art deep learning models across multiple sleep EEG datasets, with improved robustness in training and no need for task-specific modifications.

Neural networks are becoming more and more popular for the analysis of physiological time-series. The most successful deep learning systems in this domain combine convolutional and recurrent layers to extract useful features to model temporal relations. Unfortunately, these recurrent models are difficult to tune and optimize. In our experience, they often require task-specific modifications, which makes them challenging to use for non-experts. We propose U-Time, a fully feed-forward deep learning approach to physiological time series segmentation developed for the analysis of sleep data. U-Time is a temporal fully convolutional network based on the U-Net architecture that was originally proposed for image segmentation. U-Time maps sequential inputs of arbitrary length to sequences of class labels on a freely chosen temporal scale. This is done by implicitly classifying every individual time-point of the input signal and aggregating these classifications over fixed intervals to form the final predictions. We evaluated U-Time for sleep stage classification on a large collection of sleep electroencephalography (EEG) datasets. In all cases, we found that U-Time reaches or outperforms current state-of-the-art deep learning models while being much more robust in the training process and without requiring architecture or hyperparameter adaptation across tasks.

Code Implementations5 repos
Foundations

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

Your Notes