用纹理匹配损失提升医学影像自监督预训练效果
Focus on Texture: Rethinking Pre-training in Masked Autoencoders for Medical Image Classification
- 设计基于GLCM的可微分重建损失,聚焦图像纹理与空间关系
- 在四类医学任务中性能超越现有方法,最高提升3.1%
- 适合需要精细纹理识别的医学影像分类研究者
掩码自编码器(MAE)在自然图像自监督学习中表现优异,但其基于像素均方误差的重建策略会导致图像模糊,难以保留医学影像中的关键纹理特征。针对医学影像中纹理对病灶分类更为重要这一问题,本文受放射组学中灰度共生矩阵(GLCM)启发,提出GLCM-MAE框架,采用基于匹配GLCM的重建损失,以更好捕捉图像的强度与空间分布关系。进一步设计了可微分的损失函数实现端到端训练。实验表明,该方法在四项下游任务中均优于当前最优:超声胆囊癌检测提升2.1%,乳腺癌检测提升3.1%,胸部X光肺炎检测提升0.5%,CT新冠检测提升0.6%。代码与预训练模型已开源。
原文摘要 · Abstract (English)
Masked Autoencoders (MAEs) have emerged as a dominant strategy for self-supervised representation learning in natural images, where models are pre-trained to reconstruct masked patches with a pixel-wise mean squared error (MSE) between original and reconstructed RGB values as the loss. We observe that MSE encourages blurred image re-construction, but still works for natural images as it preserves dominant edges. However, in medical imaging, when the texture cues are more important for classification of a visual abnormality, the strategy fails. Taking inspiration from Gray Level Co-occurrence Matrix (GLCM) feature in Radiomics studies, we propose a novel MAE based pre-training framework, GLCM-MAE, using reconstruction loss based on matching GLCM. GLCM captures intensity and spatial relationships in an image, hence proposed loss helps preserve morphological features. Further, we propose a novel formulation to convert matching GLCM matrices into a differentiable loss function. We demonstrate that unsupervised pre-training on medical images with the proposed GLCM loss improves representations for downstream tasks. GLCM-MAE outperforms the current state-of-the-art across four tasks - gallbladder cancer detection from ultrasound images by 2.1%, breast cancer detection from ultrasound by 3.1%, pneumonia detection from x-rays by 0.5%, and COVID detection from CT by 0.6%. Source code and pre-trained models are available at: https://github.com/ChetanMadan/GLCM-MAE.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。