Learning to Look Closer: A New Instance-Wise Loss for Small Cerebral Lesion Segmentation
Luc Bouteille, Alexander Jaus, Jens Kleesiek, Rainer Stiefelhagen, Lukas Heine
TL;DR
This work tackles the problem of missing small cerebral lesions in voxel-wise Dice losses by introducing CC-DiceCE, an instance-aware loss built on the CC-Metrics framework that uses lesion-level Voronoi regions to weight per-component errors. It is evaluated within the robust nnU-Net pipeline and compared against blob loss and DiceCE across five heterogeneous brain MRI datasets. CC-DiceCE consistently improves lesion-wise detection (recall and CC-Dice) with minimal or no loss to global Dice, and generally outperforms blob loss, suggesting its role as a general instance regularizer rather than a small-lesion only enhancer. The approach is simple to implement, leverages per-lesion structure, and holds practical potential to improve radiological detection while preserving overall segmentation quality, with future work extending to additional modalities and pathologies.
Abstract
Traditional loss functions in medical image segmentation, such as Dice, often under-segment small lesions because their small relative volume contributes negligibly to the overall loss. To address this, instance-wise loss functions and metrics have been proposed to evaluate segmentation quality on a per-lesion basis. We introduce CC-DiceCE, a loss function based on the CC-Metrics framework, and compare it with the existing blob loss. Both are benchmarked against a DiceCE baseline within the nnU-Net framework, which provides a robust and standardized setup. We find that CC-DiceCE loss increases detection (recall) with minimal to no degradation in segmentation performance, albeit at the cost of slightly more false positives. Furthermore, our multi-dataset study shows that CC-DiceCE generally outperforms blob loss.
