Jove
Visualize
Contact Us
JoVE
x logofacebook logolinkedin logoyoutube logo
ABOUT JoVE
OverviewLeadershipBlogJoVE Help Center
AUTHORS
Publishing ProcessEditorial BoardScope & PoliciesPeer ReviewFAQSubmit
LIBRARIANS
TestimonialsSubscriptionsAccessResourcesLibrary Advisory BoardFAQ
RESEARCH
JoVE JournalMethods CollectionsJoVE Encyclopedia of ExperimentsArchive
EDUCATION
JoVE CoreJoVE BusinessJoVE Science EducationJoVE Lab ManualFaculty Resource CenterFaculty Site
Terms & Conditions of Use
Privacy Policy
Policies

Related Concept Videos

You might also read

Related Articles

Articles linked to this work by shared authors, journal, and citation graph.

Sort by
Same author

Patterns of Muscle Health in Single- and Multi-Site Chronic Pain: A UK Biobank Normative Modeling Study.

medRxiv : the preprint server for health sciences·2026
Same author

Optimization in Sparse 2D to Dense 3D Weakly Supervised Learning: Application to Multi-Label Segmentation of Large ex vivo MRI Data.

ArXiv·2026
Same author

Charting Cervical Spinal Cord Morphometry Across the Lifespan.

bioRxiv : the preprint server for biology·2026
Same author

The Antarctic Seafloor Annotated Imagery Database.

Scientific data·2026
Same author

Spinal cord imaging for multiple sclerosis: Advances, priorities, and opportunities.

Multiple sclerosis (Houndmills, Basingstoke, England)·2026
Same author

Automatic multiple sclerosis lesion segmentation in the spinal cord using 3 T and 7 T MP2RAGE images.

Multiple sclerosis and related disorders·2026

Related Experiment Video

Updated: Nov 11, 2025

Application of Deep Learning-Based Medical Image Segmentation via Orbital Computed Tomography
04:48

Application of Deep Learning-Based Medical Image Segmentation via Orbital Computed Tomography

Published on: November 30, 2022

3.1K

SoftSeg: Advantages of soft versus binary training for image segmentation.

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.

Medical Image Analysis
|March 30, 2021
PubMed
Summary

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.

Keywords:
Deep LearningLabel SmoothingPartial Volume EffectSegmentationSoft maskSoft trainingdeep learningmedical imagingregression losspartial volume effectMRI analysis

Frequently Asked Questions

More Related Videos

From Voxels to Knowledge: A Practical Guide to the Segmentation of Complex Electron Microscopy 3D-Data
12:08

From Voxels to Knowledge: A Practical Guide to the Segmentation of Complex Electron Microscopy 3D-Data

Published on: August 13, 2014

24.8K
Deep Learning-Based Segmentation of Cryo-Electron Tomograms
10:25

Deep Learning-Based Segmentation of Cryo-Electron Tomograms

Published on: November 11, 2022

9.9K

Related Experiment Videos

Last Updated: Nov 11, 2025

Application of Deep Learning-Based Medical Image Segmentation via Orbital Computed Tomography
04:48

Application of Deep Learning-Based Medical Image Segmentation via Orbital Computed Tomography

Published on: November 30, 2022

3.1K
From Voxels to Knowledge: A Practical Guide to the Segmentation of Complex Electron Microscopy 3D-Data
12:08

From Voxels to Knowledge: A Practical Guide to the Segmentation of Complex Electron Microscopy 3D-Data

Published on: August 13, 2014

24.8K
Deep Learning-Based Segmentation of Cryo-Electron Tomograms
10:25

Deep Learning-Based Segmentation of Cryo-Electron Tomograms

Published on: November 11, 2022

9.9K

Area of Science:

  • Computational medical imaging and SoftSeg optimization
  • Deep learning architectures for image analysis

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.