Zhang Zeduo, Mohsenzadeh Yalda
Department of Computer Science, Western University, London, Ontario, Canada.
Vector Institute for Artificial Intelligence, Toronto, Ontario, Canada.
PLOS Digit Health. 2025 Jun 20;4(6):e0000874. doi: 10.1371/journal.pdig.0000874. eCollection 2025 Jun.
Current anomaly detection methods excel with benchmark industrial data but struggle with natural images and medical data due to varying definitions of 'normal' and 'abnormal.' This makes accurate identification of deviations in these fields particularly challenging. Especially for 3D brain MRI data, all the state-of-the-art models are reconstruction-based with 3D convolutional neural networks which are memory-intensive, time-consuming and producing noisy outputs that require further post-processing. We propose a framework called Simple Slice-based Network (SimpleSliceNet), which utilizes a model pre-trained on ImageNet and fine-tuned on a separate MRI dataset as a 2D slice feature extractor to reduce computational cost. We aggregate the extracted features to perform anomaly detection tasks on 3D brain MRI volumes. Our model integrates a conditional normalizing flow to calculate log likelihood of features and employs the contrastive loss to enhance anomaly detection accuracy. The results indicate improved performance, showcasing our model's remarkable adaptability and effectiveness when addressing the challenges exists in brain MRI data. In addition, for the large-scale 3D brain volumes, our model SimpleSliceNet outperforms the state-of-the-art 2D and 3D models in terms of accuracy, memory usage and time consumption. Code is available at: https://github.com/Jarvisarmy/SimpleSliceNet.
当前的异常检测方法在基准工业数据方面表现出色,但由于“正常”和“异常”的定义不同,在处理自然图像和医学数据时面临困难。这使得在这些领域准确识别偏差特别具有挑战性。特别是对于3D脑MRI数据,所有的先进模型都是基于3D卷积神经网络的重建模型,这些模型内存密集、耗时,并且产生需要进一步后处理的噪声输出。我们提出了一个名为基于简单切片的网络(SimpleSliceNet)的框架,该框架利用在ImageNet上预训练并在单独的MRI数据集上微调的模型作为2D切片特征提取器,以降低计算成本。我们聚合提取的特征,以便对3D脑MRI体积执行异常检测任务。我们的模型集成了条件归一化流来计算特征的对数似然,并采用对比损失来提高异常检测的准确性。结果表明性能有所提高,展示了我们的模型在应对脑MRI数据中存在的挑战时具有显著的适应性和有效性。此外,对于大规模的3D脑体积,我们的模型SimpleSliceNet在准确性、内存使用和时间消耗方面优于先进的2D和3D模型。代码可在以下网址获取:https://github.com/Jarvisarmy/SimpleSliceNet。