脳腫瘍のセグメンテーションは、医療画像処理において極めて重要な役割を果たします。この作業では、脳のMRIボリュームをセグメント化することを目指しています。 3D畳み込みを使用して隣接スライス間の相関をキャプチャする3D U-NetやV-Netなどの3D畳み込みニューラルネットワーク(CNN)は、印象的なセグメンテーション結果を達成しています。ただし、これらの3D CNNアーキテクチャには、3D畳み込みの複数の層が原因で高い計算オーバーヘッドが伴うため、これらのモデルは実際の大規模アプリケーションでは使用できません。この目的のために、リアルタイムの高密度ボリュームセグメンテーションを実現するための非常に効率的な3D CNNを提案します。このネットワークは、軽量の3D畳み込みネットワークのアンサンブルで構成される3Dマルチファイバーユニットを活用して、計算コストを大幅に削減します。さらに、3D拡張畳み込みは、マルチスケールフィーチャ表現を構築するために使用されます。 BraTS-2018チャレンジデータセットに関する広範な実験結果は、提案されたアーキテクチャが脳腫瘍のセグメンテーションの高い精度を維持しながら、計算コストを大幅に削減することを示しています。ソースコードはhttps://github.com/China-LiuXiaopeng/BraTS-DMFNetにあります。
Brain tumor segmentation plays a pivotal role in medical image processing. In this work, we aim to segment brain MRI volumes. 3D convolution neural networks (CNN) such as 3D U-Net and V-Net employing 3D convolutions to capture the correlation between adjacent slices have achieved impressive segmentation results. However, these 3D CNN architectures come with high computational overheads due to multiple layers of 3D convolutions, which may make these models prohibitive for practical large-scale applications. To this end, we propose a highly efficient 3D CNN to achieve real-time dense volumetric segmentation. The network leverages the 3D multi-fiber unit which consists of an ensemble of lightweight 3D convolutional networks to significantly reduce the computational cost. Moreover, 3D dilated convolutions are used to build multi-scale feature representations. Extensive experimental results on the BraTS-2018 challenge dataset show that the proposed architecture greatly reduces computation cost while maintaining high accuracy for brain tumor segmentation. The source code can be found at https://github.com/China-LiuXiaopeng/BraTS-DMFNet