SOTAVerified

How To Effectively Train An Ensemble Of Faster R-CNN Object Detectors To Quantify Uncertainty

2023-10-07Code Available0· sign in to hype

Denis Mbey Akola, Gianni Franchi

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

This paper presents a new approach for training two-stage object detection ensemble models, more specifically, Faster R-CNN models to estimate uncertainty. We propose training one Region Proposal Network(RPN) and multiple Fast R-CNN prediction heads is all you need to build a robust deep ensemble network for estimating uncertainty in object detection. We present this approach and provide experiments to show that this approach is much faster than the naive method of fully training all n models in an ensemble. We also estimate the uncertainty by measuring this ensemble model's Expected Calibration Error (ECE). We then further compare the performance of this model with that of Gaussian YOLOv3, a variant of YOLOv3 that models uncertainty using predicted bounding box coordinates. The source code is released at https://github.com/Akola-Mbey-Denis/EfficientEnsemble

Tasks

Reproductions