IEEE J Biomed Health Inform. 2024 Nov;28(11):6725-6737. doi: 10.1109/JBHI.2024.3442528. Epub 2024 Nov 6.
Automated retinal vessel segmentation is crucial for computer-aided clinical diagnosis and retinopathy screening. However, deep learning faces challenges in extracting complex intertwined structures and subtle small vessels from densely vascularized regions. To address these issues, we propose a novel segmentation model, called Geometry-Knowledge Embedded TransUNet (GKE-TUNet), which incorporates explicit embedding of topological features of retinal vessel anatomy. In the proposed GKE-TUNet model, a skeleton extraction network is pre-trained to extract the anatomical topology of retinal vessels from refined segmentation labels. During vessel segmentation, the dense skeleton graph is sampled as a graph of key-points and connections and is incorporated into the skip connection layer of TransUNet. The graph vertices are used as node features and correspond to positions in the low-level feature maps. The graph attention network (GAT) is used as the graph convolution backbone network to capture the shape semantics of vessels and the interaction of key locations along the topological direction. Finally, the node features obtained by graph convolution are read out as a sparse feature map based on their corresponding spatial coordinates. To address the problem of sparse feature maps, we employ convolution operators to fuse sparse feature maps with low-level dense feature maps. This fusion is weighted and connected to deep feature maps. Experimental results on the DRIVE, CHASE-DB1, and STARE datasets demonstrate the competitiveness of our proposed method compared to existing ones.
自动视网膜血管分割对于计算机辅助临床诊断和视网膜病变筛查至关重要。然而,深度学习在从血管密集区域提取复杂交织结构和细微小血管方面面临挑战。为了解决这些问题,我们提出了一种名为Geometry-Knowledge Embedded TransUNet(GKE-TUNet)的新型分割模型,该模型将视网膜血管解剖结构的拓扑特征显式嵌入。在提出的 GKE-TUNet 模型中,预训练了一个骨架提取网络,从细化的分割标签中提取视网膜血管的解剖拓扑结构。在血管分割过程中,密集的骨架图被采样为关键点和连接的图,并被纳入 TransUNet 的跳过连接层。图顶点用作节点特征,并对应于低级特征图中的位置。图注意网络(GAT)用作图卷积骨干网络,以捕获血管的形状语义以及沿拓扑方向的关键位置的相互作用。最后,根据其对应的空间坐标,通过图卷积获得的节点特征被读取为稀疏特征图。为了解决稀疏特征图的问题,我们使用卷积运算符将稀疏特征图与低级密集特征图融合。这种融合是加权的,并与深层特征图相连。在 DRIVE、CHASE-DB1 和 STARE 数据集上的实验结果表明,与现有方法相比,我们提出的方法具有竞争力。