Deep Semi-Supervised Survival Analysis for Predicting Cancer Prognosis
Anchen Sun, Zhibin Chen, Xiaodong Cai
TL;DR
This work tackles limited labeled time-to-event data in cancer prognosis by applying deep semi-supervised learning to survival analysis. It introduces Cox-MT, a Mean Teacher-based neural Cox model that learns from both labeled and unlabeled data, combining a supervised negative partial likelihood with a consistency loss across teacher and student networks. The authors demonstrate strong gains for single-modal RNA-seq and WSI inputs, and further improvements with a multi-modal fusion using mutual attention to combine gene expression and imaging features. The approach reduces the need for large labeled datasets and shows robust improvements on TCGA cancers, suggesting broad applicability to other domains with censoring and scarce labels.
Abstract
The Cox Proportional Hazards (PH) model is widely used in survival analysis. Recently, artificial neural network (ANN)-based Cox-PH models have been developed. However, training these Cox models with high-dimensional features typically requires a substantial number of labeled samples containing information about time-to-event. The limited availability of labeled data for training often constrains the performance of ANN-based Cox models. To address this issue, we employed a deep semi-supervised learning (DSSL) approach to develop single- and multi-modal ANN-based Cox models based on the Mean Teacher (MT) framework, which utilizes both labeled and unlabeled data for training. We applied our model, named Cox-MT, to predict the prognosis of several types of cancer using data from The Cancer Genome Atlas (TCGA). Our single-modal Cox-MT models, utilizing TCGA RNA-seq data or whole slide images, significantly outperformed the existing ANN-based Cox model, Cox-nnet, using the same data set across four types of cancer considered. As the number of unlabeled samples increased, the performance of Cox-MT significantly improved with a given set of labeled data. Furthermore, our multi-modal Cox-MT model demonstrated considerably better performance than the single-modal model. In summary, the Cox-MT model effectively leverages both labeled and unlabeled data to significantly enhance prediction accuracy compared to existing ANN-based Cox models trained solely on labeled data.
