Enhancing Boundary Segmentation for Topological Accuracy with Skeleton-based Methods
Chuni Liu, Boyuan Ma, Xiaojuan Ban, Yujie Xie, Hao Wang, Weihua Xue, Jingchao Ma, Ke Xu
TL;DR
The paper tackles topology-driven errors in boundary segmentation of reticular images by introducing the Skea-Topo Aware loss, a two-component framework combining Skeleton Aware Weighted loss (Skeaw) and Boundary Rectified Term (BoRT). Skeaw leverages object skeletons to produce geometry- and topology-aware weights, while BoRT rapidly identifies topology-critical pixels and applies a rectified penalty, with the total objective $L_{total} = L_{skeaw} + \lambda L_{bort_topo}$. The approach demonstrates consistent improvements across three diverse datasets (neural EM, material grains, and aerial roads), achieving up to a 7-point reduction in Variation of Information and showing robustness in both quantitative metrics and qualitative segmentation quality. The work also shows BoRT’s plug-in versatility, efficiency, and potential for extension to multi-class and 3D settings, underscoring its practical impact for topology-sensitive downstream analyses.
Abstract
Topological consistency plays a crucial role in the task of boundary segmentation for reticular images, such as cell membrane segmentation in neuron electron microscopic images, grain boundary segmentation in material microscopic images and road segmentation in aerial images. In these fields, topological changes in segmentation results have a serious impact on the downstream tasks, which can even exceed the misalignment of the boundary itself. To enhance the topology accuracy in segmentation results, we propose the Skea-Topo Aware loss, which is a novel loss function that takes into account the shape of each object and topological significance of the pixels. It consists of two components. First, a skeleton-aware weighted loss improves the segmentation accuracy by better modeling the object geometry with skeletons. Second, a boundary rectified term effectively identifies and emphasizes topological critical pixels in the prediction errors using both foreground and background skeletons in the ground truth and predictions. Experiments prove that our method improves topological consistency by up to 7 points in VI compared to 13 state-of-art methods, based on objective and subjective assessments across three different boundary segmentation datasets. The code is available at https://github.com/clovermini/Skea_topo.
