Multiplicative Loss for Enhancing Semantic Segmentation in Medical and Cellular Images
Yuto Yokoi, Kazuhiro Hotta
TL;DR
The paper tackles loss-function design for semantic segmentation under data scarcity by introducing Multiplicative Loss (ML), which multiplies Dice and Cross Entropy losses to stabilize optimization, and Confidence-Adaptive Multiplicative Loss (CAML), which applies a confidence-driven exponent to emphasize hard samples. ML and CAML show consistent improvements over tuned additive losses across medical and cellular segmentation benchmarks and architectures, with CAML particularly advantageous in extreme data-scarcity scenarios. The methods avoid manual hyperparameter tuning and promote robust convergence, though they exhibit reduced gains on some Transformer-based models, suggesting architecture-aware calibration. Overall, the work offers simple, effective loss designs that enhance generalization in data-limited medical imaging tasks and related cellular imaging problems.
Abstract
We propose two novel loss functions, Multiplicative Loss and Confidence-Adaptive Multiplicative Loss, for semantic segmentation in medical and cellular images. Although Cross Entropy and Dice Loss are widely used, their additive combination is sensitive to hyperparameters and often performs suboptimally, especially with limited data. Medical images suffer from data scarcity due to privacy, ethics, and costly annotations, requiring robust and efficient training objectives. Our Multiplicative Loss combines Cross Entropy and Dice losses multiplicatively, dynamically modulating gradients based on prediction confidence. This reduces penalties for confident correct predictions and amplifies gradients for incorrect overconfident ones, stabilizing optimization. Building on this, Confidence-Adaptive Multiplicative Loss applies a confidence-driven exponential scaling inspired by Focal Loss, integrating predicted probabilities and Dice coefficients to emphasize difficult samples. This enhances learning under extreme data scarcity by strengthening gradients when confidence is low. Experiments on cellular and medical segmentation benchmarks show our framework consistently outperforms tuned additive and existing loss functions, offering a simple, effective, and hyperparameter-free mechanism for robust segmentation under challenging data limitations.
