Real-Time Uncertainty Estimation in Computer Vision via Uncertainty-Aware Distribution Distillation
Yichen Shen, Zhilu Zhang, Mert R. Sabuncu, Lin Sun

TL;DR
This paper introduces a distillation method that enables real-time uncertainty estimation in computer vision by approximating dropout-based predictive distributions, reducing inference time while improving uncertainty quality.
Contribution
A novel distillation approach that learns the predictive distribution of dropout models for fast, sample-free uncertainty estimation in computer vision tasks.
Findings
Significantly reduces inference time for uncertainty estimation.
Improves the quality of uncertainty estimates and predictive performance.
Effective on semantic segmentation and depth estimation tasks.
Abstract
Calibrated estimates of uncertainty are critical for many real-world computer vision applications of deep learning. While there are several widely-used uncertainty estimation methods, dropout inference stands out for its simplicity and efficacy. This technique, however, requires multiple forward passes through the network during inference and therefore can be too resource-intensive to be deployed in real-time applications. We propose a simple, easy-to-optimize distillation method for learning the conditional predictive distribution of a pre-trained dropout model for fast, sample-free uncertainty estimation in computer vision tasks. We empirically test the effectiveness of the proposed method on both semantic segmentation and depth estimation tasks and demonstrate our method can significantly reduce the inference time, enabling real-time uncertainty quantification, while achieving…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdversarial Robustness in Machine Learning · Anomaly Detection Techniques and Applications · Advanced Neural Network Applications
MethodsDropout
