SurvBeX: An explanation method of the machine learning survival models based on the Beran estimator
Lev V. Utkin, Danila Y. Eremenko, Andrei V. Konstantinov

TL;DR
SurvBeX introduces a novel explanation method for machine learning survival models using a modified Beran estimator as a surrogate, enabling interpretation of black-box predictions through local survival function approximations.
Contribution
The paper proposes SurvBeX, a new local explanation technique for survival models that leverages the Beran estimator to interpret black-box predictions.
Findings
SurvBeX effectively interprets survival model predictions.
The method outperforms SurvLIME and SurvSHAP in experiments.
Code for SurvBeX is publicly available.
Abstract
An explanation method called SurvBeX is proposed to interpret predictions of the machine learning survival black-box models. The main idea behind the method is to use the modified Beran estimator as the surrogate explanation model. Coefficients, incorporated into Beran estimator, can be regarded as values of the feature impacts on the black-box model prediction. Following the well-known LIME method, many points are generated in a local area around an example of interest. For every generated example, the survival function of the black-box model is computed, and the survival function of the surrogate model (the Beran estimator) is constructed as a function of the explanation coefficients. In order to find the explanation coefficients, it is proposed to minimize the mean distance between the survival functions of the black-box model and the Beran estimator produced by the generated…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMachine Learning and Data Classification · Explainable Artificial Intelligence (XAI) · Statistical Methods and Inference
MethodsLocal Interpretable Model-Agnostic Explanations
