MLLGAPJun 17, 2023

Deep Huber quantile regression networks

arXiv:2306.10306v27 citationsh-index: 22
Originality Synthesis-oriented
AI Analysis

This work addresses uncertainty quantification in deep learning regression for domains like economics, but it is incremental as it extends existing methods to more general functionals.

The authors tackled the problem of predicting more general functionals of predictive probability distributions, such as Huber quantiles, by introducing deep Huber quantile regression networks (DHQRN), which nest quantile and expectile regression neural networks as edge cases and demonstrated satisfactory absolute performance in house price prediction and other real-world case studies.

Typical machine learning regression applications aim to report the mean or the median of the predictive probability distribution, via training with a squared or an absolute error scoring function. The importance of issuing predictions of more functionals of the predictive probability distribution (quantiles and expectiles) has been recognized as a means to quantify the uncertainty of the prediction. In deep learning (DL) applications, that is possible through quantile and expectile regression neural networks (QRNN and ERNN respectively). Here we introduce deep Huber quantile regression networks (DHQRN) that nest QRNN and ERNN as edge cases. DHQRN can predict Huber quantiles, which are more general functionals in the sense that they nest quantiles and expectiles as limiting cases. The main idea is to train a DL algorithm with the Huber quantile scoring function, which is consistent for the Huber quantile functional. As a proof of concept, DHQRN are applied to predict house prices in Melbourne, Australia and Boston, United States (US). In this context, predictive performances of three DL architectures are discussed along with evidential interpretation of results from two economic case studies. Additional simulation experiments and applications to real-world case studies using open datasets demonstrate a satisfactory absolute performance of DHQRN.

Foundations

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

Your Notes