CVJul 23, 2022

BuyTheDips: PathLoss for improved topology-preserving deep learning-based image segmentation

arXiv:2207.11446v21 citationsh-index: 32
Originality Incremental advance
AI Analysis

This addresses the issue of topology preservation in image segmentation for applications like medical imaging and historical analysis, though it is incremental as an extension of an existing loss.

The paper tackles the problem of deep learning-based image segmentation failing to preserve the initial topology of images, which is crucial for downstream tasks. It introduces a new topology-preserving method using a Pathloss leakage loss, which outperforms state-of-the-art methods on Electron Microscopy and Historical Map datasets.

Capturing the global topology of an image is essential for proposing an accurate segmentation of its domain. However, most of existing segmentation methods do not preserve the initial topology of the given input, which is detrimental for numerous downstream object-based tasks. This is all the more true for deep learning models which most work at local scales. In this paper, we propose a new topology-preserving deep image segmentation method which relies on a new leakage loss: the Pathloss. Our method is an extension of the BALoss [1], in which we want to improve the leakage detection for better recovering the closeness property of the image segmentation. This loss allows us to correctly localize and fix the critical points (a leakage in the boundaries) that could occur in the predictions, and is based on a shortest-path search algorithm. This way, loss minimization enforces connectivity only where it is necessary and finally provides a good localization of the boundaries of the objects in the image. Moreover, according to our research, our Pathloss learns to preserve stronger elongated structure compared to methods without using topology-preserving loss. Training with our topological loss function, our method outperforms state-of-the-art topology-aware methods on two representative datasets of different natures: Electron Microscopy and Historical Map.

Code Implementations1 repo
Foundations

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

Your Notes