Department of Computer Engineering, HITEC University, Taxila 47080, Pakistan.
Department of Computer Science, HITEC University, Taxila, Pakistan.
Comput Intell Neurosci. 2022 Aug 4;2022:1465173. doi: 10.1155/2022/1465173. eCollection 2022.
Early detection of brain tumors can save precious human life. This work presents a fully automated design to classify brain tumors. The proposed scheme employs optimal deep learning features for the classification of FLAIR, T1, T2, and T1CE tumors. Initially, we normalized the dataset to pass them to the ResNet101 pretrained model to perform transfer learning for our dataset. This approach results in fine-tuning the ResNet101 model for brain tumor classification. The problem with this approach is the generation of redundant features. These redundant features degrade accuracy and cause computational overhead. To tackle this problem, we find optimal features by utilizing differential evaluation and particle swarm optimization algorithms. The obtained optimal feature vectors are then serially fused to get a single-fused feature vector. PCA is applied to this fused vector to get the final optimized feature vector. This optimized feature vector is fed as input to various classifiers to classify tumors. Performance is analyzed at various stages. Performance results show that the proposed technique achieved a speedup of 25.5x in prediction time on the medium neural network with an accuracy of 94.4%. These results show significant improvement over the state-of-the-art techniques in terms of computational overhead by maintaining approximately the same accuracy.
早期发现脑瘤可以挽救宝贵的生命。这项工作提出了一种完全自动化的设计,用于对脑瘤进行分类。该方案采用最优的深度学习特征对 FLAIR、T1、T2 和 T1CE 肿瘤进行分类。首先,我们对数据集进行归一化,以便将其传递给 ResNet101 预训练模型,从而对我们的数据集进行迁移学习。这种方法的结果是微调 ResNet101 模型进行脑瘤分类。这种方法的问题在于生成冗余特征。这些冗余特征会降低准确性并导致计算开销。为了解决这个问题,我们利用差分评估和粒子群优化算法找到最优特征。然后将获得的最优特征向量串行融合以获得单个融合特征向量。对这个融合向量应用 PCA 以获得最终的优化特征向量。将这个优化特征向量作为输入提供给各种分类器以对肿瘤进行分类。在各个阶段分析性能。性能结果表明,所提出的技术在中等神经网络上的预测时间加速了 25.5 倍,准确率达到 94.4%。与最先进的技术相比,这些结果在保持大致相同准确性的情况下,在计算开销方面有了显著的提高。