LGMLJun 9, 2025

Ensemble-Based Survival Models with the Self-Attended Beran Estimator Predictions

arXiv:2506.07933v11 citationsh-index: 10Comput Math Model
Originality Incremental advance
AI Analysis

This addresses prediction instability in survival analysis for applications like medical prognosis, though it appears incremental as it builds on existing ensemble and attention methods.

The paper tackles the problem of unstable predictions in ensemble-based survival analysis models by proposing SurvBESA, which combines Beran estimators with a self-attention mechanism to smooth survival functions. Numerical experiments show it outperforms state-of-the-art models.

Survival analysis predicts the time until an event of interest, such as failure or death, but faces challenges due to censored data, where some events remain unobserved. Ensemble-based models, like random survival forests and gradient boosting, are widely used but can produce unstable predictions due to variations in bootstrap samples. To address this, we propose SurvBESA (Survival Beran Estimators Self-Attended), a novel ensemble model that combines Beran estimators with a self-attention mechanism. Unlike traditional methods, SurvBESA applies self-attention to predicted survival functions, smoothing out noise by adjusting each survival function based on its similarity to neighboring survival functions. We also explore a special case using Huber's contamination model to define attention weights, simplifying training to a quadratic or linear optimization problem. Numerical experiments show that SurvBESA outperforms state-of-the-art models. The implementation of SurvBESA is publicly available.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes