Residual Tail Mass Breaks Survival Score Properness

A marginal-properness analysis derives the SBS bias term and tests it across 10,000 simulations under low and high censoring.

Editorial Desk·July 28, 2026·5 min readstrong

Underlying Paper

When Are Scoring Rules Proper? Bridging Theory and Practice in Survival Model Evaluation

Proper scoring rules encourage probabilistic predictions that match the true underlying distribution and are central to model evaluation, with increasing relevance in automated workflows such as AutoML. In survival analysis, however, their behavior under censoring is not fully understood. We study commonly used squared and logarithmic scoring rules for right-censored survival data under independent censoring, introducing a notion of marginal properness based on observable outcomes. Within this framework, we show that the SBS, evaluated at a fixed time point, along with its integrated version (ISBS) and the RCLL are strictly proper when all individuals eventually experience the event, but can become improper under finite follow-up or in the presence of cure fractions. For the SBS, we derive a closed-form expression that reveals the true mechanism: residual mass, corresponding to individuals who remain event-free at study end, systematically biases the score toward underestimating survival, with the effect increasing at later evaluation times and under heavier censoring. Through simulation experiments, we examine how these issues manifest in finite samples and under misspecification. The SBS exhibits pronounced improperness at late evaluation times and poor discrimination between models. The ISBS is more robust due to temporal integration but remains sensitive to tail regularity violations, exhibiting detectable improperness and reduced discriminatory power. The RCLL behaves consistently with strict properness and effectively separates misspecified models. Overall, our results demonstrate how theoretical improperness can translate into misleading model comparisons, underscoring the need for further methodological development in survival model evaluation under censoring and realistic data conditions.

arXiv:2212.05260Submitted: Jul 22, 2026v4

Survival models are often compared with scoring rules that reward calibrated probabilistic predictions. That premise is less clean under right censoring, because the evaluator observes a mixture of event times and censoring times rather than the event-time distribution itself. This paper studies when commonly used survival losses are proper in that observable-data setting, and the answer is conditional: the squared Brier-type rules behave well only when the tail eventually disappears.

Core Contribution

The central move is a definition of marginal properness for right-censored survival data. Instead of asking whether a score is proper for the unobserved event time YY directly, the paper asks whether the expected observed loss is minimized by the true survival function SYS_Y when the observed data are T=min(Y,C)T = \min(Y, C) and Δ=1(YC)\Delta = \mathbb{1}(Y \leq C) under independent censoring.

Under that definition, the authors separate three scoring families. The survival Brier score at a fixed time, SBS, and its integrated version, ISBS, are strictly proper when the event or censoring survival tail vanishes. When both tails retain residual mass, as in finite follow-up or cure-fraction settings, the expected SBS is minimized below the true survival probability. The right-censored log-likelihood, RCLL, is treated differently: its expected loss difference decomposes into a KL term plus a tail-mass term, which explains why it separates misspecified models better in the experiments under the regularity conditions tested.

Technical Approach

The paper’s useful result is the closed-form minimizer for the expected SBS at an evaluation time τ\tau. In the residual-tail case, the minimizer is not SY(τ)S_Y(\tau), but a shifted value below it. In the notation used by the authors, the pointwise minimizer has the form

x=aϵ/b1ϵ/ba,x^* = \frac{a - \epsilon / b}{1 - \epsilon / b} \leq a,

where aa is the true event survival at τ\tau, bb is the censoring survival at τ\tau, and ϵ\epsilon is residual tail mass. The mechanism is direct: observations that remain unresolved beyond follow-up are not neutral for the squared loss; they pull the risk minimizer toward lower survival. Figure 2 shows this empirically, with negative bias growing as residual tail mass increases and with stronger effects at later evaluation times.

Figure 2. Bias of the SBS minimizer as a function of the residual tail mass. The figure shows the empirical bias of the minimizer of the expected SBS loss relative to the true survival probability x^ - S_Y(^*) (eq:sbs-shift) against the estimated residual tail mass (eq:empirical_epsilon), based on K = 10,000 simulations. A random 20\% subsample of the simulations is shown for visualization. Colors denote the sample size n. Panels correspond to early, median, and late evaluation times ^*. Negative values indicate underestimation of the true survival probability.

The same pointwise argument extends to ISBS because the integrated score minimizes the integral by minimizing each time point. Temporal integration softens the problem, but it does not remove the tail condition. If residual mass persists, the score can still prefer a misspecified survival curve that underestimates survival.

Results and Analysis

The simulations make the theory operational rather than leaving it as a pathological counterexample. The authors first generate Weibull survival and censoring curves, then estimate censoring through Kaplan–Meier in finite samples. Across K=10,000K = 10{,}000 simulations, Table C.1 reports empirical violations for SBS and ISBS. At n=10n=10, SBS violations are frequent at the 10th percentile evaluation time: 4,325 violations, or 43.25%. The median and 90th percentile time points show 6.95% and 7.87% violation rates, respectively. ISBS is less affected but not immune, with 320 violations, or 3.2%, at the same sample size.

The violation rates shrink with sample size, which matters for interpretation. By n=100n=100, SBS still shows 1.86% to 2.43% violations depending on time point, while ISBS has no flagged violations in that table. At n=1000n=1000, late-time SBS still has 36 violations, or 0.36%, while the 10th percentile SBS and ISBS columns drop to zero. The paper’s claim is therefore not that SBS always fails in ordinary use, but that its propriety depends on a tail condition that finite follow-up can violate, with late-time evaluation especially exposed.

The misspecification experiments are more relevant for model selection. They use two simulated non-proportional-hazards tasks with Kaplan–Meier curves crossing by a binary covariate: a low-censoring task with 24% total censoring and a high-censoring task with 64% total censoring, both administratively censored at tω=10t_\omega = 10. Figure 5 compares excess predicted loss against mean integrated absolute error for RCLL, SBS at t=5t=5, and ISBS. RCLL tracks increasing misspecification more clearly; SBS compresses differences between models and can blur the ordering; ISBS sits between the two.

Figure 5. Sensitivity to model misspecification under low (top) and high (bottom) censoring. Each point corresponds to one of 100 Monte Carlo test replicates (n_test = 1000 per replicate) and shows the excess loss L = L_pred( S) - L_true(S_Y) versus the mean integrated absolute error (MIAE) between S and S_Y. Models are arranged from left to right by increasing discrepancy from the true survival function (larger MIAE). Facets correspond to RCLL, SBS evaluated at t = 5, and ISBS integrated up to the 90th percentile of observed times.

Additional sensitivity plots vary test set size and prediction-grid resolution. RCLL becomes cleaner as ntestn_{test} grows from 10 to 500 and remains usable across grid sizes, while ISBS remains noisier under high censoring. Table C.2 gives a concrete high-censoring example for RCLL with ntest=250n_{test}=250: at the full grid size B=363B=363, the exact truth scores 0.679 ± 0.049, the oracle scores 0.739 ± 0.063, Cox_int scores 0.937 ± 0.068, KM scores 0.978 ± 0.071, and RSF scores 1.480 ± 0.139. That spread supports the authors’ practical reading: for these simulated tasks, RCLL is the more discriminating evaluation score, while SBS and ISBS require care near the tail.

Evidence Box

strong

Key Claims

  • SBS is strictly proper only when residual tail mass vanishes
  • ISBS inherits SBS tail sensitivity despite temporal integration
  • Residual tail mass biases SBS toward survival underestimation
  • RCLL better separates misspecified survival models in the tested settings

Key Results

  • SBS violation rate 43.25% at q0.1 with n=10 across 10,000 simulations
  • ISBS violation rate 3.2% with n=10 across 10,000 simulations
  • Low- and high-censoring simulation tasks use 24% and 64% total censoring with administrative censoring at tω=10
  • RCLL high-censoring full-grid scores: truth 0.679 ± 0.049 vs RSF 1.480 ± 0.139 at n_test=250

Limitations & Caveats

  • Results assume independent censoring in the theoretical setup
  • Improperness analysis depends on residual tail mass from finite follow-up or non-vanishing tails
  • Experiments are simulation-based rather than evaluated on real survival benchmarks
  • SBS and ISBS behavior depends on evaluation time, integration range, and censoring-estimator accuracy

Related Articles

Readers are encouraged to consult the original arXiv paper for complete details. SOTA Papers does not make claims beyond what is supported by the authors' reported evidence.