paper-with-me

Papers

Universal Loss Reweighting to Balance Lesion Size Inequality in 3D Medical Image Segmentation

2020-07-20 · Boris Shirokikh, Alexey Shevtsov, Anvar Kurmukov, Alexandra Dalechina, Egor Krivov, Valery Kostjuchenko, Andrey Golanov, Mikhail Belyaev

Target imbalance affects the performance of recent deep learning methods in many medical image segmentation tasks. It is a twofold problem: class imbalance - positive class (lesion) size compared to negative class (non-lesion) size; lesion size imbalance - large lesions overshadows small ones (in the case of multiple lesions per image). While the former was addressed in multiple works, the latter lacks investigation. We propose a loss reweighting approach to increase the ability of the network to detect small lesions. During the learning process, we assign a weight to every image voxel. The assigned weights are inversely proportional to the lesion volume, thus smaller lesions get larger weights. We report the benefit from our method for well-known loss functions, including Dice Loss, Focal Loss, and Asymmetric Similarity Loss. Additionally, we compare our results with other reweighting techniques: Weighted Cross-Entropy and Generalized Dice Loss. Our experiments show that inverse weighting considerably increases the detection quality, while preserves the delineation quality on a state-of-the-art level. We publish a complete experimental pipeline for two publicly available datasets of CT images: LiTS and LUNA16 (https://github.com/neuro-ml/inverse_weighting). We also show results on a private database of MR images for the task of multiple brain metastases delineation.

📄 PDF Abstract BibTeX arXiv:2007.10033

Code (1)

neuro-ml/inverse_weighting 공식 구현 pytorch

Tasks

Image SegmentationMedical Image SegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

Dice Loss \begin{equation} DiceLoss\left( y, \overline{p} \right) = 1 - \dfrac{\left( 2y\overline{p} + 1 \right)} {\left( y+\overline{p } + 1 \right)} \end{equation}
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…

Similar Papers 제목 키워드 기반

Teeth Localization and Lesion Segmentation in CBCT Images using SpatialConfiguration-Net and U-Net

2023-12-19 · Arnela Hadzic, Barbara Kirnbauer, Darko Stern, Martin Urschler

The localization of teeth and segmentation of periapical lesions in cone-beam computed tomography (CBCT) images are crucial tasks for clinical diagnosis and treatment planning, which are often time-consuming and require …

Lesion DetectionLesion SegmentationSpecificity

Instance Awareness of Multi-class Semantic Segmentation Loss Functions

2026-04-27 · Soumya Snigdha Kundu, Florian Kofler, Marina Ivory, Hendrik Moller 외 arxiv

Instance-sensitive losses for semantic segmentation such as blob loss and CC loss were designed to address instance imbalance, ensuring small lesions generate the same gradient as large ones, but operate only on single-c…

Semantic Segmentation

Class Imbalance Correction for Improved Universal Lesion Detection and Tagging in CT

2025-04-08 · Peter D. Erickson, Tejas Sudharshan Mathai, Ronald M. Summers

Radiologists routinely detect and size lesions in CT to stage cancer and assess tumor burden. To potentially aid their efforts, multiple lesion detection algorithms have been developed with a large public dataset called …

Lesion DetectionTAG

Optimizing Operating Points for High Performance Lesion Detection and Segmentation Using Lesion Size Reweighting

2021-07-27 · Brennan Nichyporuk, Justin Szeto, Douglas L. Arnold, Tal Arbel

There are many clinical contexts which require accurate detection and segmentation of all focal pathologies (e.g. lesions, tumours) in patient images. In cases where there are a mix of small and large lesions, standard b…

Lesion DetectionSegmentation

Conditional Training with Bounding Map for Universal Lesion Detection

2021-03-23 · Han Li, Long Chen, Hu Han, S. Kevin Zhou

Universal Lesion Detection (ULD) in computed tomography plays an essential role in computer-aided diagnosis. Promising ULD results have been reported by coarse-to-fine two-stage detection approaches, but such two-stage U…

Lesion DetectionMedical Object Detection