Improving Segmentation of Objects with Varying Sizes in Biomedical Images using Instance-wise and Center-of-Instance Segmentation Loss Function
Muhammad Febrian Rachmadi, Charissa Poon, Henrik Skibbe

TL;DR
This paper introduces a novel loss function called ICI loss for biomedical image segmentation, which effectively addresses instance imbalance and improves detection of small objects, outperforming existing loss functions in stroke lesion segmentation.
Contribution
The paper proposes the ICI loss, combining instance-wise and center-of-instance components, as a new solution to the instance imbalance problem in biomedical segmentation tasks.
Findings
ICI loss outperforms Dice and blob losses in Dice similarity coefficient.
ICI loss provides more balanced segmentation results.
Significant improvement in small instance detection.
Abstract
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 and the blob loss by in terms of…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · COVID-19 diagnosis using AI · Medical Image Segmentation Techniques
MethodsTest · Dice Loss
