IVCVDec 17, 2018

Boundary loss for highly unbalanced segmentation

arXiv:1812.07032v4698 citationsHas Code
Originality Highly original
AI Analysis

This addresses a critical bottleneck in medical imaging and other domains where segmentation tasks involve highly imbalanced classes, offering a novel solution to improve model robustness and accuracy.

The authors tackled the problem of training instability and poor performance in CNN segmentation for highly unbalanced classes by proposing a boundary loss based on contour distances instead of regional integrals, which led to significant performance improvements and enhanced training stability across various unbalanced segmentation tasks.

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 .

Code Implementations5 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes