用多通道条件扩散模型提升脑部MRI异常检测精度与图像质量。
MCDDPM: Multichannel Conditional Denoising Diffusion Model for Unsupervised Anomaly Detection in Brain MRI

- 通过引入健康图像的额外信息增强扩散模型表示能力
- 生成图像保真度高,无医学无关伪影,性能优于现有方法
- 计算开销与传统扩散模型相当,适合临床部署
利用监督深度学习方法检测脑部MRI中的异常面临解剖多样性及像素级标注耗时的问题。生成模型如去噪扩散概率模型(DDPM)及其变体(如pDDPM、mDDPM、cDDPM)成为无监督异常检测的有效替代方案,通过健康脑图像的帧级标签生成健康组织。推理时,将异常图像输入模型,生成对应健康图像,其与原始图像的差异图可定位异常区域。然而,现有方法生成的健康图像存在保真度低、出现非医学意义伪影等问题。虽然条件扩散模型(cDDPM)在保真度和伪影抑制上略有改善,但内存占用大、计算成本高。本文提出改进型DDPM——多通道条件去噪扩散概率模型(MCDDPM),在训练中融合健康图像的附加信息,显著提升模型表示能力,生成图像保真度高且无伪影,同时计算成本和内存需求与DDPM、pDDPM、mDDPM相当。在BraTS20、BraTS21等多个数据集上的实验表明该方法表现优异。代码已开源。
原文摘要 · Abstract (English)
Detecting anomalies in brain MRI scans using supervised deep learning methods presents challenges due to anatomical diversity and labor-intensive requirement of pixel-level annotations. Generative models like Denoising Diffusion Probabilistic Model (DDPM) and their variants like pDDPM, mDDPM, cDDPM have recently emerged to be powerful alternatives to perform unsupervised anomaly detection in brain MRI scans. These methods leverage frame-level labels of healthy brains to generate healthy tissues in brain MRI scans. During inference, when an anomalous (or unhealthy) scan image is presented as an input, these models generate a healthy scan image corresponding to the input anomalous scan, and the difference map between the generated healthy scan image and the original anomalous scan image provide the necessary pixel level identification of abnormal tissues. The generated healthy images from the DDPM, pDDPM and mDDPM models however suffer from fidelity issues and contain artifacts that do not have medical significance. While cDDPM achieves slightly better fidelity and artifact suppression, it requires huge memory footprint and is computationally expensive than the other DDPM based models. In this work, we propose an improved version of DDPM called Multichannel Conditional Denoising Diffusion Probabilistic Model (MCDDPM) for unsupervised anomaly detection in brain MRI scans. Our proposed model achieves high fidelity by making use of additional information from the healthy images during the training process, enriching the representation power of DDPM models, with a computational cost and memory requirements on par with DDPM, pDDPM and mDDPM models. Experimental results on multiple datasets (e.g. BraTS20, BraTS21) demonstrate promising performance of the proposed method. The code is available at https://github.com/vivekkumartri/MCDDPM.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。