# HDI-Forest: Highest Density Interval Regression Forest

**Authors:** Lin Zhu, Jiaxing Lu, Yihong Chen

arXiv: 1905.10101 · 2019-07-23

## TL;DR

HDI-Forest introduces a novel random forest-based method for high-quality prediction interval estimation that improves efficiency and accuracy over existing neural network and linear model approaches.

## Contribution

It proposes HDI-Forest, a new method that reuses standard random forest trees for prediction interval estimation without additional training.

## Key findings

- Reduces average PI width by over 20%
- Achieves comparable or better coverage probability
- Outperforms previous methods on benchmark datasets

## Abstract

By seeking the narrowest prediction intervals (PIs) that satisfy the specified coverage probability requirements, the recently proposed quality-based PI learning principle can extract high-quality PIs that better summarize the predictive certainty in regression tasks, and has been widely applied to solve many practical problems. Currently, the state-of-the-art quality-based PI estimation methods are based on deep neural networks or linear models. In this paper, we propose Highest Density Interval Regression Forest (HDI-Forest), a novel quality-based PI estimation method that is instead based on Random Forest. HDI-Forest does not require additional model training, and directly reuses the trees learned in a standard Random Forest model. By utilizing the special properties of Random Forest, HDI-Forest could efficiently and more directly optimize the PI quality metrics. Extensive experiments on benchmark datasets show that HDI-Forest significantly outperforms previous approaches, reducing the average PI width by over 20% while achieving the same or better coverage probability

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1905.10101/full.md

## Figures

2 figures with captions in the complete paper: https://tomesphere.com/paper/1905.10101/full.md

## References

29 references — full list in the complete paper: https://tomesphere.com/paper/1905.10101/full.md

---
Source: https://tomesphere.com/paper/1905.10101