paper-with-me

홈 › Papers

Using uncertainty estimation to reduce false positives in liver lesion detection

2021-01-12 · Ishaan Bhat, Hugo J. Kuijf, Veronika Cheplygina, Josien P. W. Pluim

Despite the successes of deep learning techniques at detecting objects in medical images, false positive detections occur which may hinder an accurate diagnosis. We propose a technique to reduce false positive detections made by a neural network using an SVM classifier trained with features derived from the uncertainty map of the neural network prediction. We demonstrate the effectiveness of this method for the detection of liver lesions on a dataset of abdominal MR images. We find that the use of a dropout rate of 0.5 produces the least number of false positives in the neural network predictions and the trained classifier filters out approximately 90% of these false positives detections in the test-set.

📄 PDF Abstract BibTeX arXiv:2101.04386

Code (0)

등록된 구현이 없습니다.

Tasks

Lesion Detection

Methods 이 논문이 사용한 방법론

Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
SVM A Support Vector Machine, or SVM, is a non-parametric supervised learning model. For non-linear classification and regression, they utilise the kernel trick to map inputs…

Similar Papers 제목 키워드 기반

Influence of uncertainty estimation techniques on false-positive reduction in liver lesion detection

2022-06-22 · Ishaan Bhat, Josien P. W. Pluim, Max A. Viergever, Hugo J. Kuijf

Deep learning techniques show success in detecting objects in medical images, but still suffer from false-positive predictions that may hinder accurate diagnosis. The estimated uncertainty of the neural network output ha…

Lesion Detection

Robustness to fundamental uncertainty in AGI alignment

2018-07-25 · G Gordon Worley III

The AGI alignment problem has a bimodal distribution of outcomes with most outcomes clustering around the poles of total success and existential, catastrophic failure. Consequently, attempts to solve AGI alignment should…

Clustering

BEA: Revisiting anchor-based object detection DNN using Budding Ensemble Architecture

2023-09-14 · Syed Sha Qutub, Neslihan Kose, Rafael Rosales, Michael Paulitsch 외

This paper introduces the Budding Ensemble Architecture (BEA), a novel reduced ensemble architecture for anchor-based object detection models. Object detection models are crucial in vision-based tasks, particularly in au…

2D Object Detectionobject-detectionObject DetectionOut-of-Distribution Detection

False Negative Reduction in Semantic Segmentation under Domain Shift using Depth Estimation

2022-07-07 · Kira Maag, Matthias Rottmann

State-of-the-art deep neural networks demonstrate outstanding performance in semantic segmentation. However, their performance is tied to the domain represented by the training data. Open world scenarios cause inaccurate…

Depth EstimationMonocular Depth EstimationSegmentationSemantic Segmentation

TSBP: Improving Object Detection in Histology Images via Test-time Self-guided Bounding-box Propagation

2024-09-25 · Tingting Yang, Liang Xiao, Yizhe Zhang

A global threshold (e.g., 0.5) is often applied to determine which bounding boxes should be included in the final results for an object detection task. A higher threshold reduces false positives but may result in missing…

Cell Detectionobject-detectionObject Detectionparameter estimation