pith. sign in

arxiv: 2108.03614 · v1 · pith:RO7JFQPOnew · submitted 2021-08-08 · 💻 cs.CV

Monte Carlo DropBlock for Modelling Uncertainty in Object Detection

classification 💻 cs.CV
keywords uncertaintydetectionobjectmodelssegmentationapproachdeeplearning
0
0 comments X
read the original 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 network capable of capturing the epistemic uncertainty in the model. Additionally, we capture the aleatoric uncertainty using a Gaussian likelihood. We demonstrate the effectiveness of the proposed approach on modeling uncertainty in object detection and segmentation tasks using out-of-distribution experiments. Experimental results show that MC-DropBlock improves the generalization, calibration, and uncertainty modeling capabilities of YOLO models in object detection and segmentation.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. Instance-Level Post Hoc Uncertainty Quantification in Object Detection

    cs.CV 2026-06 unverdicted novelty 4.0

    Proposes MC-GLM to deliver instance-level post-hoc uncertainty for object detectors via Laplace approximation plus constant-cost Monte Carlo sampling.