Stochastic Approximation Methods for Distortion Risk Measure Optimization
Jinyang Jiang, Bernd Heidergott, Jiaqiao Hu, Yijie Peng
TL;DR
This work addresses optimization under risk using Distortion Risk Measures (DRMs) by developing gradient-based stochastic approximation methods grounded in two dual representations: the Distortion-Measure (DM-form) and Quantile-Function (QF-form). It introduces a three-timescale SA for the DM-form with kernel density estimation and GLR-based gradient estimators, and a two-timescale SA for the QF-form that avoids density estimation, plus a Hybrid that combines both. Theoretical contributions include strong convergence proofs and finite-sample MSE rates, with $O(k^{-4/7})$ for the DM-form and $O(k^{-2/3})$ for the QF-form, along with decoupled integration and SA errors. Numerical results on robust portfolio optimization and DRM-enabled deep RL (DPPO) demonstrate significant performance gains and scalability, including a multi-echelon inventory example. The work provides practical, scalable DRM optimization tools applicable to finance and sequential decision-making under uncertainty, with accompanying code release.
Abstract
Distortion Risk Measures (DRMs) capture risk preferences in decision-making and serve as general criteria for managing uncertainty. This paper proposes gradient descent algorithms for DRM optimization based on two dual representations: the Distortion-Measure (DM) form and Quantile-Function (QF) form. The DM-form employs a three-timescale algorithm to track quantiles, compute their gradients, and update decision variables, utilizing the Generalized Likelihood Ratio and kernel-based density estimation. The QF-form provides a simpler two-timescale approach that avoids the need for complex quantile gradient estimation. A hybrid form integrates both approaches, applying the DM-form for robust performance around distortion function jumps and the QF-form for efficiency in smooth regions. Proofs of strong convergence and convergence rates for the proposed algorithms are provided. In particular, the DM-form achieves an optimal rate of $O(k^{-4/7})$, while the QF-form attains a faster rate of $O(k^{-2/3})$. Numerical experiments confirm their effectiveness and demonstrate substantial improvements over baselines in robust portfolio selection tasks. The method's scalability is further illustrated through integration into deep reinforcement learning. Specifically, a DRM-based Proximal Policy Optimization algorithm is developed and applied to multi-echelon dynamic inventory management, showcasing its practical applicability.
