paper-with-me

홈 › Papers

SoftSeg: Advantages of soft versus binary training for image segmentation

2020-11-18 · Charley Gros, Andreanne Lemay, Julien Cohen-Adad

Most image segmentation algorithms are trained on binary masks formulated as a classification task per pixel. However, in applications such as medical imaging, this "black-and-white" approach is too constraining because the contrast between two tissues is often ill-defined, i.e., the voxels located on objects' edges contain a mixture of tissues. Consequently, assigning a single "hard" label can result in a detrimental approximation. Instead, a soft prediction containing non-binary values would overcome that limitation. We introduce SoftSeg, a deep learning training approach that takes advantage of soft ground truth labels, and is not bound to binary predictions. SoftSeg aims at solving a regression instead of a classification problem. This is achieved by using (i) no binarization after preprocessing and data augmentation, (ii) a normalized ReLU final activation layer (instead of sigmoid), and (iii) a regression loss function (instead of the traditional Dice loss). We assess the impact of these three features on three open-source MRI segmentation datasets from the spinal cord gray matter, the multiple sclerosis brain lesion, and the multimodal brain tumor segmentation challenges. Across multiple cross-validation iterations, SoftSeg outperformed the conventional approach, leading to an increase in Dice score of 2.0% on the gray matter dataset (p=0.001), 3.3% for the MS lesions, and 6.5% for the brain tumors. SoftSeg produces consistent soft predictions at tissues' interfaces and shows an increased sensitivity for small objects. The richness of soft labels could represent the inter-expert variability, the partial volume effect, and complement the model uncertainty estimation. The developed training pipeline can easily be incorporated into most of the existing deep learning architectures. It is already implemented in the freely-available deep learning toolbox ivadomed (https://ivadomed.org).

📄 PDF Abstract BibTeX arXiv:2011.09041

Code (0)

등록된 구현이 없습니다.

Tasks

BinarizationBrain Tumor SegmentationData AugmentationImage SegmentationMRI segmentationregressionSemantic SegmentationTumor Segmentation

Methods 이 논문이 사용한 방법론

ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…

Similar Papers 제목 키워드 기반

Label fusion and training methods for reliable representation of inter-rater uncertainty

2022-02-15 · Andreanne Lemay, Charley Gros, Enamundram Naga Karthik, Julien Cohen-Adad

Medical tasks are prone to inter-rater variability due to multiple factors such as image quality, professional experience and training, or guideline clarity. Training deep learning networks with annotations from multiple…

Segmentation

Better Late Than Never: Meta-Evaluation of Latency Metrics for Simultaneous Speech-to-Text Translation

2025-09-22 · Peter Polák, Sara Papi, Luisa Bentivogli, Ondřej Bojar arxiv

Simultaneous speech-to-text translation systems must balance translation quality with latency. Although quality evaluation is well established, latency measurement remains a challenge. Existing metrics produce inconsiste…

Speech-to-Text Translation

Pre or Post-Softmax Scores in Gradient-based Attribution Methods, What is Best?

2023-06-22 · Miguel Lerma, Mirtha Lucas

Gradient based attribution methods for neural networks working as classifiers use gradients of network scores. Here we discuss the practical differences between using gradients of pre-softmax scores versus post-softmax s…

$p$SVM: Soft-margin SVMs with $p$-norm Hinge Loss

2024-08-19 · Haoxiang Sun

Support Vector Machines (SVMs) based on hinge loss have been extensively discussed and applied to various binary classification tasks. These SVMs achieve a balance between margin maximization and the minimization of slac…

Binary ClassificationMulti-class Classification

Foundation Model-Driven Classification of Atypical Mitotic Figures with Domain-Aware Training Strategies

2025-08-29 · Piotr Giedziun, Jan Sołtysik, Mateusz Górczany, Norbert Ropiak 외 arxiv

We present a solution for the MIDOG 2025 Challenge Track~2, addressing binary classification of normal mitotic figures (NMFs) versus atypical mitotic figures (AMFs). The approach leverages pathology-specific foundation m…

Domain GeneralizationBinary ClassificationDomain AdaptationMetric Learning