SiNGR: Brain Tumor Segmentation via Signed Normalized Geodesic Transform Regression
Trung Dang, Huy Hoang Nguyen, Aleksei Tiulpin
TL;DR
This work tackles boundary uncertainty in brain tumor segmentation by replacing traditional voxel-wise classification with a voxel-wise regression that learns a soft certainty map. It introduces the Signed Normalized Geodesic Transform (SiNG) to generate signed soft labels that emphasize tumor borders and a Focal-L1 loss to weight hard voxels more heavily during training. Across BraTS 2020 and LGG FLAIR, SiNGR consistently improves Dice and HD95 across architectures (e.g., UNet3D, NestedFormer, Swin-UNETR), confirming its architecture-agnostic benefits. The method is simple to implement, end-to-end trainable, and accompanied by public code, making it practical for broader adoption in clinical brain tumor segmentation tasks.
Abstract
One of the primary challenges in brain tumor segmentation arises from the uncertainty of voxels close to tumor boundaries. However, the conventional process of generating ground truth segmentation masks fails to treat such uncertainties properly. Those "hard labels" with 0s and 1s conceptually influenced the majority of prior studies on brain image segmentation. As a result, tumor segmentation is often solved through voxel classification. In this work, we instead view this problem as a voxel-level regression, where the ground truth represents a certainty mapping from any pixel to the border of the tumor. We propose a novel ground truth label transformation, which is based on a signed geodesic transform, to capture the uncertainty in brain tumors' vicinity. We combine this idea with a Focal-like regression L1-loss that enables effective regression learning in high-dimensional output space by appropriately weighting voxels according to their difficulty. We thoroughly conduct an experimental evaluation to validate the components of our proposed method, compare it to a diverse array of state-of-the-art segmentation models, and show that it is architecture-agnostic. The code of our method is made publicly available (\url{https://github.com/Oulu-IMEDS/SiNGR/}).
