ArXiv

Surv-IPTB: An Attention-Based Model for Estimating Individual Probability of Treatment Benefit with Survival Data

Authors
Lev V. Utkin, Stanislav K. Kogan, Andrei V. Konstantinov
Categories
cs.LG, stat.ML
arXiv
https://arxiv.org/abs/2608.06288v1
PDF
https://arxiv.org/pdf/2608.06288v1

Brief

Surv-IPTB introduces an attention-based method to estimate each patient’s probability of benefiting from treatment in survival settings by casting IPTB estimation as binary classification over pairwise treated-versus-control comparisons. The model handles right-censoring via interval-valued (imprecise) probabilities and learns flexible aggregation through query-key attention. Experiments on complex synthetic nonlinear feature spaces show consistent improvements over T-/S-learner baselines (RSF, Cox, Beran). Full text was not provided; summary is based on the abstract.

Why it matters

Surv-IPTB (Utkin, Kogan, Konstantinov; arXiv 2026-08-06) is an attention-based model that reframes Individual Probability of Treatment Benefit (IPTB) for survival data as a pairwise binary classification problem, uses learnable query‑key attention to aggregate pairwise treated/control comparisons, and represents right-censoring with imprecise (interval-valued) probabilities and soft class probabilities for censored cases.

Key details

  • On synthetic nonlinear datasets (spiral, bell-shaped, circular) the authors report that Surv-IPTB consistently outperforms T-learner and S-learner baselines implemented with random survival forests, Cox proportional hazards, and Beran estimators across varying censoring rates and treatment-effect strengths; the code is released publicly.
Source evidence

Abstract

This work presents a novel attention-based framework for estimating the Individual Probability of Treatment Benefit (IPTB) in survival analysis contexts. The proposed model, called Surv-IPTB, directly quantifies the probability that a specific patient will experience extended survival time under treatment versus control. We reformulate IPTB estimation as a binary classification problem, leveraging pairwise patient comparisons across treatment and control cohorts. The framework incorporates a principled handling of right-censored observations through imprecise probability representations, where uncertain treatment effects are characterized by interval-valued probabilities. An attention mechanism with learnable query-key transformations enables flexible, data-driven aggregation of pairwise comparisons, while simultaneously learning soft class probabilities for censored cases. Through extensive experiments on synthetic datasets with complex nonlinear structures, including spiral, bell-shaped, and circular feature spaces, we demonstrate that our approach maintains robust performance across varying censoring rates and treatment effect strengths. The model consistently outperforms meta-learner baselines (T-learner and S-learner) equipped with random survival forests, Cox proportional hazards, and Beran estimators, particularly in challenging nonlinear scenarios where conventional methods exhibit significant degradation. The results establish the proposed attention-based framework as a scalable and statistically principled solution for personalized treatment benefit assessment in survival settings. The code implementing the model is publicly available.