磁気共鳴画像法(MRI)からの脳腫瘍のセグメンテーションは、診断、治療計画を改善し、腫瘍のある被験者と健康な被験者の違いを研究するための重要なプロセスです。この論文では、健康な脳組織から腫瘍をセグメント化するために、ハイパーカラム技術を使用した畳み込みニューラルネットワーク(CNN)を活用します。ハイパーカラムは、複数の層から畳み込み特徴を抽出することによって形成される一連のベクトルの連結です。提案されたモデルは、バッチ正規化(BN)アプローチをハイパーカラムと統合します。 BN層は、各ミニバッチのゼロ平均および単位分散によって確率的勾配降下(SGD)トレーニング中の内部共変量シフトを軽減するのに役立ちます。生存予測は、最初にセグメント化された脳腫瘍データから特徴(幾何学的、フラクタル、およびヒストグラム)を抽出することによって行われます。次に、人工ニューラルネットワーク(ANN)を使用して抽出された特徴に回帰を実装することにより、全生存日数を予測します。私たちのモデルは、BraTS 2018チャレンジの検証セットを使用して、セグメンテーションタスクで腫瘍全体、腫瘍コア、強化腫瘍でそれぞれ89.78%、82.53%、76.54%の平均ダイススコアを達成し、全生存予測タスクで67.90%を達成します。 BraTS 2018テストデータセットでは、セグメンテーションタスクで腫瘍全体、腫瘍コア、強化腫瘍でそれぞれ87.315%、77.04%、70.22%の平均ダイス精度が得られ、全生存予測タスクで46.80%が得られます。
Segmentation of brain tumor from magnetic resonance imaging (MRI) is a vital process to improve diagnosis, treatment planning and to study the difference between subjects with tumor and healthy subjects. In this paper, we exploit a convolutional neural network (CNN) with hypercolumn technique to segment tumor from healthy brain tissue. Hypercolumn is the concatenation of a set of vectors which form by extracting convolutional features from multiple layers. Proposed model integrates batch normalization (BN) approach with hypercolumn. BN layers help to alleviate the internal covariate shift during stochastic gradient descent (SGD) training by zero-mean and unit variance of each mini-batch. Survival Prediction is done by first extracting features(Geometric, Fractal, and Histogram) from the segmented brain tumor data. Then, the number of days of overall survival is predicted by implementing regression on the extracted features using an artificial neural network (ANN). Our model achieves a mean dice score of 89.78%, 82.53% and 76.54% for the whole tumor, tumor core and enhancing tumor respectively in segmentation task and 67.90% in overall survival prediction task with the validation set of BraTS 2018 challenge. It obtains a mean dice accuracy of 87.315%, 77.04% and 70.22% for the whole tumor, tumor core and enhancing tumor respectively in the segmentation task and a 46.80% in overall survival prediction task in the BraTS 2018 test data set.