paper-with-me

Papers

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 a significant portion of true positives. A lower threshold can increase detection recall but may also result in more false positives. Because of this, using a preset global threshold (e.g., 0.5) applied to all the bounding box candidates may lead to suboptimal solutions. In this paper, we propose a Test-time Self-guided Bounding-box Propagation (TSBP) method, leveraging Earth Mover's Distance (EMD) to enhance object detection in histology images. TSBP utilizes bounding boxes with high confidence to influence those with low confidence, leveraging visual similarities between them. This propagation mechanism enables bounding boxes to be selected in a controllable, explainable, and robust manner, which surpasses the effectiveness of using simple thresholds and uncertainty calibration methods. Importantly, TSBP does not necessitate additional labeled samples for model training or parameter estimation, unlike calibration methods. We conduct experiments on gland detection and cell detection tasks in histology images. The results show that our proposed TSBP significantly improves detection outcomes when working in conjunction with state-of-the-art deep learning-based detection networks. Compared to other methods such as uncertainty calibration, TSBP yields more robust and accurate object detection predictions while using no additional labeled samples. The code is available at https://github.com/jwhgdeu/TSBP.

📄 PDF Abstract BibTeX arXiv:2409.16678

Code (1)

jwhgdeu/tsbp 공식 구현 pytorch

Tasks

Cell Detectionobject-detectionObject Detectionparameter estimation

Similar Papers 제목 키워드 기반

SRPN: similarity-based region proposal networks for nuclei and cells detection in histology images

2021-06-25 · Yibao Sun, Xingru Huang, Huiyu Zhou, Qianni Zhang

The detection of nuclei and cells in histology images is of great value in both clinical practice and pathological studies. However, multiple reasons such as morphological variations of nuclei or cells make it a challeng…

Cell DetectionDense Object Detectionobject-detectionObject Detection+1

Prostate Gland Segmentation in Histology Images via Residual and Multi-Resolution U-Net

2021-05-21 · Julio Silva-Rodríguez, Elena Payá-Bosch, Gabriel García, Adrián Colomer 외

Prostate cancer is one of the most prevalent cancers worldwide. One of the key factors in reducing its mortality is based on early detection. The computer-aided diagnosis systems for this task are based on the glandular …

Data AugmentationSegmentation

Improving Mitosis Detection Via UNet-based Adversarial Domain Homogenizer

2022-09-15 · Tirupati Saketh Chandr, Sahar Almahfouz Nasser, Nikhil Cherian Kurian, Amit Sethi

The effective localization of mitosis is a critical precursory task for deciding tumor prognosis and grade. Automated mitosis detection through deep learning-oriented image analysis often fails on unseen patient data due…

Mitosis DetectionPrognosis

Hierarchical ResNeXt Models for Breast Cancer Histology Image Classification

2018-10-21 · Ismaël Koné, Lahsen Boulmane

Microscopic histology image analysis is a cornerstone in early detection of breast cancer. However these images are very large and manual analysis is error prone and very time consuming. Thus automating this process is i…

Breast Cancer Histology Image ClassificationClassificationGeneral Classificationimage-classification+1

On generalisability of segment anything model for nuclear instance segmentation in histology images

2024-01-25 · Kesi Xu, Lea Goetz, Nasir Rajpoot

Pre-trained on a large and diverse dataset, the segment anything model (SAM) is the first promptable foundation model in computer vision aiming at object segmentation tasks. In this work, we evaluate SAM for the task of …

Instance SegmentationSegmentationSemantic SegmentationZero-Shot Learning