scispace - formally typeset
Search or ask a question

Answers from top 15 papers

More filters
Papers (15)Insight
Open accessProceedings ArticleDOI
Min Sun, Yingze Bao, Silvio Savarese 
01 Jan 2010
21 Citations
An important property of our algorithm is that the object detector module is capable of adaptively changing its confidence in establishing whether a certain region of interest contains an object (or not) as new evidence is gathered about the scene layout.
Open accessProceedings ArticleDOI
01 Dec 2010
34 Citations
The results show that both the object-detection as well as the object-segmentation method are successful and outperform existing methods.
The obtained results show that, by modelling detection uncertainty, a confidence level can be associated to each detected object, making the defect detection more precise and reliable.
Proceedings ArticleDOI
19 Aug 2016
40 Citations
In this paper, we develop a high-confidence region-based object detection framework that boosts up the classification performance with less computational burden.
By introducing a second target classifier and using the ranking score from the pre-trained classifier as the detection confidence measure, we add additional robustness against unreliable detections.
Open accessProceedings ArticleDOI
Bihao Wang, Vincent Fremont 
23 Jun 2013
32 Citations
Then, a confidence interval calculation helps the pixels' classification to speed up the detection processing.
Established algorithms for estimating uncertainty can either not be directly applied to object detection networks or result in high inference times.
Thus, there is a requirement to improve the confidence measure regarding target and non-target object.
Open accessProceedings ArticleDOI
21 Jul 2017
16.7K Citations
In addition, our method can run at 5 FPS on a GPU and thus is a practical and accurate solution to multi-scale object detection.
This confidence measure was implemented and found to improve accuracy on two object detection problems: face detection and fish detection.
The confidence estimates provided by the present algorithm allow on-line control of the detection and tracking quality.
Proceedings ArticleDOI
Yongming Rao, Dahua Lin, Jiwen Lu, Jie Zhou 
01 Jun 2018
29 Citations
Furthermore, since our method is based on scores and bounding boxes without modification on the architecture of object detector, it can be easily applied to off-the-shelf modern object detection frameworks.
Experiments show that the mean average precision of object detection is improved after the addition of MSCA to the current object detection model.
Experimental results show that the model can achieve high accuracy in predicting the performance of object detection.
This new method provides a means of reliable estimation of the confidence intervals for the detection hypothesis.

Related Questions

What are start of the art mAP50-90 scores on object detection?5 answersThe state-of-the-art mean Average Precision (mAP) scores for object detection typically range from 50% to 90%. Object detection algorithms have seen significant advancements in recent years, with deep learning techniques like deep convolutional neural networks playing a crucial role in achieving high accuracy in tasks such as image classification and object detection. Various approaches have been proposed to enhance object detection performance, including the use of graph convolutional networks to capture global semantic relations and local spatial information, leading to significant improvements in detecting small objects and bounding box accuracy. Additionally, the development of new evaluation procedures, such as the Weighted Scoring Model, has enabled a quantitative assessment of object detection algorithms based on multiple performance indicators, ensuring a comprehensive and accurate ranking of detection methods.
How does signal detection theory apply to a confidence measure recognition test?5 answersSignal detection theory (SDT) is a popular framework for analyzing data from studies of human behavior, including investigations of confidence. SDT-based analyses of confidence provide estimates of sensitivity (d') and a second estimate based on high-confidence decisions (meta d'). The difference between meta d' and d' is considered a measure of metacognitive inefficiency, indicating the contamination of confidence by additional noise. However, these analyses rely on the assumption that repeated exposures to an input will evoke a normally-shaped distribution of perceptual experiences. Recent research has shown that when distributions of experiences deviate from this assumption, meta d' can be systematically underestimated relative to d'. Therefore, SDT-based analyses of confidence may not provide a ground truth measure of human metacognitive inefficiency.
How Mean Average Precision used in object detection?3 answersMean Average Precision (mAP) is a standard score used to evaluate object detectors in the field of computer vision. It quantifies the accuracy of object detection algorithms by measuring the precision and recall of the detected objects. The mAP score is sensitive to small perturbations in the bounding box predictions, such as translations and scaling. For example, a one-pixel shift in the bounding box can cause an 8.4% drop in mAP. This sensitivity to perturbations explains why achieving higher mAP becomes increasingly difficult as models improve. In the context of autonomous driving, sensor fusion using camera and radar data has gained popularity for object detection. Radar data augmentation techniques have been explored to improve the performance of object detection models, resulting in higher mAP scores compared to baseline results.
How to calculate the confidence score of image generation?5 answersThe confidence score for image generation can be calculated using various methods. One approach is to calculate the confidence level based on the assumption that image pixels are independent and there is no spatial correlation in the scene. This involves conducting tests on real sensed images to estimate the accuracy of the calculation. Another method involves using a generator and discriminator to generate and discriminate images, respectively. The generator is updated to minimize the divergence between the generated image and the correct answer label, while the discriminator is updated to minimize the divergence between the generated image, an image with provided features, and an image without provided features. These approaches provide different ways to assess the reliability and credibility of the generated images.
How to calculate average precision object detection?6 answers
What are weights in object detection?5 answers