REVIEW 2 major objections 2 minor 18 references
Polynomial Dice Loss for Medical Image Segmentation
T0 review · 2 major / 2 minor · reviewed 2026-06-26 · grok-4.3
Pith's one-line read Polynomial Dice Loss uses Taylor expansion to adjust higher-order terms in the overlap measure for medical segmentation training.
desk verdict A Taylor-derived polynomial Dice loss that adds tunable higher-order terms and reports competitive segmentation results, but supplies almost no evidence that the approximation holds up during training. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
Polynomial representation of Dice Loss obtained by Taylor expansion around an operating point, which controls the weight of higher-order terms.
What would settle it
Training segmentation networks with the polynomial loss on a standard medical dataset and finding that final overlap scores are substantially lower than those from unmodified Dice Loss would show the approximation does not preserve useful training behavior.
Extended reading notes
Core claim
By leveraging the geometric characteristics of Dice Loss and formulating the loss function as a polynomial representation via Taylor expansion, the method enables the adjustment of the contribution of higher-order components to the loss function, providing a simple way to control the loss shape and achieving competitive performance across multiple segmentation settings.
Load-bearing premise
The Taylor expansion of the Dice coefficient around the chosen operating point remains a faithful and stable surrogate for the original overlap measure when used as a training objective.
Editorial extensions
If this is right
- The polynomial form supplies a direct knob for changing how much higher-order terms influence the gradient during training.
- The same loss achieves performance on par with standard Dice Loss and Tversky-based losses across several segmentation benchmarks.
- Data imbalance and small-lesion problems remain addressable because the base overlap measure is retained.
- The formulation is presented as a lightweight modification that does not require new network architectures or training protocols.
Reading between the lines
- The same Taylor-expansion trick could be applied to other overlap or similarity coefficients to produce tunable polynomial variants.
- Choosing different expansion points might shift the loss surface in ways that favor small-object recall or boundary precision.
- Because the polynomial is explicit, its derivatives are also explicit, which could simplify analysis of training dynamics compared with the original non-polynomial Dice Loss.
Signed reviews
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes Polynomial Dice Loss for medical image segmentation by applying a Taylor expansion to the standard Dice coefficient around a chosen operating point, truncating or re-weighting higher-order terms to create a tunable polynomial loss that controls the contribution of those terms. It evaluates the approach against losses derived from Dice and Tversky coefficients, claiming competitive performance across multiple segmentation settings while providing a simple mechanism to adjust loss shape for challenges like data imbalance and small lesions.
Significance. If the polynomial remains a faithful surrogate for the true Dice overlap throughout training, the method supplies an explicit, low-parameter way to reshape the loss landscape without introducing new hyperparameters beyond the expansion point and truncation order. This could be useful for tasks where standard Dice under- or over-emphasizes certain error regimes, and the competitive empirical results (if reproducible) would constitute a modest but practical contribution to the family of overlap-based losses.
major comments (2)
- [Formulation (Taylor expansion of Dice coefficient)] The central claim that the Taylor-derived polynomial remains a stable training objective rests on the unstated assumption that the remainder term stays small even when network outputs are far from the expansion point (as occurs at random initialization). No radius-of-convergence argument, explicit remainder bound, or plot of approximation error versus exact Dice during training is supplied; without this, it is unclear whether the polynomial is a controlled surrogate or an uncontrolled distortion of the original loss landscape.
- [Method description and experimental setup] The choice of expansion point and polynomial order is described as enabling control of higher-order components, yet no ablation or validation procedure for selecting these values is reported. If the operating point is fixed once and for all, the resulting loss is effectively a different fixed surrogate rather than a generally tunable family; this choice is load-bearing for the claim of a 'simple way to control the loss shape.'
minor comments (2)
- [Abstract and §3] The abstract and introduction should explicitly state the numerical value chosen for the expansion point and the truncation order used in the reported experiments.
- [Experimental results section] Figure captions and table footnotes should clarify whether the reported Dice scores are computed with the exact Dice coefficient or with the polynomial surrogate at inference time.
Simulated Author's Rebuttal
We thank the referee for the constructive and detailed feedback on our manuscript. We address each major comment below and will revise the paper to incorporate the suggested improvements where they strengthen the work.
read point-by-point responses
-
Referee: [Formulation (Taylor expansion of Dice coefficient)] The central claim that the Taylor-derived polynomial remains a stable training objective rests on the unstated assumption that the remainder term stays small even when network outputs are far from the expansion point (as occurs at random initialization). No radius-of-convergence argument, explicit remainder bound, or plot of approximation error versus exact Dice during training is supplied; without this, it is unclear whether the polynomial is a controlled surrogate or an uncontrolled distortion of the original loss landscape.
Authors: We acknowledge that the manuscript does not include a formal radius-of-convergence analysis or remainder bound. The work prioritizes the derivation of the polynomial form and its empirical utility for segmentation. In revision we will add a plot comparing the polynomial approximation error to the exact Dice coefficient over the course of training, together with a brief discussion of the observed practical stability. This empirical evidence will clarify the behavior away from the expansion point without claiming a general theoretical guarantee. revision: yes
-
Referee: [Method description and experimental setup] The choice of expansion point and polynomial order is described as enabling control of higher-order components, yet no ablation or validation procedure for selecting these values is reported. If the operating point is fixed once and for all, the resulting loss is effectively a different fixed surrogate rather than a generally tunable family; this choice is load-bearing for the claim of a 'simple way to control the loss shape.'
Authors: The expansion point and truncation order were determined via preliminary experiments to emphasize higher-order terms for the target challenges of class imbalance and small lesions. To substantiate the tunability claim, the revised manuscript will include an ablation study varying these parameters and reporting their effect on Dice scores across the evaluated datasets. revision: yes
Circularity Check
No circularity; derivation uses external Taylor expansion
full rationale
The paper formulates Polynomial Dice Loss by applying the standard Taylor series expansion to the Dice coefficient around a chosen operating point and then truncating or re-weighting terms. This step relies on the external mathematical definition of Taylor expansion rather than any self-referential definition, fitted parameter, or self-citation chain. No equation in the provided text reduces the final loss to a quantity that was already an input by construction, and no load-bearing uniqueness theorem or ansatz is imported from prior author work. The central claim therefore remains independent of its own outputs.
Assumptions & free parameters
Cite this review
Pith. "Pith review of Polynomial Dice Loss for Medical Image Segmentation." pith.science (2026). https://pith.science/paper/VMNODFI3
@misc{pith2026260623373,
author = {Pith},
title = {Pith review of: Polynomial Dice Loss for Medical Image Segmentation},
year = {2026},
howpublished = {\url{https://pith.science/paper/VMNODFI3}},
note = {Machine review of arXiv:2606.23373}
}
read the original 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.
Figures
Figures from the paper (2 more)
Reference graph
Works this paper leans on
-
[1]
In: ISBI
Abraham, N., Khan, N.M.: A novel focal tversky loss function with improved at- tention u-net for lesion segmentation. In: ISBI. pp. 683–687. IEEE (2019)
2019
-
[2]
saliency maps from physicians
Bernal, J., Sánchez, F.J., Fernández-Esparrach, G., Gil, D., Rodríguez, C., Vilar- iño, F.: Wm-dova maps for accurate polyp highlighting in colonoscopy: Validation vs. saliency maps from physicians. Computerized medical imaging and graphics 43, 99–111 (2015)
2015
-
[3]
Bernard, O., Lalande, A., Zotti, C., Cervenansky, F., Yang, X., Heng, P.A., Cetin, I., Lekadir, K., Camara, O., Ballester, M.A.G., et al.: Deep learning techniques for automatic mri cardiac multi-structures segmentation and diagnosis: is the problem solved? IEEE transactions on medical imaging37(11), 2514–2525 (2018)
2018
-
[4]
Medical Image Analysis p
Chen, J., Mei, J., Li, X., Lu, Y., Yu, Q., Wei, Q., Luo, X., Xie, Y., Adeli, E., Wang, Y., et al.: Transunet: Rethinking the u-net architecture design for medical image 12 Hiroaki Aizawa segmentation through the lens of transformers. Medical Image Analysis p. 103280 (2024)
2024
-
[5]
Feng, L., Shu, S., Lin, Z., Lv, F., Li, L., An, B.: Can cross entropy loss be robust to label noise? In: IJCAI. pp. 2206–2212 (2021)
2021
-
[6]
arXiv preprint arXiv:2412.07219 (2024)
Fukuda, K., Aizawa, H.: Taylor outlier exposure. arXiv preprint arXiv:2412.07219 (2024)
-
[7]
Jha, D., Smedsrud, P.H., Riegler, M.A., Halvorsen, P., De Lange, T., Johansen, D., Johansen, H.D.: Kvasir-seg: A segmented polyp dataset. In: MMM. pp. 451–462. Springer (2020)
2020
-
[8]
Computers in Biology and Medicine168, 107695 (2024)
Kato, S., Hotta, K.: Adaptive t-vmf dice loss: An effective expansion of dice loss for medical image segmentation. Computers in Biology and Medicine168, 107695 (2024)
2024
Show all 18 references
-
[9]
In: ICLR (2022),https://openreview.net/forum?id=gSdSJoenupI
Leng, Z., Tan, M., Liu, C., Cubuk, E.D., Shi, J., Cheng, S., Anguelov, D.: Poly- loss: A polynomial expansion perspective of classification loss functions. In: ICLR (2022),https://openreview.net/forum?id=gSdSJoenupI
2022
-
[10]
In: ICCV (Oct 2017)
Lin, T.Y., Goyal, P., Girshick, R., He, K., Dollar, P.: Focal loss for dense object detection. In: ICCV (Oct 2017)
2017
-
[11]
In: CVPR
Long, J., Shelhamer, E., Darrell, T.: Fully convolutional networks for semantic segmentation. In: CVPR. pp. 3431–3440 (2015)
2015
-
[12]
Milletari, F., Navab, N., Ahmadi, S.A.: V-net: Fully convolutional neural networks for volumetric medical image segmentation. In: 3DV. pp. 565–571. Ieee (2016)
2016
-
[13]
In: MICCAI
Ronneberger, O., Fischer, P., Brox, T.: U-net: Convolutional networks for biomed- ical image segmentation. In: MICCAI. pp. 234–241. Springer (2015)
2015
-
[14]
In: International workshop on machine learning in medical imaging
Salehi, S.S.M., Erdogmus, D., Gholipour, A.: Tversky loss function for image seg- mentation using 3d fully convolutional deep networks. In: International workshop on machine learning in medical imaging. pp. 379–387. Springer (2017)
2017
-
[15]
Sudre, C.H., Li, W., Vercauteren, T., Ourselin, S., Jorge Cardoso, M.: Generalised dice overlap as a deep learning loss function for highly unbalanced segmentations. In: Deep Learning in Medical Image Analysis and Multimodal Learning for Clinical Decision Support: Third Intern...
2017
-
[16]
Computerized Medical Imaging and Graphics75, 24–33 (2019)
Taghanaki, S.A., Zheng, Y., Zhou, S.K., Georgescu, B., Sharma, P., Xu, D., Co- maniciu, D., Hamarneh, G.: Combo loss: Handling input and output imbalance in multi-organ segmentation. Computerized Medical Imaging and Graphics75, 24–33 (2019)
2019
-
[17]
IEEE Transactions on Medical Imaging39(8), 2653–2663 (2020)
Wang, G., Liu, X., Li, C., Xu, Z., Ruan, J., Zhu, H., Meng, T., Li, K., Huang, N., Zhang, S.: A noise-robust framework for automatic segmentation of covid-19 pneumonia lesions from ct images. IEEE Transactions on Medical Imaging39(8), 2653–2663 (2020)
2020
-
[18]
Medical physics46(2), 576–589 (2019)
Zhu, W., Huang, Y., Zeng, L., Chen, X., Liu, Y., Qian, Z., Du, N., Fan, W., Xie, X.: Anatomynet: deep learning for fast and fully automated whole-volume segmentation of head and neck anatomy. Medical physics46(2), 576–589 (2019)
2019
Reviewed June 26, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.