Papers
Topics
Authors
Recent
Search
2000 character limit reached

Robust Deep ES Estimator

Updated 18 November 2025
  • The paper introduces a two-stage deep learning framework that orthogonalizes quantile and expected shortfall estimation using deep quantile regression and Huber loss.
  • It achieves non-asymptotic tail robustness with provable error bounds, effectively mitigating the influence of heavy-tailed residuals.
  • Empirical studies demonstrate improved prediction accuracy in high-dimensional settings, especially under heavy-tailed noise in environmental applications.

A Robust Deep ES (Expected Shortfall) Estimator in the context of modern machine learning refers to a deep neural methodology for estimating the conditional tail risk of a target variable, designed with explicit robustness to heavy-tailed response distributions and model misspecification. This estimator operates in high-dimensional, nonparametric settings via hierarchical architectures, orthogonalizing the estimation of quantile and expected shortfall functions, and incorporates robustification techniques such as the Huber loss to achieve non-asymptotic resistance to outliers and model noise (Yu et al., 11 Nov 2025).

1. Mathematical Formulation of Expected Shortfall Regression

Let YY be a real-valued response variable with cumulative distribution function FYF_Y. The Value-at-Risk (VaR) at level α(0,1)\alpha\in(0,1) is qα(Y):=inf{y:FY(y)α}q_\alpha(Y):= \inf\{y: F_Y(y)\geq\alpha\}, and the Expected Shortfall (ES, also known as Conditional Value-at-Risk) at level α\alpha is

eα(Y):=E[YYqα(Y)]=1αE[Y1{Yqα(Y)}].e_\alpha(Y) := \mathbb{E}\left[ Y \mid Y \leq q_\alpha(Y) \right] = \frac{1}{\alpha} \mathbb{E}\left[ Y \mathbb{1}\{Y \leq q_\alpha(Y)\} \right].

For regression with covariates XRdX\in\mathbb{R}^d, nonparametric functions f0(x):=qα(YX ⁣= ⁣x)f_0(x):=q_\alpha(Y\mid X\!=\!x) and g0(x):=eα(YX ⁣= ⁣x)g_0(x):=e_\alpha(Y\mid X\!=\!x) represent the conditional quantile and ES, respectively. Since ES cannot be directly elicited, a robust deep ES estimator employs a "two-step orthogonalization framework": first estimate f0f_0 (conditional quantile) using deep quantile regression (DQR), then estimate FYF_Y0 based on the residuals, treating FYF_Y1 as a nuisance parameter (Yu et al., 11 Nov 2025).

2. Algorithmic Structure: Two-Step Deep Robust ES Estimation

The robust deep ES estimator is built as follows:

Stage 1—Deep Quantile Regression (DQR):

  • Fit a class FYF_Y2 of truncated, fully-connected ReLU networks to minimize the empirical check loss

FYF_Y3

where FYF_Y4.

Stage 2—Deep Robust ES (DRES):

  • For each candidate FYF_Y5, compute surrogate responses FYF_Y6.
  • Fit a class FYF_Y7 of truncated, fully-connected ReLU networks for FYF_Y8 by minimizing the average Huber loss:

FYF_Y9

where α(0,1)\alpha\in(0,1)0 is the Huber loss with parameter α(0,1)\alpha\in(0,1)1.

The role of the Huber loss is to introduce robustness against heavy-tailed residuals α(0,1)\alpha\in(0,1)2, crucial since classical squared-error metrics do not handle outliers gracefully in the tails, which are the focus of expected shortfall (Yu et al., 11 Nov 2025).

3. Statistical Theory and Robustness Guarantees

The robust deep ES estimator achieves provable non-asymptotic tail robustness. Let α(0,1)\alpha\in(0,1)3; the key technical condition is finite α(0,1)\alpha\in(0,1)4-th moment of α(0,1)\alpha\in(0,1)5, i.e., α(0,1)\alpha\in(0,1)6 for some α(0,1)\alpha\in(0,1)7. The DRES estimator then satisfies, with high probability,

α(0,1)\alpha\in(0,1)8

where

  • α(0,1)\alpha\in(0,1)9 is the stochastic error,
  • qα(Y):=inf{y:FY(y)α}q_\alpha(Y):= \inf\{y: F_Y(y)\geq\alpha\}0 is the bias from Huber truncation,
  • qα(Y):=inf{y:FY(y)α}q_\alpha(Y):= \inf\{y: F_Y(y)\geq\alpha\}1 is the approximation error from the ReLU network class,
  • qα(Y):=inf{y:FY(y)α}q_\alpha(Y):= \inf\{y: F_Y(y)\geq\alpha\}2 reflects estimation error scaling as qα(Y):=inf{y:FY(y)α}q_\alpha(Y):= \inf\{y: F_Y(y)\geq\alpha\}3 for network depth qα(Y):=inf{y:FY(y)α}q_\alpha(Y):= \inf\{y: F_Y(y)\geq\alpha\}4 and width qα(Y):=inf{y:FY(y)α}q_\alpha(Y):= \inf\{y: F_Y(y)\geq\alpha\}5,
  • qα(Y):=inf{y:FY(y)α}q_\alpha(Y):= \inf\{y: F_Y(y)\geq\alpha\}6, with qα(Y):=inf{y:FY(y)α}q_\alpha(Y):= \inf\{y: F_Y(y)\geq\alpha\}7 determined by the hierarchical compositional structure assumed of qα(Y):=inf{y:FY(y)α}q_\alpha(Y):= \inf\{y: F_Y(y)\geq\alpha\}8.

For sub-Gaussian errors (qα(Y):=inf{y:FY(y)α}q_\alpha(Y):= \inf\{y: F_Y(y)\geq\alpha\}9 light-tailed), DRES matches the efficiency of deep least squares (DES) approaches; for heavy tails, DRES outperforms DES due to reduced sensitivity to outliers (Yu et al., 11 Nov 2025).

4. Neural Network Architecture and Curse-of-Dimensionality Mitigation

The estimator leverages hierarchical composition models α\alpha0 where α\alpha1 and α\alpha2 are compositions of low-rank Hölder-smooth functions, enabling the use of deep ReLU networks of moderate size to overcome the curse of dimensionality. Networks are organized with sufficient depth α\alpha3 and width α\alpha4 such that the α\alpha5-approximation error admits

α\alpha6

with α\alpha7 determined by layers’ smoothness and interaction order (Yu et al., 11 Nov 2025).

5. Empirical Performance and Case Studies

Simulation studies in α\alpha8 dimensions (sample size α\alpha9) show that DRES achieves near-oracle mean squared prediction error for both light-tailed (Gaussian) and heavy-tailed (eα(Y):=E[YYqα(Y)]=1αE[Y1{Yqα(Y)}].e_\alpha(Y) := \mathbb{E}\left[ Y \mid Y \leq q_\alpha(Y) \right] = \frac{1}{\alpha} \mathbb{E}\left[ Y \mathbb{1}\{Y \leq q_\alpha(Y)\} \right].0) noise, outperforming local linear ES (LLES) and non-robust DES in the latter regime. Under heavy tails, DRES exhibits dramatically improved accuracy and monotonicity enforcement when combined with non-crossing regularization.

In an environmental science application, DRES estimated upper-tail ES (eα(Y):=E[YYqα(Y)]=1αE[Y1{Yqα(Y)}].e_\alpha(Y) := \mathbb{E}\left[ Y \mid Y \leq q_\alpha(Y) \right] = \frac{1}{\alpha} \mathbb{E}\left[ Y \mathbb{1}\{Y \leq q_\alpha(Y)\} \right].1) for monthly precipitation conditional on El Niño indices and spatial-temporal covariates. Robust ES inference revealed spatial teleconnections better than mean-based analysis, e.g., mapping increased risk of extreme rainfall in southern California and the Gulf Coast. Variable importance metrics confirmed key covariates (longitude, latitude, Niño index) for tail event prediction (Yu et al., 11 Nov 2025).

6. Algorithmic Implementation and Practical Considerations

  • Input data: eα(Y):=E[YYqα(Y)]=1αE[Y1{Yqα(Y)}].e_\alpha(Y) := \mathbb{E}\left[ Y \mid Y \leq q_\alpha(Y) \right] = \frac{1}{\alpha} \mathbb{E}\left[ Y \mathbb{1}\{Y \leq q_\alpha(Y)\} \right].2, quantile level eα(Y):=E[YYqα(Y)]=1αE[Y1{Yqα(Y)}].e_\alpha(Y) := \mathbb{E}\left[ Y \mid Y \leq q_\alpha(Y) \right] = \frac{1}{\alpha} \mathbb{E}\left[ Y \mathbb{1}\{Y \leq q_\alpha(Y)\} \right].3, network hyperparameters, Huber parameter eα(Y):=E[YYqα(Y)]=1αE[Y1{Yqα(Y)}].e_\alpha(Y) := \mathbb{E}\left[ Y \mid Y \leq q_\alpha(Y) \right] = \frac{1}{\alpha} \mathbb{E}\left[ Y \mathbb{1}\{Y \leq q_\alpha(Y)\} \right].4.
  • Train DQR to estimate eα(Y):=E[YYqα(Y)]=1αE[Y1{Yqα(Y)}].e_\alpha(Y) := \mathbb{E}\left[ Y \mid Y \leq q_\alpha(Y) \right] = \frac{1}{\alpha} \mathbb{E}\left[ Y \mathbb{1}\{Y \leq q_\alpha(Y)\} \right].5.
  • Compute eα(Y):=E[YYqα(Y)]=1αE[Y1{Yqα(Y)}].e_\alpha(Y) := \mathbb{E}\left[ Y \mid Y \leq q_\alpha(Y) \right] = \frac{1}{\alpha} \mathbb{E}\left[ Y \mathbb{1}\{Y \leq q_\alpha(Y)\} \right].6 and fit the DRES network for eα(Y):=E[YYqα(Y)]=1αE[Y1{Yqα(Y)}].e_\alpha(Y) := \mathbb{E}\left[ Y \mid Y \leq q_\alpha(Y) \right] = \frac{1}{\alpha} \mathbb{E}\left[ Y \mathbb{1}\{Y \leq q_\alpha(Y)\} \right].7 using Huber loss.
  • For multiple eα(Y):=E[YYqα(Y)]=1αE[Y1{Yqα(Y)}].e_\alpha(Y) := \mathbb{E}\left[ Y \mid Y \leq q_\alpha(Y) \right] = \frac{1}{\alpha} \mathbb{E}\left[ Y \mathbb{1}\{Y \leq q_\alpha(Y)\} \right].8 values, enforce monotonicity of joint quantile/ES outputs if needed.
  • The choice of eα(Y):=E[YYqα(Y)]=1αE[Y1{Yqα(Y)}].e_\alpha(Y) := \mathbb{E}\left[ Y \mid Y \leq q_\alpha(Y) \right] = \frac{1}{\alpha} \mathbb{E}\left[ Y \mathbb{1}\{Y \leq q_\alpha(Y)\} \right].9 requires balancing bias (too high XRdX\in\mathbb{R}^d0) and sensitivity to outliers (too low XRdX\in\mathbb{R}^d1), with theoretical guidance for scaling with sample size.

A plausible implication is that the two-stage network plus Huber robustification pipeline constitutes a best-practice route for ES estimation when signal structure is compositional and errors are non-sub-Gaussian.

7. Relationship to Other Robust Deep Estimation Frameworks

Robust Deep ES Estimation is distinct from both deep energy-score estimators (Saremi et al., 2018) and robust deep likelihood-based maximum likelihood estimators (such as DeepMLE (Xiao et al., 2022));

  • The former addresses unsupervised density/scoring function estimation, not supervised tail risk.
  • DeepMLE (Xiao et al., 2022) employs mixture models and explicit uncertainty prediction for geometric vision tasks, emphasizing Gaussian-uniform mixture robustness at pixel-level, while robust deep ES regression addresses tail conditional functionals with respect to covariate distributions.

The robust deep ES estimator also contrasts with black-box evolutionary strategies, which optimize noise-averaged objectives for parameter robustness (Lehman et al., 2017, Meier et al., 2019). Instead of searching the parameter space for perturbation-invariant optima, the DRES mathematically targets conditional tail means, robust to heavy-tailed responses by direct construction and with formal statistical guarantees (Yu et al., 11 Nov 2025).


References

Topic to Video (Beta)

No one has generated a video about this topic yet.

Whiteboard

No one has generated a whiteboard explanation for this topic yet.

Follow Topic

Get notified by email when new papers are published related to Robust Deep ES Estimator.