paper-with-me

Papers

Uncertainty for Identifying Open-Set Errors in Visual Object Detection

2021-04-03 · Dimity Miller, Niko Sünderhauf, Michael Milford, Feras Dayoub

Deployed into an open world, object detectors are prone to open-set errors, false positive detections of object classes not present in the training dataset. We propose GMM-Det, a real-time method for extracting epistemic uncertainty from object detectors to identify and reject open-set errors. GMM-Det trains the detector to produce a structured logit space that is modelled with class-specific Gaussian Mixture Models. At test time, open-set errors are identified by their low log-probability under all Gaussian Mixture Models. We test two common detector architectures, Faster R-CNN and RetinaNet, across three varied datasets spanning robotics and computer vision. Our results show that GMM-Det consistently outperforms existing uncertainty techniques for identifying and rejecting open-set detections, especially at the low-error-rate operating point required for safety-critical applications. GMM-Det maintains object detection performance, and introduces only minimal computational overhead. We also introduce a methodology for converting existing object detection datasets into specific open-set datasets to evaluate open-set performance in object detection.

📄 PDF Abstract BibTeX arXiv:2104.01328

Code (1)

dimitymiller/openset_detection 공식 구현 pytorch

Tasks

Objectobject-detectionObject Detection

Methods 이 논문이 사용한 방법론

1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
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…
RoIPool 설명 없음
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$…
FPN 설명 없음
Focal Loss A Focal Loss function addresses class imbalance during training in tasks like object detection. Focal loss applies a modulating term to the cross entropy loss in order to…
RetinaNet RetinaNet is a one-stage object detection model that utilizes a focal loss function to address class imbalance during training.…

Similar Papers 제목 키워드 기반

Improving Label Error Detection and Elimination with Uncertainty Quantification

2024-05-15 · Johannes Jakubik, Michael Vössing, Manil Maskey, Christopher Wölfle 외

Identifying and handling label errors can significantly enhance the accuracy of supervised machine learning models. Recent approaches for identifying label errors demonstrate that a low self-confidence of models with res…

Ensemble Learningimage-classificationImage ClassificationLabel Error Detection+1

From Uncertainty to Trust: Enhancing Reliability in Vision-Language Models with Uncertainty-Guided Dropout Decoding

2024-12-09 · Yixiong Fang, Ziran Yang, Zhaorun Chen, Zhuokai Zhao 외

Large vision-language models (LVLMs) demonstrate remarkable capabilities in multimodal tasks but are prone to misinterpreting visual inputs, often resulting in hallucinations and unreliable outputs. To address these chal…

Identifying the Sources of Uncertainty in Object Classification

2021-01-01 · Luis Armando Pérez Rey, Berk İşler, Mike Holenderski, Dmitri Jarnikov

In image-based object classification, the visual appearance of objects determines which class they are assigned to. External variables that are independent of the object, such as the perspective or the lighting condition…

ClassificationGeneral ClassificationObject

Open-Set Semantic Uncertainty Aware Metric-Semantic Graph Matching

2024-09-17 · Kurran Singh, John J. Leonard

Underwater object-level mapping requires incorporating visual foundation models to handle the uncommon and often previously unseen object classes encountered in marine scenarios. In this work, a metric of semantic uncert…

Graph MatchingLoop Closure DetectionObject

Bi-objective Ranking and Selection Using Stochastic Kriging

2022-09-05 · Sebastian Rojas Gonzalez, Juergen Branke, Inneke Van Nieuwenhuyse

We consider bi-objective ranking and selection problems, where the goal is to correctly identify the Pareto optimal solutions among a finite set of candidates for which the two objective outcomes have been observed with …