Suppr超能文献

基于先进分割和分类流程的 3D 乳腺 X 线摄影的乳腺癌诊断新模型:ViT-MAENB7。

ViT-MAENB7: An innovative breast cancer diagnosis model from 3D mammograms using advanced segmentation and classification process.

机构信息

Jawaharlal Nehru Technological University, Anantapur, Andhra Pradesh, India.

N.B.K.R. Institute of Science and Technology, Vidhyanagar, Andhra Pradesh, India.

出版信息

Comput Methods Programs Biomed. 2024 Dec;257:108373. doi: 10.1016/j.cmpb.2024.108373. Epub 2024 Aug 23.

Abstract

Tumors are an important health concern in modern times. Breast cancer is one of the most prevalent causes of death for women. Breast cancer is rapidly becoming the leading cause of mortality among women globally. Early detection of breast cancer allows patients to obtain appropriate therapy, increasing their probability of survival. The adoption of 3-Dimensional (3D) mammography for the medical identification of abnormalities in the breast reduced the number of deaths dramatically. Classification and accurate detection of lumps in the breast in 3D mammography is especially difficult due to factors such as inadequate contrast and normal fluctuations in tissue density. Several Computer-Aided Diagnosis (CAD) solutions are under development to help radiologists accurately classify abnormalities in the breast. In this paper, a breast cancer diagnosis model is implemented to detect breast cancer in cancer patients to prevent death rates. The 3D mammogram images are gathered from the internet. Then, the gathered images are given to the preprocessing phase. The preprocessing is done using a median filter and image scaling method. The purpose of the preprocessing phase is to enhance the quality of the images and remove any noise or artifacts that may interfere with the detection of abnormalities. The median filter helps to smooth out any irregularities in the images, while the image scaling method adjusts the size and resolution of the images for better analysis. Once the preprocessing is complete, the preprocessed image is given to the segmentation phase. The segmentation phase is crucial in medical image analysis as it helps to identify and separate different structures within the image, such as organs or tumors. This process involves dividing the preprocessed image into meaningful regions or segments based on intensity, color, texture, or other features. The segmentation process is done using Adaptive Thresholding with Region Growing Fusion Model (AT-RGFM)". This model combines the advantages of both thresholding and region-growing techniques to accurately identify and delineate specific structures within the image. By utilizing AT-RGFM, the segmentation phase can effectively differentiate between different parts of the image, allowing for more precise analysis and diagnosis. It plays a vital role in the medical image analysis process, providing crucial insights for healthcare professionals. Here, the Modified Garter Snake Optimization Algorithm (MGSOA) is used to optimize the parameters. It helps to optimize parameters for accurately identifying and delineating specific structures within medical images and also helps healthcare professionals in providing more precise analysis and diagnosis, ultimately playing a vital role in the medical image analysis process. MGSOA enhances the segmentation phase by effectively differentiating between different parts of the image, leading to more accurate results. Then, the segmented image is fed into the detection phase. The tumor detection is performed by the Vision Transformer-based Multiscale Adaptive EfficientNetB7 (ViT-MAENB7) model. This model utilizes a combination of advanced algorithms and deep learning techniques to accurately identify and locate tumors within the segmented medical image. By incorporating a multiscale adaptive approach, the ViT-MAENB7 model can analyze the image at various levels of detail, improving the overall accuracy of tumor detection. This crucial step in the medical image analysis process allows healthcare professionals to make more informed decisions regarding patient treatment and care. Here, the created MGSOA algorithm is used to optimize the parameters for enhancing the performance of the model. The suggested breast cancer diagnosis performance is compared to conventional cancer diagnosis models and it showed high accuracy. The accuracy of the developed MGSOA-ViT-MAENB7 is 96.6 %, and others model like RNN, LSTM, EffNet, and ViT-MAENet given the accuracy to be 90.31 %, 92.79 %, 94.46 % and 94.75 %. The developed model's ability to analyze images at multiple scales, combined with the optimization provided by the MGSOA algorithm, results in a highly accurate and efficient system for detecting tumors in medical images. This cutting-edge technology not only improves the accuracy of diagnosis but also helps healthcare professionals tailor treatment plans to individual patients, ultimately leading to better outcomes. By outperforming traditional cancer diagnosis models, the proposed model is revolutionizing the field of medical imaging and setting a new standard for precision and effectiveness in healthcare.

摘要

肿瘤是现代社会的一个重要健康问题。乳腺癌是女性死亡的最常见原因之一。乳腺癌在全球范围内迅速成为女性死亡的主要原因。早期发现乳腺癌可以使患者获得适当的治疗,提高其生存率。采用三维(3D)乳房摄影术对乳房异常进行医学识别,大大降低了死亡率。由于对比度不足和组织密度正常波动等因素,3D 乳房摄影术对乳房肿块的分类和准确检测尤其困难。为了帮助放射科医生准确分类乳房异常,已经开发了几种计算机辅助诊断(CAD)解决方案。在本文中,实现了一个乳腺癌诊断模型,以检测癌症患者的乳腺癌,从而预防死亡率。3D 乳房X 光图像从互联网上收集。然后,将收集到的图像输入预处理阶段。预处理使用中值滤波器和图像缩放方法完成。预处理阶段的目的是增强图像的质量,并去除可能干扰异常检测的任何噪声或伪影。中值滤波器有助于平滑图像中的不规则性,而图像缩放方法则调整图像的大小和分辨率,以进行更好的分析。预处理完成后,将预处理后的图像输入分割阶段。分割阶段在医学图像分析中至关重要,因为它有助于识别和分离图像中的不同结构,如器官或肿瘤。此过程涉及根据强度、颜色、纹理或其他特征将预处理后的图像划分为有意义的区域或段。分割过程使用自适应阈值与区域生长融合模型(AT-RGFM)”完成。该模型结合了阈值和区域生长技术的优点,能够准确识别和描绘图像中的特定结构。通过使用 AT-RGFM,可以有效地在图像的不同部分之间进行区分,从而实现更精确的分析和诊断。它在医学图像分析过程中起着至关重要的作用,为医疗保健专业人员提供了关键的见解。在这里,使用改进的 Garter Snake 优化算法(MGSOA)来优化参数。它有助于优化参数,以便更准确地识别和描绘医学图像中的特定结构,并帮助医疗保健专业人员提供更精确的分析和诊断,最终在医学图像分析过程中发挥着至关重要的作用。MGSOA 通过有效区分图像的不同部分,从而提高分割阶段的准确性。然后,将分割后的图像输入检测阶段。肿瘤检测是通过基于 Vision Transformer 的多尺度自适应 EfficientNetB7(ViT-MAENB7)模型完成的。该模型利用先进的算法和深度学习技术的组合,准确识别和定位分割后的医学图像中的肿瘤。通过采用多尺度自适应方法,ViT-MAENB7 模型可以在不同的细节级别分析图像,从而提高肿瘤检测的整体准确性。这是医学图像分析过程中的关键步骤,使医疗保健专业人员能够就患者的治疗和护理做出更明智的决策。在这里,创建的 MGSOA 算法用于优化参数,以增强模型的性能。与传统癌症诊断模型相比,提出的乳腺癌诊断性能表现出较高的准确性。所开发的 MGSOA-ViT-MAENB7 的准确性为 96.6%,而其他模型,如 RNN、LSTM、EffNet 和 ViT-MAENet 的准确性分别为 90.31%、92.79%、94.46%和 94.75%。MGSOA 算法提供的优化与模型在多个尺度上进行分析的能力相结合,为检测医学图像中的肿瘤提供了一个高度准确和高效的系统。这项前沿技术不仅提高了诊断的准确性,还有助于医疗保健专业人员根据个体患者的情况制定治疗计划,最终带来更好的结果。通过超越传统癌症诊断模型,所提出的模型正在彻底改变医学成像领域,并为医疗保健的精确性和有效性设定了新的标准。

文献AI研究员

20分钟写一篇综述,助力文献阅读效率提升50倍。

立即体验

用中文搜PubMed

大模型驱动的PubMed中文搜索引擎

马上搜索

文档翻译

学术文献翻译模型,支持多种主流文档格式。

立即体验