自動化された脳腫瘍のセグメンテーションは、疾患の診断、手術、モニタリング、および監視において大幅な改善をもたらす可能性があります。ただし、このタスクは非常に困難です。ここでは、U-Netに基づく2D CNNを使用した自動セグメンテーション方法について説明します。クラスの不均衡を効果的に処理するために、重み付きダイス損失関数を使用しました。 「U」字の深さを特定のレベルよりも大きくすると、パフォーマンスが低下するため、最適な深さを選択することが不可欠であることがわかりました。また、3Dコンテキスト情報は、複数のビューから抽出されたパッチでトレーニングされた単一の2Dネットワークではキャプチャできないのに対し、複数のビューでトレーニングされた3つの2Dネットワークの集合は、情報を効果的にキャプチャし、パフォーマンスを大幅に向上できることもわかりました。 BraTS 2018検証セットで、腫瘍の増強について0.79、腫瘍全体について0.90、腫瘍コアについて0.82のDiceスコアを取得しました。 2Dネットワークを使用するこの方法は、時間とメモリの消費が非常に少なく、3Dネットワークを使用する最新の方法と比較して、実装がはるかに単純で簡単です。それでも、これらのメソッドに匹敵するパフォーマンスを達成することができます。
Automated brain tumour segmentation has the potential of making a massive improvement in disease diagnosis, surgery, monitoring and surveillance. However, this task is extremely challenging. Here, we describe our automated segmentation method using 2D CNNs that are based on U-Net. To deal with class imbalance effectively, we have used a weighted Dice loss function. We found that increasing the depth of the 'U' shape beyond a certain level results in a decrease in performance, so it is essential to choose an optimum depth. We also found that 3D contextual information cannot be captured by a single 2D network that is trained with patches extracted from multiple views whereas an ensemble of three 2D networks trained in multiple views can effectively capture the information and deliver much better performance. We obtained Dice scores of 0.79 for enhancing tumour, 0.90 for whole tumour, and 0.82 for tumour core on the BraTS 2018 validation set. Our method using 2D network consumes very less time and memory, and is much simpler and easier to implement compared to the state-of-the-art methods that used 3D networks; still, it manages to achieve comparable performance to those methods.