← Latest papers
💻 computer science

Proper Scoring Rules for Right-Censored Survival Data

This paper proposes a unified framework for proper scoring of right-censored survival data by mapping predictive distributions through the censoring mechanism, which recovers established criteria, extends common scoring rules like CRPS and Brier scores to censored settings, and enables improved multivariate modeling via "censored engression" while avoiding the ranking inconsistencies of existing plug-in weighted methods.

Original authors: Jef Jonkers, Glenn Van Wallendael, Luc Duchateau, Sofie Van Hoecke

Published 2026-06-05
📖 5 min read🧠 Deep dive

Original authors: Jef Jonkers, Glenn Van Wallendael, Luc Duchateau, Sofie Van Hoecke

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine you are a weather forecaster trying to predict exactly when a storm will hit a specific town. In a perfect world, you would watch the storm until it arrives, record the exact time, and check if your prediction was right.

But in the real world of survival analysis (predicting when things like equipment failure or patient health events happen), you often don't get to see the full story. This is called right-censoring.

The Problem: The "Mystery Box" of Censoring

Imagine you are watching a race, but some runners leave the track early because the stadium lights go out (they are "censored").

  • Runner A finishes the race at 10 minutes. You know exactly when they finished.
  • Runner B is still running when the lights go out at 15 minutes. You know they finished after 15 minutes, but you don't know if they finished at 16, 20, or 100 minutes.

If you try to judge your weather forecast (or race prediction) using standard rules, you run into a trap. If you simply guess "15 minutes" for Runner B because that's when you stopped watching, you are lying about the data. If you try to guess "infinity," you are also wrong. Standard scoring rules get confused because they don't know how to handle these "mystery boxes" where the event time is hidden.

The Solution: "Play the Game by the Same Rules"

The authors of this paper propose a clever, simple idea: Don't try to guess the hidden truth; guess what you would have seen if you were in the same situation as the observer.

Think of it like this:

  1. The Standard Mistake: You have a crystal ball that predicts the true finish time of every runner. You try to compare your crystal ball to the runners who left early. The math breaks because you are comparing a full story to a half-story.
  2. The Paper's Fix: Before you check your crystal ball, you simulate the lights going out on your prediction, too.
    • If your crystal ball says "Runner B finishes at 20 minutes," and the lights go out at 15, your "simulated" prediction becomes "Runner B finished after 15."
    • Now, you compare your "simulated half-story" with the "actual half-story" you observed.

By forcing your prediction to go through the same "censoring filter" as the real data, you create a fair playing field. You are no longer penalized for not knowing the future; you are only judged on how well you predicted what was observable.

The New Tools: "Censored Scores"

The paper takes several standard ways of grading predictions (like the Brier score or CRPS) and builds these "light-switch" filters into them.

  • Localized Scores: If you know exactly when the lights went out (e.g., a fixed study end date), you apply the filter once.
  • Marginalized Scores: If the lights go out at random times (e.g., patients leaving a hospital at different times), you average the scores over all possible times the lights could have gone out, based on the known rules of the hospital.

The authors prove that if you do this, your "oracle" (the perfect predictor) will always get the best grade, even with missing data. They also show that older methods, which try to "fix" the missing data by guessing the probability of the event happening later, can sometimes trick the system and give a bad prediction a better score than a good one.

The New Training Method: "Censored Engression"

The paper doesn't just offer a way to grade predictions; it offers a way to teach computers to make them.

They introduce a method called Censored Engression.

  • Imagine a robot trying to learn the rules of a game by watching videos where the screen sometimes cuts to black.
  • Naive Approach: The robot ignores the black screens and tries to learn the full game, which confuses it.
  • Censored Engression: The robot is trained to predict what the video looks like including the black screens. It learns to generate "fake" videos that also get cut off by black screens at the right moments, and then compares those to the real videos.

This allows the robot to learn complex, multi-variable patterns (like predicting when a patient might have two different types of kidney failure) without needing a simple mathematical formula that might not fit the messy reality.

Real-World Test: The ICU

To prove this works, the authors tested it on data from an Intensive Care Unit (ICU). They tried to predict when patients would develop Acute Kidney Injury (AKI).

  • The Challenge: Patients leave the ICU (get discharged) or die before they develop AKI. This cuts off the data.
  • The Result: Their new method, which respects the "cut-off" nature of the data, predicted the timing of kidney failure much better than older methods that ignored the censoring or used "naive" training. It correctly identified that the "lights going out" (discharge) was a crucial part of the story, not just missing data.

Summary

In short, this paper says: When you can't see the whole picture, don't pretend you can. Instead, adjust your predictions to match the "blurry" version of reality you actually have. By doing this, you get fairer grades for your predictions and you can train smarter AI models that understand the limits of what they can see.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →