Distributional Refinement Network: Distributional Forecasting via Deep Learning
Benjamin Avanzi, Eric Dong, Patrick J. Laub, Bernard Wong
TL;DR
The paper tackles forecasting the full conditional distribution of losses in actuarial contexts by introducing the Distributional Refinement Network (DRN), which refines a transparent baseline model (such as a GLM) with a flexible neural component inspired by DDR. This architecture preserves interpretability through the baseline while achieving enhanced distributional flexibility via a partitioned density refinement that adjusts baseline masses on carefully chosen intervals. Training hinges on a JBCE-based objective, augmented with KL and roughness regularisers to maintain stability and fidelity to the baseline, and optional mean regularisation to respect baseline mean predictions. Across synthetic and real datasets, DRN demonstrates improved distributional forecasting (e.g., lower CRPS and NLL, better calibration) and yields interpretable insights via Kernel SHAP decompositions, enabling local and global understanding of the refinement. The approach offers a practical pathway to leverage deep learning for distributional actuarial forecasting without sacrificing core interpretability, with potential applicability beyond insurance analytics.
Abstract
A key task in actuarial modelling involves modelling the distributional properties of losses. Classic (distributional) regression approaches like Generalized Linear Models (GLMs; Nelder and Wedderburn, 1972) are commonly used, but challenges remain in developing models that can (i) allow covariates to flexibly impact different aspects of the conditional distribution, (ii) integrate developments in machine learning and AI to maximise the predictive power while considering (i), and, (iii) maintain a level of interpretability in the model to enhance trust in the model and its outputs, which is often compromised in efforts pursuing (i) and (ii). We tackle this problem by proposing a Distributional Refinement Network (DRN), which combines an inherently interpretable baseline model (such as GLMs) with a flexible neural network-a modified Deep Distribution Regression (DDR; Li et al., 2019) method. Inspired by the Combined Actuarial Neural Network (CANN; Schelldorfer and W{\''u}thrich, 2019), our approach flexibly refines the entire baseline distribution. As a result, the DRN captures varying effects of features across all quantiles, improving predictive performance while maintaining adequate interpretability. Using both synthetic and real-world data, we demonstrate the DRN's superior distributional forecasting capacity. The DRN has the potential to be a powerful distributional regression model in actuarial science and beyond.
