Monte Carlo DropBlock for Modelling Uncertainty in Object Detection
Kumari Deepshikha, Sai Harsha Yelleni, P.K. Srijith, C Krishna Mohan

TL;DR
This paper introduces MC-DropBlock, a method that applies dropout during both training and testing to enable Bayesian uncertainty estimation in object detection models like YOLO, improving their reliability in real-world applications.
Contribution
The paper proposes MC-DropBlock, a novel approach for modeling epistemic and aleatoric uncertainty in object detection and segmentation tasks using dropout during inference.
Findings
MC-DropBlock enhances model calibration and uncertainty estimation.
The approach improves generalization in out-of-distribution scenarios.
Experimental results demonstrate better uncertainty modeling with YOLO.
Abstract
With the advancements made in deep learning, computer vision problems like object detection and segmentation have seen a great improvement in performance. However, in many real-world applications such as autonomous driving vehicles, the risk associated with incorrect predictions of objects is very high. Standard deep learning models for object detection such as YOLO models are often overconfident in their predictions and do not take into account the uncertainty in predictions on out-of-distribution data. In this work, we propose an efficient and effective approach to model uncertainty in object detection and segmentation tasks using Monte-Carlo DropBlock (MC-DropBlock) based inference. The proposed approach applies drop-block during training time and test time on the convolutional layer of the deep learning models such as YOLO. We show that this leads to a Bayesian convolutional neural…
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 · Advanced Neural Network Applications · Explainable Artificial Intelligence (XAI)
MethodsYou Only Look Once · DropBlock
