IVCVLGOct 21, 2022

Multitask Brain Tumor Inpainting with Diffusion Models: A Methodological Report

arXiv:2210.12113v231 citationsh-index: 21Has Code
Originality Synthesis-oriented
AI Analysis

This work addresses data scarcity and privacy issues in medical imaging for researchers and clinicians, but it is incremental as it applies a known method (DDPM) to a specific domain.

The authors tackled the problem of generating synthetic medical images to address data scarcity and imbalance in deep learning for medical imaging, using a denoising diffusion probabilistic model (DDPM) for multitask inpainting on brain MRI slices, and demonstrated proof-of-concept performance in various evaluation scenarios with a publicly available model and tool.

Despite the ever-increasing interest in applying deep learning (DL) models to medical imaging, the typical scarcity and imbalance of medical datasets can severely impact the performance of DL models. The generation of synthetic data that might be freely shared without compromising patient privacy is a well-known technique for addressing these difficulties. Inpainting algorithms are a subset of DL generative models that can alter one or more regions of an input image while matching its surrounding context and, in certain cases, non-imaging input conditions. Although the majority of inpainting techniques for medical imaging data use generative adversarial networks (GANs), the performance of these algorithms is frequently suboptimal due to their limited output variety, a problem that is already well-known for GANs. Denoising diffusion probabilistic models (DDPMs) are a recently introduced family of generative networks that can generate results of comparable quality to GANs, but with diverse outputs. In this paper, we describe a DDPM to execute multiple inpainting tasks on 2D axial slices of brain MRI with various sequences, and present proof-of-concept examples of its performance in a variety of evaluation scenarios. Our model and a public online interface to try our tool are available at: https://github.com/Mayo-Radiology-Informatics-Lab/MBTI

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes