# Empirical Risk Minimization under Random Censorship: Theory and Practice


G. Ausset, S. Clémençon, F. Portier

- [JMLR](https://jmlr.org/papers/v23/19-450.html)
- [arXiv](http://arxiv.org/abs/1906.01908)
- [pdf](https://arxiv.org/pdf/1906.01908.pdf)


## Abstract

We consider the classic supervised learning problem, where a continuous non-negative random label Y (i.e. a random duration) is to be predicted based upon observing a random vector X valued in Rd with d ≥ 1 by means of a regression rule with minimum least square error. In various applications, ranging from industrial quality control to public health through credit risk analysis for instance, training observations can be right censored, meaning that, rather than on independent copies of (X, Y), statistical learning relies on a collection of n ≥ 1 independent realizations of the triplet (X, min{Y, C}, δ), where C is a nonnegative r.v. with unknown distribution, modeling censorship and δ = I{Y ≤ C} indicates whether the duration is right censored or not. As ignoring censorship in the risk computation may clearly lead to a severe underestimation of the target duration and jeopardize prediction, we propose to consider a plug-in estimate of the true risk based on a Kaplan-Meier estimator of the conditional survival function of the censorship C given X, referred to as Kaplan-Meier risk, in order to perform empirical risk minimization. It is established, under mild conditions, that the learning rate of minimizers of this biased/weighted empirical risk functional is of order O(√(log(n)/n) when ignoring model bias issues inherent to plug-in estimation, as can be attained in absence of censorship. Beyond theoretical results, numerical experiments are presented in order to illustrate the relevance of the approach developed.




## BibTeX

```bibtex
@article{aussetEmpiricalRiskMinimization2021,
  title = {Empirical {{Risk Minimization}} under {{Random Censorship}}},
  shorttitle = {Empirical {{Risk Minimization}} under {{Random Censorship}}},
  author = {Ausset, Guillaume and Clémençon, Stéphan and Portier, François},
  date = {2021},
  journaltitle = {Journal of Machine Learning Research},
  eprint = {1906.01908},
  eprinttype = {arxiv},
  url = {http://arxiv.org/abs/1906.01908},
  abstract = {We consider the classic supervised learning problem, where a continuous non-negative random label \$Y\$ (i.e. a random duration) is to be predicted based upon observing a random vector \$X\$ valued in \$\textbackslash mathbb\{R\}\^d\$ with \$d\textbackslash geq 1\$ by means of a regression rule with minimum least square error. In various applications, ranging from industrial quality control to public health through credit risk analysis for instance, training observations can be right censored, meaning that, rather than on independent copies of \$(X,Y)\$, statistical learning relies on a collection of \$n\textbackslash geq 1\$ independent realizations of the triplet \$(X, \textbackslash; \textbackslash min\textbackslash\{Y,\textbackslash; C\textbackslash\},\textbackslash; \textbackslash delta)\$, where \$C\$ is a nonnegative r.v. with unknown distribution, modeling censorship and \$\textbackslash delta=\textbackslash mathbb\{I\}\textbackslash\{Y\textbackslash leq C\textbackslash\}\$ indicates whether the duration is right censored or not. As ignoring censorship in the risk computation may clearly lead to a severe underestimation of the target duration and jeopardize prediction, we propose to consider a plug-in estimate of the true risk based on a Kaplan-Meier estimator of the conditional survival function of the censorship \$C\$ given \$X\$, referred to as Kaplan-Meier risk, in order to perform empirical risk minimization. It is established, under mild conditions, that the learning rate of minimizers of this biased/weighted empirical risk functional is of order \$O\_\{\textbackslash mathbb\{P\}\}(\textbackslash sqrt\{\textbackslash log(n)/n\})\$ when ignoring model bias issues inherent to plug-in estimation, as can be attained in absence of censorship. Beyond theoretical results, numerical experiments are presented in order to illustrate the relevance of the approach developed.},
  archiveprefix = {arXiv}
}
```
