You might also read
Articles linked to this work by shared authors, journal, and citation graph.
Updated: Nov 11, 2025

Application of Deep Learning-Based Medical Image Segmentation via Orbital Computed Tomography
Published on: November 30, 2022
Charley Gros1, Andreanne Lemay1, Julien Cohen-Adad2
1NeuroPoly Lab, Institute of Biomedical Engineering, Polytechnique Montreal, Montreal, QC, Canada; Mila - Quebec AI Institute, Montreal, QC, Canada.
This study introduces SoftSeg, a new training method for medical image segmentation that uses soft labels instead of strict binary masks. By treating segmentation as a regression task rather than classification, the model better handles blurred tissue boundaries and improves accuracy across various MRI datasets.
Area of Science:
Background:
Existing image segmentation techniques often rely on rigid binary masks to categorize pixels. This binary classification framework frequently fails to capture the complexity of biological structures. Medical imaging often presents ambiguous boundaries between adjacent tissue types. These transition zones contain mixed signals known as partial volume effects. Standard models force these ambiguous voxels into a single category. Such forced assignments create inaccurate representations of complex anatomical features. No prior work had fully resolved the limitations inherent in these hard-labeling strategies. That uncertainty drove the development of more flexible training paradigms for medical image analysis.
Purpose Of The Study:
The study aims to introduce a flexible deep learning training approach that utilizes soft ground truth labels. This research addresses the limitations of binary classification in medical image segmentation tasks. The authors seek to overcome the constraints imposed by rigid "black-and-white" labeling schemes. They propose treating the segmentation process as a regression problem to better handle tissue boundary ambiguity. This gap motivated the development of a method that avoids binarization after data augmentation. The investigators intend to demonstrate the benefits of using a normalized ReLU activation layer. They also aim to show that a regression loss function provides superior results to traditional Dice loss. This work seeks to provide a more accurate alternative for complex anatomical imaging analysis.
Main Methods:
The researchers evaluated their approach using three distinct open-source magnetic resonance imaging datasets. Their review approach involved comparing the new pipeline against conventional classification-based training methods. They implemented the model within the ivadomed deep learning toolbox to ensure reproducibility. The team performed multiple random splits of the data to validate the robustness of their findings. They replaced the standard sigmoid activation with a normalized ReLU layer to facilitate continuous output. The investigators opted for a regression loss function to guide the learning process effectively. They maintained original intensity values throughout preprocessing to avoid information loss from binarization. Finally, they assessed performance gains across spinal cord, brain lesion, and tumor segmentation challenges.
Main Results:
The researchers observed a 6.5% increase in Dice score for the brain tumor dataset. Their approach yielded a 3.3% improvement in accuracy for brain lesion segmentation. The gray matter dataset showed a 2.0% increase in performance with statistical significance at p=0.001. These findings suggest that the regression-based model consistently outperforms traditional classification strategies. The system produced reliable soft predictions specifically at the interfaces between different tissue types. Increased sensitivity was noted for smaller objects, such as multiple sclerosis lesions. The results indicate that soft labels effectively capture inter-expert variability and partial volume effects. This training strategy consistently provided superior results across all tested medical imaging scenarios.
Conclusions:
The authors propose that soft labeling better captures the inherent variability found in expert annotations. This approach provides a clearer representation of tissue interfaces compared to traditional binary methods. The researchers suggest that regression-based training enhances sensitivity when identifying smaller anatomical structures. These findings indicate that non-binary predictions offer a more nuanced view of model uncertainty. The study demonstrates that this pipeline integrates seamlessly into current deep learning frameworks. The authors conclude that moving away from classification tasks improves overall segmentation performance. These results highlight the potential for soft predictions to replace rigid masks in clinical settings. The team emphasizes that their toolbox facilitates the adoption of these advanced training strategies.
The researchers propose that treating segmentation as a regression task allows the model to handle partial volume effects. By avoiding binary masks, the system captures continuous values at tissue edges, which improves accuracy compared to traditional classification methods that force rigid, potentially incorrect, labels on ambiguous voxels.
The authors utilize a normalized Rectified Linear Unit (ReLU) as the final activation layer. This component replaces the standard sigmoid function, enabling the model to output non-binary values that represent the continuous nature of tissue boundaries in medical images.
The researchers argue that avoiding binarization during preprocessing is necessary to preserve the richness of the original data. This step ensures that the model learns from the full range of intensity variations rather than simplified, thresholded inputs that obscure subtle anatomical details.
The authors employ a regression loss function instead of the conventional Dice loss. This data type choice shifts the model objective from discrete class assignment to continuous value prediction, which better aligns with the underlying nature of soft ground truth labels.
The team observed a 6.5% increase in the Dice score for brain tumor datasets. This measurement demonstrates the superior performance of the soft training approach compared to traditional binary methods when applied to complex, multimodal medical imaging tasks.
The researchers propose that soft predictions provide a more reliable measure of model uncertainty. Unlike binary outputs, which often mask ambiguity, continuous values allow clinicians to better interpret the confidence of the segmentation at critical tissue interfaces.