IVCVApr 13, 2023

Improving Segmentation of Objects with Varying Sizes in Biomedical Images using Instance-wise and Center-of-Instance Segmentation Loss Function

arXiv:2304.06229v112 citationsh-index: 15
Originality Incremental advance
AI Analysis

This addresses segmentation challenges for biomedical images with varying object sizes, though it is incremental as it builds on existing loss functions.

The paper tackled the instance imbalance problem in biomedical image segmentation by proposing the Instance-wise and Center-of-Instance (ICI) loss, which improved Dice similarity coefficients by 1.7-3.7% over the Dice loss and 0.6-5.0% over the blob loss on stroke lesion segmentation tasks.

In this paper, we propose a novel two-component loss for biomedical image segmentation tasks called the Instance-wise and Center-of-Instance (ICI) loss, a loss function that addresses the instance imbalance problem commonly encountered when using pixel-wise loss functions such as the Dice loss. The Instance-wise component improves the detection of small instances or ``blobs" in image datasets with both large and small instances. The Center-of-Instance component improves the overall detection accuracy. We compared the ICI loss with two existing losses, the Dice loss and the blob loss, in the task of stroke lesion segmentation using the ATLAS R2.0 challenge dataset from MICCAI 2022. Compared to the other losses, the ICI loss provided a better balanced segmentation, and significantly outperformed the Dice loss with an improvement of $1.7-3.7\%$ and the blob loss by $0.6-5.0\%$ in terms of the Dice similarity coefficient on both validation and test set, suggesting that the ICI loss is a potential solution to the instance imbalance problem.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes