CVLGSep 28, 2019

Training-Free Uncertainty Estimation for Dense Regression: Sensitivity as a Surrogate

arXiv:1910.04858v336 citations
Originality Incremental advance
AI Analysis

This addresses a critical need for robust uncertainty estimation in risk-sensitive applications, offering a practical and scalable solution that is incremental but impactful for domain-specific use.

The paper tackles the problem of uncertainty estimation for dense regression in computer vision without requiring model retraining or redesign, proposing three training-free methods that achieve comparable or better performance than state-of-the-art training-required methods.

Uncertainty estimation is an essential step in the evaluation of the robustness for deep learning models in computer vision, especially when applied in risk-sensitive areas. However, most state-of-the-art deep learning models either fail to obtain uncertainty estimation or need significant modification (e.g., formulating a proper Bayesian treatment) to obtain it. Most previous methods are not able to take an arbitrary model off the shelf and generate uncertainty estimation without retraining or redesigning it. To address this gap, we perform a systematic exploration into training-free uncertainty estimation for dense regression, an unrecognized yet important problem, and provide a theoretical construction justifying such estimations. We propose three simple and scalable methods to analyze the variance of outputs from a trained network under tolerable perturbations: infer-transformation, infer-noise, and infer-dropout. They operate solely during the inference, without the need to re-train, re-design, or fine-tune the models, as typically required by state-of-the-art uncertainty estimation methods. Surprisingly, even without involving such perturbations in training, our methods produce comparable or even better uncertainty estimation when compared to training-required state-of-the-art methods.

Foundations

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

Your Notes