paper-with-me

홈 › Papers

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

2023-10-07 · Denis Mbey Akola, Gianni Franchi

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 \url{https://github.com/Akola-Mbey-Denis/EfficientEnsemble}

📄 PDF Abstract BibTeX arXiv:2310.04829

Code (1)

akola-mbey-denis/efficientensemble 공식 구현 pytorch

Tasks

object-detectionObject DetectionRegion Proposal

Methods 이 논문이 사용한 방법론

Batch Normalization 설명 없음
1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
Average Pooling 설명 없음
Residual Connection 설명 없음
Global Average Pooling Global Average Pooling is a pooling operation designed to replace fully connected layers in classical CNNs. The idea is to generate one feature map for each corresponding…
RPN A Region Proposal Network, or RPN, is a fully convolutional network that simultaneously predicts object bounds and objectness scores at each position. The RPN is trained…
BNB Customer Service Number +1-833-534-1729 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…

Similar Papers 제목 키워드 기반

RPATTACK: Refined Patch Attack on General Object Detectors

2021-03-23 · Hao Huang, Yongtao Wang, Zhaoyu Chen, Zhi Tang 외

Nowadays, general object detectors like YOLO and Faster R-CNN as well as their variants are widely exploited in many applications. Many works have revealed that these detectors are extremely vulnerable to adversarial pat…

Object

NOTE-RCNN: NOise Tolerant Ensemble RCNN for Semi-Supervised Object Detection

2018-12-01 · ICCV 2019 10 · JIyang Gao, Jiang Wang, Shengyang Dai, Li-Jia Li 외

The labeling cost of large number of bounding boxes is one of the main challenges for training modern object detectors. To reduce the dependence on expensive bounding box annotations, we propose a new semi-supervised obj…

Objectobject-detectionObject DetectionSemi-Supervised Object Detection+1

DPatch: An Adversarial Patch Attack on Object Detectors

2018-06-05 · Xin Liu, Huanrui Yang, Ziwei Liu, Linghao Song 외

Object detectors have emerged as an indispensable module in modern computer vision systems. In this work, we propose DPatch -- a black-box adversarial-patch-based attack towards mainstream object detectors (i.e. Faster R…

Object

Rank of Experts: Detection Network Ensemble

2017-12-01 · Seung-Hwan Bae, Youngwan Lee, Youngjoo Jo, Yuseok Bae 외

The recent advances of convolutional detectors show impressive performance improvement for large scale object detection. However, in general, the detection performance usually decreases as the object classes to be detect…

Objectobject-detectionObject Detection

MS3D++: Ensemble of Experts for Multi-Source Unsupervised Domain Adaption in 3D Object Detection

2023-08-11 · Darren Tsai, Julie Stephany Berrio, Mao Shan, Eduardo Nebot 외

Deploying 3D detectors in unfamiliar domains has been demonstrated to result in a drastic drop of up to 70-90% in detection rate due to variations in lidar, geographical region, or weather conditions from their original …

3D Object DetectionDomain AdaptationDomain GeneralizationMulti-Source Unsupervised Domain Adaptation+3