LGMLApr 18, 2021

SurvNAM: The machine learning survival model explanation

arXiv:2104.08903v139 citations
Originality Synthesis-oriented
AI Analysis

This provides a method for explaining survival model predictions, which is incremental as it adapts existing techniques to a specific domain.

The authors tackled the problem of explaining black-box machine learning survival models by proposing SurvNAM, a modification of the Neural Additive Model, which achieved efficient local and global explanations as demonstrated through numerous numerical experiments.

A new modification of the Neural Additive Model (NAM) called SurvNAM and its modifications are proposed to explain predictions of the black-box machine learning survival model. The method is based on applying the original NAM to solving the explanation problem in the framework of survival analysis. The basic idea behind SurvNAM is to train the network by means of a specific expected loss function which takes into account peculiarities of the survival model predictions and is based on approximating the black-box model by the extension of the Cox proportional hazards model which uses the well-known Generalized Additive Model (GAM) in place of the simple linear relationship of covariates. The proposed method SurvNAM allows performing the local and global explanation. A set of examples around the explained example is randomly generated for the local explanation. The global explanation uses the whole training dataset. The proposed modifications of SurvNAM are based on using the Lasso-based regularization for functions from GAM and for a special representation of the GAM functions using their weighted linear and non-linear parts, which is implemented as a shortcut connection. A lot of numerical experiments illustrate the SurvNAM efficiency.

Foundations

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

Your Notes