Department of Computer Science, College of Computer Science and Information Systems, Najran University, 61441, Najran, Saudi Arabia.
Chitkara University Institute of Engineering and Technology, Chitkara University, Rajpura, Punjab, 140401, India.
Sci Rep. 2024 Jan 16;14(1):1345. doi: 10.1038/s41598-024-51472-2.
A brain tumor is an unnatural expansion of brain cells that can't be stopped, making it one of the deadliest diseases of the nervous system. The brain tumor segmentation for its earlier diagnosis is a difficult task in the field of medical image analysis. Earlier, segmenting brain tumors was done manually by radiologists but that requires a lot of time and effort. Inspite of this, in the manual segmentation there was possibility of making mistakes due to human intervention. It has been proved that deep learning models can outperform human experts for the diagnosis of brain tumor in MRI images. These algorithms employ a huge number of MRI scans to learn the difficult patterns of brain tumors to segment them automatically and accurately. Here, an encoder-decoder based architecture with deep convolutional neural network is proposed for semantic segmentation of brain tumor in MRI images. The proposed method focuses on the image downsampling in the encoder part. For this, an intelligent LinkNet-34 model with EfficientNetB7 encoder based semantic segmentation model is proposed. The performance of LinkNet-34 model is compared with other three models namely FPN, U-Net, and PSPNet. Further, the performance of EfficientNetB7 used as encoder in LinkNet-34 model has been compared with three encoders namely ResNet34, MobileNet_V2, and ResNet50. After that, the proposed model is optimized using three different optimizers such as RMSProp, Adamax and Adam. The LinkNet-34 model has outperformed with EfficientNetB7 encoder using Adamax optimizer with the value of jaccard index as 0.89 and dice coefficient as 0.915.
脑肿瘤是一种无法停止的脑细胞异常扩张,是神经系统最致命的疾病之一。为了实现早期诊断,对脑肿瘤进行分割是医学图像分析领域中的一项艰巨任务。早期,脑肿瘤的分割是由放射科医生手动完成的,但这需要大量的时间和精力。尽管如此,由于人为干预,在手动分割中仍有可能出错。事实证明,深度学习模型在 MRI 图像中对脑肿瘤的诊断可以优于人类专家。这些算法使用大量的 MRI 扫描来学习脑肿瘤的困难模式,以自动且准确地对其进行分割。在这里,提出了一种基于编码器-解码器的架构,该架构使用深度卷积神经网络来对 MRI 图像中的脑肿瘤进行语义分割。该方法专注于编码器部分的图像下采样。为此,提出了一种基于智能 LinkNet-34 模型和 EfficientNetB7 编码器的语义分割模型。将 LinkNet-34 模型的性能与 FPN、U-Net 和 PSPNet 这三种模型进行了比较。此外,还将作为编码器的 EfficientNetB7 在 LinkNet-34 模型中的性能与 ResNet34、MobileNet_V2 和 ResNet50 这三种编码器进行了比较。然后,使用 RMSProp、Adamax 和 Adam 这三种不同的优化器对所提出的模型进行了优化。LinkNet-34 模型使用 Adamax 优化器与 EfficientNetB7 编码器结合,其准确率为 0.89,召回率为 0.915,表现优于其他模型。