College of Information Engineering, Capital Normal University, Beijing, China.
International Science and Technology Cooperation Base of Electronic System Reliability and Mathematical Interdisciplinary, Capital Normal University, Beijing, China.
Med Phys. 2021 Dec;48(12):7971-7983. doi: 10.1002/mp.15280. Epub 2021 Oct 31.
Cerebrovascular segmentation in magnetic resonance imaging (MRI) plays an important role in the diagnosis and treatment of cerebrovascular diseases. Many segmentation frameworks based on convolutional neural networks (CNNs) or U-Net-like structures have been proposed for cerebrovascular segmentation. Unfortunately, the segmentation results are still unsatisfactory, particularly in the small/thin cerebrovascular due to the following reasons: (1) the lack of attention to multiscale features in encoder caused by the convolutions with single kernel size; (2) insufficient extraction of shallow and deep-seated features caused by the depth limitation of transmission path between encoder and decoder; (3) insufficient utilization of the extracted features in decoder caused by less attention to multiscale features.
Inspired by U-Net++, we propose a novel 3D U-Net-like framework termed Usception for small cerebrovascular. It includes three blocks: Reduction block, Gap block, and Deep block, aiming to: (1) improve feature extraction ability by grouping different convolution sizes; (2) increase the number of multiscale features in different layers by grouping paths of different depths between encoder and decoder; (3) maximize the ability of decoder in recovering multiscale features from Reduction and Gap block by using convolutions with different kernel sizes.
The proposed framework is evaluated on three public and in-house clinical magnetic resonance angiography (MRA) data sets. The experimental results show that our framework reaches an average dice score of 69.29%, 87.40%, 77.77% on three data sets, which outperform existing state-of-the-art methods. We also validate the effectiveness of each block through ablation experiments.
By means of the combination of Inception-ResNet and dimension-expanded U-Net++, the proposed framework has demonstrated its capability to maximize multiscale feature extraction, thus achieving competitive segmentation results for small cerebrovascular.
磁共振成像(MRI)中的脑血管分割在脑血管疾病的诊断和治疗中起着重要作用。许多基于卷积神经网络(CNN)或 U-Net 结构的分割框架已经被提出用于脑血管分割。不幸的是,分割结果仍然不尽如人意,特别是在小/细的脑血管中,原因如下:(1)由于卷积核大小单一,编码器中缺乏对多尺度特征的关注;(2)由于编码器和解码器之间传输路径的深度限制,导致对浅层和深层特征的提取不足;(3)由于对多尺度特征的关注较少,解码器中提取的特征利用不足。
受 U-Net++的启发,我们提出了一种新的 3D U-Net 类似框架,称为 Usception,用于小脑血管分割。它包括三个模块:缩减模块、间隙模块和深度模块,旨在:(1)通过分组不同的卷积大小来提高特征提取能力;(2)通过分组编码器和解码器之间不同深度的路径,在不同层增加多尺度特征的数量;(3)通过使用不同核大小的卷积,最大限度地提高解码器从缩减和间隙模块中恢复多尺度特征的能力。
该框架在三个公共和内部临床磁共振血管造影(MRA)数据集上进行了评估。实验结果表明,我们的框架在三个数据集上的平均 Dice 得分分别达到 69.29%、87.40%和 77.77%,优于现有的最先进方法。我们还通过消融实验验证了每个模块的有效性。
通过 Inception-ResNet 和维度扩展的 U-Net++的结合,所提出的框架已经证明了其最大化多尺度特征提取的能力,从而为小脑血管的分割结果提供了竞争力。