paper-with-me

홈 › Papers

Pixel-wise Modulated Dice Loss for Medical Image Segmentation

2025-06-17 · Seyed Mohsen Hosseini

Class imbalance and the difficulty imbalance are the two types of data imbalance that affect the performance of neural networks in medical segmentation tasks. In class imbalance the loss is dominated by the majority classes and in difficulty imbalance the loss is dominated by easy to classify pixels. This leads to an ineffective training. Dice loss, which is based on a geometrical metric, is very effective in addressing the class imbalance compared to the cross entropy (CE) loss, which is adopted directly from classification tasks. To address the difficulty imbalance, the common approach is employing a re-weighted CE loss or a modified Dice loss to focus the training on difficult to classify areas. The existing modification methods are computationally costly and with limited success. In this study we propose a simple modification to the Dice loss with minimal computational cost. With a pixel level modulating term, we take advantage of the effectiveness of Dice loss in handling the class imbalance to also handle the difficulty imbalance. Results on three commonly used medical segmentation tasks show that the proposed Pixel-wise Modulated Dice loss (PM Dice loss) outperforms other methods, which are designed to tackle the difficulty imbalance problem.

📄 PDF Abstract BibTeX arXiv:2506.15744

Code (0)

등록된 구현이 없습니다.

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}
Focus 설명 없음

Similar Papers 제목 키워드 기반

Dual-Branch Network with Dual-Sampling Modulated Dice Loss for Hard Exudate Segmentation from Colour Fundus Images

2020-12-03 · Qing Liu, Haotian Liu, Yixiong Liang

Automated segmentation of hard exudates in colour fundus images is a challenge task due to issues of extreme class imbalance and enormous size variation. This paper aims to tackle these issues and proposes a dual-branch …

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

2023-04-13 · Muhammad Febrian Rachmadi, Charissa Poon, Henrik Skibbe

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 commo…

Image SegmentationInstance SegmentationLesion SegmentationSegmentation+1

Region-wise Loss for Biomedical Image Segmentation

2021-08-03 · Juan Miguel Valverde, Jussi Tohka

We propose Region-wise (RW) loss for biomedical image segmentation. Region-wise loss is versatile, can simultaneously account for class imbalance and pixel importance, and it can be easily implemented as the pixel-wise m…

Image SegmentationSemantic Segmentation

An Elastic Interaction-Based Loss Function for Medical Image Segmentation

2020-07-06 · Yuan Lan, Yang Xiang, Luchan Zhang

Deep learning techniques have shown their success in medical image segmentation since they are easy to manipulate and robust to various types of datasets. The commonly used loss functions in the deep segmentation task ar…

Image SegmentationMedical Image SegmentationRetinal Vessel SegmentationSegmentation+1

Offset Curves Loss for Imbalanced Problem in Medical Segmentation

2020-12-04 · Ngan Le, Trung Le, Kashu Yamazaki, Toan Duc Bui 외

Medical image segmentation has played an important role in medical analysis and widely developed for many clinical applications. Deep learning-based approaches have achieved high performance in semantic segmentation but …

Image SegmentationMedical Image SegmentationSegmentationSemantic Segmentation