Fitting Skeletal Models via Graph-based Learning
Nicolás Gaggion, Enzo Ferrante, Beatriz Paniagua, Jared Vicory
TL;DR
This work introduces a graph-based skeletal learning pipeline (HybridVNet) to predict fixed-topology s-reps from dense segmentation masks, addressing the slow, parameter-heavy fitting of template-based s-reps. The method encodes the object interior as a skeleton–boundary graph G=(V,A,X) via a variational autoencoder with a graph-convolutional decoder, optimized with reconstruction and KL divergence losses. Evaluations on synthetic ellipsoids and real hippocampus data demonstrate accurate skeletal representations with fast inference times, achieving comparable fidelity to deformable template fitting while significantly reducing computation time. The approach offers a scalable, robust avenue for medical shape analysis, with potential gains by incorporating explicit medialness and boundary-orthogonality terms into the loss.
Abstract
Skeletonization is a popular shape analysis technique that models an object's interior as opposed to just its boundary. Fitting template-based skeletal models is a time-consuming process requiring much manual parameter tuning. Recently, machine learning-based methods have shown promise for generating s-reps from object boundaries. In this work, we propose a new skeletonization method which leverages graph convolutional networks to produce skeletal representations (s-reps) from dense segmentation masks. The method is evaluated on both synthetic data and real hippocampus segmentations, achieving promising results and fast inference.
