Partial Decoder Attention Network with Contour-weighted Loss Function for Data-Imbalance Medical Image Segmentation
Zhengyong Huang, Ning Jiang, Xingwen Sun, Lihua Zhang, Peng Chen, Jens Domke, Yao Sui
TL;DR
This work tackles data imbalance in medical image segmentation by introducing contour-weighted learning and a contour-weighted compound loss (CWCD) that emphasizes boundary regions while balancing contour vs non-contour areas. A lightweight encoder-decoder network, PDANet, integrates a partial decoder, receptive field blocks, and channel-wise attention to preserve fine boundary details with limited parameters. Contour extraction via erosion creates contour maps used to weight cross-entropy, while a separable Dice loss balances interior and boundary regions, together forming a model-independent loss framework. Across AMOS, BraTS, and PENGWIN, CWCD and PDANet yield consistent accuracy and robustness gains over nine baselines, demonstrating practical potential for handling data imbalance in diverse medical segmentation tasks.
Abstract
Image segmentation is pivotal in medical image analysis, facilitating clinical diagnosis, treatment planning, and disease evaluation. Deep learning has significantly advanced automatic segmentation methodologies by providing superior modeling capability for complex structures and fine-grained anatomical regions. However, medical images often suffer from data imbalance issues, such as large volume disparities among organs or tissues, and uneven sample distributions across different anatomical structures. This imbalance tends to bias the model toward larger organs or more frequently represented structures, while overlooking smaller or less represented structures, thereby affecting the segmentation accuracy and robustness. To address these challenges, we proposed a novel contour-weighted segmentation approach, which improves the model's capability to represent small and underrepresented structures. We developed PDANet, a lightweight and efficient segmentation network based on a partial decoder mechanism. We evaluated our method using three prominent public datasets. The experimental results show that our methodology excelled in three distinct tasks: segmenting multiple abdominal organs, brain tumors, and pelvic bone fragments with injuries. It consistently outperformed nine state-of-the-art methods. Moreover, the proposed contour-weighted strategy improved segmentation for other comparison methods across the three datasets, yielding average enhancements in Dice scores of 2.32%, 1.67%, and 3.60%, respectively. These results demonstrate that our contour-weighted segmentation method surpassed current leading approaches in both accuracy and robustness. As a model-independent strategy, it can seamlessly fit various segmentation frameworks, enhancing their performance. This flexibility highlighted its practical importance and potential for broad use in medical image analysis.
