π€ AI Summary
This work addresses the performance bottlenecks in medical image segmentation caused by data imbalance and the difficulty of detecting small lesions. To this end, the authors propose a novel polynomial Dice loss function based on Taylor expansion. This approach reformulates the conventional Dice loss into a polynomial form with adjustable higher-order terms, enabling flexible control over each termβs contribution to the overall loss and thereby refining the geometric properties and optimization dynamics of the loss function. Experimental results across multiple medical image segmentation tasks demonstrate that the proposed method significantly outperforms standard Dice loss and its Tversky variant, achieving superior segmentation accuracy and robustness.
π Abstract
Medical image segmentation is a fundamental task for medical image processing and computer-assisted intervention, yet data imbalance and small lesion detection pose significant challenges. Dice Loss, which measures the overlap between predicted and ground truth regions, is widely used to mitigate these issues. To further emphasize its properties, we propose Polynomial Dice Loss, a polynomial extension of Dice Loss. Specifically, by leveraging the geometric characteristics of Dice Loss and formulating the loss function as a polynomial representation via Taylor expansion, we enable the adjustment of the contribution of higher-order components to the loss function. In our experiments, we evaluate the proposed method against loss functions derived from conventional Dice and Tversky coefficients. Experimental results and further analysis show that the polynomial formulation provides a simple way to control the loss shape and achieves competitive performance across multiple segmentation settings.