LGCVMLDec 24, 2019

TRADI: Tracking deep neural network weight distributions for uncertainty estimation

arXiv:1912.11316v564 citations
Originality Incremental advance
AI Analysis

This work addresses uncertainty estimation for deep learning practitioners, offering an incremental improvement by utilizing existing training data without architectural changes.

The paper tackles the problem of estimating epistemic uncertainty in deep neural networks by leveraging weight trajectory information from training, achieving competitive results on classification, regression, and out-of-distribution detection benchmarks while maintaining computational efficiency.

During training, the weights of a Deep Neural Network (DNN) are optimized from a random initialization towards a nearly optimum value minimizing a loss function. Only this final state of the weights is typically kept for testing, while the wealth of information on the geometry of the weight space, accumulated over the descent towards the minimum is discarded. In this work we propose to make use of this knowledge and leverage it for computing the distributions of the weights of the DNN. This can be further used for estimating the epistemic uncertainty of the DNN by sampling an ensemble of networks from these distributions. To this end we introduce a method for tracking the trajectory of the weights during optimization, that does not require any changes in the architecture nor on the training procedure. We evaluate our method on standard classification and regression benchmarks, and on out-of-distribution detection for classification and semantic segmentation. We achieve competitive results, while preserving computational efficiency in comparison to other popular approaches.

Foundations

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

Your Notes