用自监督学习提升小样本脑肿瘤MRI分类效果
Residual Vision Transformer (ResViT) Based Self-Supervised Learning Model for Brain Tumor Classification
- 融合CNN与ViT的ResViT架构,先生成MRI再分类
- 在3个公开数据集上准确率最高达98.53%
- 适合数据少的医学图像分析场景
深度学习在脑肿瘤磁共振成像诊断中表现优异,但训练所需脑部MRI数据集稀缺。本文提出一种两阶段自监督学习模型,第一阶段通过残差视觉变压器(ResViT)预训练生成合成MRI图像作为预训练任务;第二阶段微调基于ResViT的分类器进行下游任务。该方法结合卷积神经网络捕捉局部特征、视觉变压器提取全局特征,构建混合架构。同时利用合成图像平衡训练集。模型在BraTs 2023、Figshare和Kaggle三个公开数据集上测试,对比A-UNet、ResNet-9、pix2pix、pGAN等生成模型,以及ConvNeXtTiny、ResNet101、DenseNet12、Residual CNN、ViT等分类模型。结果表明:在脑部MRI数据上预训练优于ImageNet预训练,整体准确率达90.56%(BraTs,T1序列)、98.53%(Figshare)、98.47%(Kaggle)。证明该模型通过自监督学习、微调、数据增强及CNN-ViT融合,有效应对医学影像数据不足问题。
原文摘要 · Abstract (English)
Deep learning has proven very promising for interpreting MRI in brain tumor diagnosis. However, deep learning models suffer from a scarcity of brain MRI datasets for effective training. Self-supervised learning (SSL) models provide data-efficient and remarkable solutions to limited dataset problems. Therefore, this paper introduces a generative SSL model for brain tumor classification in two stages. The first stage is designed to pre-train a Residual Vision Transformer (ResViT) model for MRI synthesis as a pretext task. The second stage includes fine-tuning a ResViT-based classifier model as a downstream task. Accordingly, we aim to leverage local features via CNN and global features via ViT, employing a hybrid CNN-transformer architecture for ResViT in pretext and downstream tasks. Moreover, synthetic MRI images are utilized to balance the training set. The proposed model performs on public BraTs 2023, Figshare, and Kaggle datasets. Furthermore, we compare the proposed model with various deep learning models, including A-UNet, ResNet-9, pix2pix, pGAN for MRI synthesis, and ConvNeXtTiny, ResNet101, DenseNet12, Residual CNN, ViT for classification. According to the results, the proposed model pretraining on the MRI dataset is superior compared to the pretraining on the ImageNet dataset. Overall, the proposed model attains the highest accuracy, achieving 90.56% on the BraTs dataset with T1 sequence, 98.53% on the Figshare, and 98.47% on the Kaggle brain tumor datasets. As a result, the proposed model demonstrates a robust, effective, and successful approach to handling insufficient dataset challenges in MRI analysis by incorporating SSL, fine-tuning, data augmentation, and combining CNN and ViT.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。