Budget-constrained Active Learning to Effectively De-censor Survival Data
Ali Parsaee, Bei Jiang, Zachary Friggstad, Russell Greiner
TL;DR
This work addresses learning from survival data under labeling budget constraints by extending BatchBALD to handle right-censoring and partial de-censoring. It introduces BB_surv, which adjusts probability estimates for censored instances and uses a budgeted, probe-depth aware acquisition strategy grounded in a maximum-coverage formulation with a $(1-\frac{1}{e})$ guarantee. The authors prove theoretical bounds, implement the method with real-world survival datasets (MIMIC-IV, NACD, SUPPORT), and demonstrate that BB_surv consistently yields superior MAE-PO performance compared to several baselines, including BatchBALD, across uniform and non-uniform costs. The approach enables cost-effective, information-rich data collection in survival analysis, with practical implications for clinical follow-up planning and reliability/survival forecasting in other domains.
Abstract
Standard supervised learners attempt to learn a model from a labeled dataset. Given a small set of labeled instances, and a pool of unlabeled instances, a budgeted learner can use its given budget to pay to acquire the labels of some unlabeled instances, which it can then use to produce a model. Here, we explore budgeted learning in the context of survival datasets, which include (right) censored instances, where we know only a lower bound on an instance's time-to-event. Here, that learner can pay to (partially) label a censored instance -- e.g., to acquire the actual time for an instance [perhaps go from (3 yr, censored) to (7.2 yr, uncensored)], or other variants [e.g., learn about one more year, so go from (3 yr, censored) to either (4 yr, censored) or perhaps (3.2 yr, uncensored)]. This serves as a model of real world data collection, where follow-up with censored patients does not always lead to uncensoring, and how much information is given to the learner model during data collection is a function of the budget and the nature of the data itself. We provide both experimental and theoretical results for how to apply state-of-the-art budgeted learning algorithms to survival data and the respective limitations that exist in doing so. Our approach provides bounds and time complexity asymptotically equivalent to the standard active learning method BatchBALD. Moreover, empirical analysis on several survival tasks show that our model performs better than other potential approaches on several benchmarks.
