LGMLJun 20, 2020

Regression Prior Networks

arXiv:2006.11590v240 citations
Originality Synthesis-oriented
AI Analysis

This work addresses uncertainty estimation in regression for machine learning practitioners, but it is incremental as it adapts an existing classification method to regression.

The paper extended Prior Networks and Ensemble Distribution Distillation to regression tasks using the Normal-Wishart distribution, achieving performance competitive with ensemble methods on synthetic data, UCI datasets, and monocular depth estimation.

Prior Networks are a recently developed class of models which yield interpretable measures of uncertainty and have been shown to outperform state-of-the-art ensemble approaches on a range of tasks. They can also be used to distill an ensemble of models via Ensemble Distribution Distillation (EnD$^2$), such that its accuracy, calibration and uncertainty estimates are retained within a single model. However, Prior Networks have so far been developed only for classification tasks. This work extends Prior Networks and EnD$^2$ to regression tasks by considering the Normal-Wishart distribution. The properties of Regression Prior Networks are demonstrated on synthetic data, selected UCI datasets and a monocular depth estimation task, where they yield performance competitive with ensemble approaches.

Code Implementations1 repo
Foundations

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

Your Notes