菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-02-24
📄 Abstract - Mask-HybridGNet: Graph-based segmentation with emergent anatomical correspondence from pixel-level supervision

Graph-based medical image segmentation represents anatomical structures using boundary graphs, providing fixed-topology landmarks and inherent population-level correspondences. However, their clinical adoption has been hindered by a major requirement: training datasets with manually annotated landmarks that maintain point-to-point correspondences across patients rarely exist in practice. We introduce Mask-HybridGNet, a framework that trains graph-based models directly using standard pixel-wise masks, eliminating the need for manual landmark annotations. Our approach aligns variable-length ground truth boundaries with fixed-length landmark predictions by combining Chamfer distance supervision and edge-based regularization to ensure local smoothness and regular landmark distribution, further refined via differentiable rasterization. A significant emergent property of this framework is that predicted landmark positions become consistently associated with specific anatomical locations across patients without explicit correspondence supervision. This implicit atlas learning enables temporal tracking, cross-slice reconstruction, and morphological population analyses. Beyond direct segmentation, Mask-HybridGNet can extract correspondences from existing segmentation masks, allowing it to generate stable anatomical atlases from any high-quality pixel-based model. Experiments across chest radiography, cardiac ultrasound, cardiac MRI, and fetal imaging demonstrate that our model achieves competitive results against state-of-the-art pixel-based methods, while ensuring anatomical plausibility by enforcing boundary connectivity through a fixed graph adjacency matrix. This framework leverages the vast availability of standard segmentation masks to build structured models that maintain topological integrity and provide implicit correspondences.

顶级标签: medical computer vision model training
详细标签: graph-based segmentation medical imaging anatomical correspondence landmark prediction pixel-level supervision 或 搜索:

Mask-HybridGNet:基于图的分割模型,通过像素级监督实现解剖结构对应关系的涌现 / Mask-HybridGNet: Graph-based segmentation with emergent anatomical correspondence from pixel-level supervision


1️⃣ 一句话总结

这篇论文提出了一种名为Mask-HybridGNet的新方法,它能够仅使用常规的像素级分割标注(无需人工标注关键点)来训练基于图的医学图像分割模型,并自动让模型学会在不同患者间建立稳定的解剖结构对应关系,从而支持形态分析和跟踪等高级应用。

源自 arXiv: 2602.21179