Neural Topic Models with Survival Supervision: Jointly Predicting Time-to-Event Outcomes and Learning How Clinical Features Relate
George H. Chen, Linhong Li, Ren Zuo, Amanda Coston, Jeremy C. Weiss

TL;DR
This paper introduces a neural network framework that jointly models clinical features as topics and predicts survival outcomes, providing interpretable insights into feature relationships while maintaining competitive predictive accuracy.
Contribution
It proposes a scalable neural survival-supervised topic model that combines feature discovery with time-to-event prediction, enhancing interpretability in clinical data analysis.
Findings
Achieves competitive accuracy on clinical survival datasets.
Provides interpretable clinical topics explaining feature relationships.
Supports scalable training with standard neural network optimizers.
Abstract
We present a neural network framework for learning a survival model to predict a time-to-event outcome while simultaneously learning a topic model that reveals feature relationships. In particular, we model each subject as a distribution over "topics", where a topic could, for instance, correspond to an age group, a disorder, or a disease. The presence of a topic in a subject means that specific clinical features are more likely to appear for the subject. Topics encode information about related features and are learned in a supervised manner to predict a time-to-event outcome. Our framework supports combining many different topic and survival models; training the resulting joint survival-topic model readily scales to large datasets using standard neural net optimizers with minibatch gradient descent. For example, a special case is to combine LDA with a Cox model, in which case a…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMachine Learning in Healthcare · Explainable Artificial Intelligence (XAI) · Topic Modeling
