CVNov 28, 2020

Semi-Supervised Learning for Sparsely-Labeled Sequential Data: Application to Healthcare Video Processing

arXiv:2011.14101v5
Originality Highly original
AI Analysis

This work provides a method to improve event detection performance for machine learning models in healthcare and other domains where sequential data is abundant but full labeling is impractical or impossible, offering a substantial gain over existing baseline methods.

The paper addresses the challenge of event detection in sequential data with sparsely labeled information, specifically when only event start times are available. By using noisy guesses for event end times and a risk-tolerant training strategy, the method significantly improved mean average precision across various datasets: 3.5 points for CIFAR, 30 points for MNIST, 3 points for MHAD, and 14 points for HMBD51, and 17 points for epilepsy patient video processing, achieving performance comparable to fully supervised models.

Labeled data is a critical resource for training and evaluating machine learning models. However, many real-life datasets are only partially labeled. We propose a semi-supervised machine learning training strategy to improve event detection performance on sequential data, such as video recordings, when only sparse labels are available, such as event start times without their corresponding end times. Our method uses noisy guesses of the events' end times to train event detection models. Depending on how conservative these guesses are, mislabeled samples may be introduced into the training set. We further propose a mathematical model for explaining and estimating the evolution of the classification performance for increasingly noisier end time estimates. We show that neural networks can improve their detection performance by leveraging more training data with less conservative approximations despite the higher proportion of incorrect labels. We adapt sequential versions of CIFAR-10 and MNIST, and use the Berkeley MHAD and HMBD51 video datasets to empirically evaluate our method, and find that our risk-tolerant strategy outperforms conservative estimates by 3.5 points of mean average precision for CIFAR, 30 points for MNIST, 3 points for MHAD, and 14 points for HMBD51. Then, we leverage the proposed training strategy to tackle a real-life application: processing continuous video recordings of epilepsy patients, and show that our method outperforms baseline labeling methods by 17 points of average precision, and reaches a classification performance similar to that of fully supervised models. We share part of the code for this article.

Code Implementations1 repo
Foundations

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

Your Notes