通过图形态化提升血管等管状结构的拓扑准确性
GraphMorph: Tubular Structure Extraction by Morphing Predicted Graphs
- 用分支级特征构建图表示,替代传统像素分类
- 提出新算法生成与图一致的中心线掩码,减少误检
- 适合医学图像和道路网络提取,提升拓扑精度
准确恢复拓扑结构在管状结构提取任务中既具挑战性又至关重要,如血管分割和道路网提取。与基于像素级分类的传统方法不同,本文提出的GraphMorph方法聚焦于管状结构的分支级特征,以实现更精确的拓扑预测。GraphMorph包含两个核心组件:图解码器(Graph Decoder)和形态模块(Morph Module)。利用分割网络从图像块中提取的多尺度特征,图解码器学习分支级特征并生成准确反映该块中管状结构的图表示。形态模块接收两个输入:由图解码器输出的图和由分割网络提供的中心线概率图。采用新型SkeletonDijkstra算法,形态模块生成与预测图对齐的中心线掩码。此外,我们观察到使用GraphMorph预测的中心线掩码能显著降低分割任务中的假阳性,这是通过一种简单而有效的后处理策略实现的。在多个数据集上的实验验证了该方法在中心线提取和分割任务中的有效性。源代码即将发布。
原文摘要 · Abstract (English)
Accurately restoring topology is both challenging and crucial in tubular structure extraction tasks, such as blood vessel segmentation and road network extraction. Diverging from traditional approaches based on pixel-level classification, our proposed method, named GraphMorph, focuses on branch-level features of tubular structures to achieve more topologically accurate predictions. GraphMorph comprises two main components: a Graph Decoder and a Morph Module. Utilizing multi-scale features extracted from an image patch by the segmentation network, the Graph Decoder facilitates the learning of branch-level features and generates a graph that accurately represents the tubular structure in this patch. The Morph Module processes two primary inputs: the graph and the centerline probability map, provided by the Graph Decoder and the segmentation network, respectively. Employing a novel SkeletonDijkstra algorithm, the Morph Module produces a centerline mask that aligns with the predicted graph. Furthermore, we observe that employing centerline masks predicted by GraphMorph significantly reduces false positives in the segmentation task, which is achieved by a simple yet effective post-processing strategy. The efficacy of our method in the centerline extraction and segmentation tasks has been substantiated through experimental evaluations across various datasets. Source code will be released soon.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。