paper-with-me

Papers

Survival Analysis as Imprecise Classification with Trainable Kernels

2025-06-11 · Andrei V. Konstantinov, Vlada A. Efremenko, Lev V. Utkin

Survival analysis is a fundamental tool for modeling time-to-event data in healthcare, engineering, and finance, where censored observations pose significant challenges. While traditional methods like the Beran estimator offer nonparametric solutions, they often struggle with the complex data structures and heavy censoring. This paper introduces three novel survival models, iSurvM (the imprecise Survival model based on Mean likelihood functions), iSurvQ (the imprecise Survival model based on the Quantiles of likelihood functions), and iSurvJ (the imprecise Survival model based on the Joint learning), that combine imprecise probability theory with attention mechanisms to handle censored data without parametric assumptions. The first idea behind the models is to represent censored observations by interval-valued probability distributions for each instance over time intervals between events moments. The second idea is to employ the kernel-based Nadaraya-Watson regression with trainable attention weights for computing the imprecise probability distribution over time intervals for the entire dataset. The third idea is to consider three decision strategies for training, which correspond to the proposed three models. Experiments on synthetic and real datasets demonstrate that the proposed models, especially iSurvJ, consistently outperform the Beran estimator from the accuracy and computational complexity points of view. Codes implementing the proposed models are publicly available.

📄 PDF Abstract BibTeX arXiv:2506.10140

Code (1)

ntailab/isurvmqj 공식 구현 pytorch

Tasks

Survival Analysis

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음

Similar Papers 제목 키워드 기반

Random Forest (RF) Kernel for Regression, Classification and Survival

2020-08-31 · Dai Feng, Richard Baumgartner

Breiman's random forest (RF) can be interpreted as an implicit kernel generator,where the ensuing proximity matrix represents the data-driven RF kernel. Kernel perspective on the RF has been used to develop a principled …

ClassificationGeneral Classificationregression

Deep Kernel Survival Analysis and Subject-Specific Survival Time Prediction Intervals

2020-07-25 · George H. Chen

Kernel survival analysis methods predict subject-specific survival curves and times using information about which training subjects are most similar to a test subject. These most similar training subjects could serve as …

PredictionPrediction IntervalsSurvival Analysisvalid

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

2026-08-06 · Lev V. Utkin, Stanislav K. Kogan, Andrei V. Konstantinov arxiv

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 prob…

Binary Classification

BENK: The Beran Estimator with Neural Kernels for Estimating the Heterogeneous Treatment Effect

2022-11-19 · Stanislav R. Kirpichenko, Lev V. Utkin, Andrei V. Konstantinov

A method for estimating the conditional average treatment effect under condition of censored time-to-event data called BENK (the Beran Estimator with Neural Kernels) is proposed. The main idea behind the method is to app…

SurvBETA: Ensemble-Based Survival Models Using Beran Estimators and Several Attention Mechanisms

2024-12-10 · Lev V. Utkin, Semen P. Khomets, Vlada A. Efremenko, Andrei V. Konstantinov

Many ensemble-based models have been proposed to solve machine learning problems in the survival analysis framework, including random survival forests, the gradient boosting machine with weak survival models, ensembles o…

FormSurvival Analysis