paper-with-me

홈 › Papers

Boundary loss for highly unbalanced segmentation

2018-12-17 · Hoel Kervadec, Jihene Bouchtiba, Christian Desrosiers, Eric Granger, Jose Dolz, Ismail Ben Ayed

Widely used loss functions for CNN segmentation, e.g., Dice or cross-entropy, are based on integrals over the segmentation regions. Unfortunately, for highly unbalanced segmentations, such regional summations have values that differ by several orders of magnitude across classes, which affects training performance and stability. We propose a boundary loss, which takes the form of a distance metric on the space of contours, not regions. This can mitigate the difficulties of highly unbalanced problems because it uses integrals over the interface between regions instead of unbalanced integrals over the regions. Furthermore, a boundary loss complements regional information. Inspired by graph-based optimization techniques for computing active-contour flows, we express a non-symmetric $L_2$ distance on the space of contours as a regional integral, which avoids completely local differential computations involving contour points. This yields a boundary loss expressed with the regional softmax probability outputs of the network, which can be easily combined with standard regional losses and implemented with any existing deep network architecture for N-D segmentation. We report comprehensive evaluations and comparisons on different unbalanced problems, showing that our boundary loss can yield significant increases in performances while improving training stability. Our code is publicly available: https://github.com/LIVIAETS/surface-loss .

📄 PDF Abstract BibTeX arXiv:1812.07032

Code (5)

LIVIAETS/surface-loss 공식 구현 pytorch
BoujlidaMohamed/Segmentation-Loss-Keras tf
JunMa11/SegWithDistMap pytorch
LIVIAETS/boundary-loss pytorch
bluesky314/Segmentation_Boundry_loss

Tasks

Brain Lesion Segmentation From MriIschemic Stroke Lesion SegmentationLesion SegmentationMedical Image AnalysisMedical Image SegmentationSegmentationSemantic SegmentationUnbalanced Segmentation

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…

Similar Papers 제목 키워드 기반

3D Segmentation with Exponential Logarithmic Loss for Highly Unbalanced Object Sizes

2018-08-31 · Ken C. L. Wong, Mehdi Moradi, Hui Tang, Tanveer Syeda-Mahmood

With the introduction of fully convolutional neural networks, deep learning has raised the benchmark for medical image segmentation on both speed and accuracy, and different networks have been proposed for 2D and 3D segm…

Brain SegmentationImage SegmentationMedical Image SegmentationSegmentation+1

Generalised Dice overlap as a deep learning loss function for highly unbalanced segmentations

2017-07-11 · Carole H. Sudre, Wenqi Li, Tom Vercauteren, Sébastien Ourselin 외

Deep-learning has proved in recent years to be a powerful tool for image analysis and is now widely used to segment both 2D and 3D medical images. Deep-learning segmentation frameworks rely not only on the choice of netw…

Deep LearningSegmentationSensitivity

Image Segmentation by Cascaded Region Agglomeration

2013-06-01 · CVPR 2013 6 · Zhile Ren, Gregory Shakhnarovich

We propose a hierarchical segmentation algorithm that starts with a very fine oversegmentation and gradually merges regions using a cascade of boundary classifiers. This approach allows the weights of region and boundary…

Image SegmentationSegmentationSemantic Segmentation

Improved Abdominal Multi-Organ Segmentation via 3D Boundary-Constrained Deep Neural Networks

2022-10-09 · Samra Irshad, Douglas P. S. Gomes, Seong Tae Kim

Quantitative assessment of the abdominal region from clinically acquired CT scans requires the simultaneous segmentation of abdominal organs. Thanks to the availability of high-performance computational resources, deep l…

DecoderImage SegmentationMedical Image SegmentationMulti-Task Learning+3

Asymmetric Loss Functions and Deep Densely Connected Networks for Highly Imbalanced Medical Image Segmentation: Application to Multiple Sclerosis Lesion Detection

2018-03-28 · Seyed Raein Hashemi, Seyed Sadegh Mohseni Salehi, Deniz Erdogmus, Sanjay P. Prabhu 외

Fully convolutional deep neural networks have been asserted to be fast and precise frameworks with great potential in image segmentation. One of the major challenges in training such networks raises when data is unbalanc…

Data AugmentationImage SegmentationLesion DetectionLesion Segmentation+3