CVAug 29, 2018

Image-based Survival Analysis for Lung Cancer Patients using CNNs

arXiv:1808.09679v240 citations
AI Analysis

This work addresses survival prediction for lung cancer patients using medical images, but it is incremental as it adapts existing methods to handle computational constraints.

The authors tackled the challenge of training convolutional neural networks for survival analysis on 3D medical images by simplifying it to median survival classification, which allows training with small batch sizes and outperforms previous state-of-the-art methods on a lung cancer dataset.

Traditional survival models such as the Cox proportional hazards model are typically based on scalar or categorical clinical features. With the advent of increasingly large image datasets, it has become feasible to incorporate quantitative image features into survival prediction. So far, this kind of analysis is mostly based on radiomics features, i.e. a fixed set of features that is mathematically defined a priori. To capture highly abstract information, it is desirable to learn the feature extraction using convolutional neural networks. However, for tomographic medical images, model training is difficult because on the one hand, only few samples of 3D image data fit into one batch at once and on the other hand, survival loss functions are essentially ordering measures that require large batch sizes. In this work, we show that by simplifying survival analysis to median survival classification, convolutional neural networks can be trained with small batch sizes and learn features that predict survival equally well as end-to-end hazard prediction networks. Our approach outperforms the previous state of the art in a publicly available lung cancer dataset.

Foundations

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

Your Notes