vix.ing · top · new · best · stats · spec

Binary Image Skeletonization Using 2-Stage U-Net

2021/12/22 by Mohamed Abdel Mohsen Ghanem, Ghanem, Mohamed A., Alaa A. Anani +1
Computer Science · Engineering · #Computer Vision and Pattern Recognition (cs.CV) #Digital Imaging for Blood Diseases #FOS: Computer and information sciences #Medical Image Segmentation Techniques #Medical Imaging and Analysis

paper · pdf · doi:10.48550/arxiv.2112.11824

openalex publication_date 2021/12/22 · openalex created_date 2025/10/10 · openalex updated_date 2026/07/28

Abstract

Object Skeletonization is the process of extracting skeletal, line-like representations of shapes. It provides a very useful tool for geometric shape understanding and minimal shape representation. It also has a wide variety of applications, most notably in anatomical research and activity detection. Several mathematical algorithmic approaches have been developed to solve this problem, and some of them have been proven quite robust. However, a lesser amount of attention has been invested into deep learning solutions for it. In this paper, we use a 2-stage variant of the famous U-Net architecture to split the problem space into two sub-problems: shape minimization and corrective skeleton thinning. Our model produces results that are visually much better than the baseline SkelNetOn model. We propose a new metric, M-CCORR, based on normalized correlation coefficients as an alternative to F1 for this challenge as it solves the problem of class imbalance, managing to recognize skeleton similarity without suffering from F1's over-sensitivity to pixel-shifts.

Related