Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Breaking the Dilemma of Medical Image-to-image Translation

About

Supervised Pix2Pix and unsupervised Cycle-consistency are two modes that dominate the field of medical image-to-image translation. However, neither modes are ideal. The Pix2Pix mode has excellent performance. But it requires paired and well pixel-wise aligned images, which may not always be achievable due to respiratory motion or anatomy change between times that paired images are acquired. The Cycle-consistency mode is less stringent with training data and works well on unpaired or misaligned images. But its performance may not be optimal. In order to break the dilemma of the existing modes, we propose a new unsupervised mode called RegGAN for medical image-to-image translation. It is based on the theory of "loss-correction". In RegGAN, the misaligned target images are considered as noisy labels and the generator is trained with an additional registration network to fit the misaligned noise distribution adaptively. The goal is to search for the common optimal solution to both image-to-image translation and registration tasks. We incorporated RegGAN into a few state-of-the-art image-to-image translation methods and demonstrated that RegGAN could be easily combined with these methods to improve their performances. Such as a simple CycleGAN in our mode surpasses latest NICEGAN even though using less network parameters. Based on our results, RegGAN outperformed both Pix2Pix on aligned data and Cycle-consistency on misaligned or unpaired data. RegGAN is insensitive to noises which makes it a better choice for a wide range of scenarios, especially for medical image-to-image translation tasks in which well pixel-wise aligned data are not available

Lingke Kong, Chenyu Lian, Detian Huang, Zhenjiang Li, Yanle Hu, Qichao Zhou• 2021

Related benchmarks

TaskDatasetResultRank
Medical Image SynthesisBraTS T2f 2023
PSNR29.13
8
Medical Image SynthesisBraTS Average 2023
PSNR30.24
8
Medical Image SynthesisBraTS T1c 2023
PSNR31.36
8
Medical Image SynthesisUPenn-GBM T1c
PSNR27.71
8
Medical Image SynthesisUPenn-GBM T2f
PSNR27.71
8
Medical Image SynthesisUPenn-GBM (Avg)
PSNR27.71
8
Medical Image-to-Image TranslationBraTS 2018 (Noise.0)
NMAE0.071
3
Medical Image-to-Image TranslationBraTS 2018 (Noise.1)
NMAE0.073
3
Medical Image-to-Image TranslationBraTS 2018 (Noise.2)
NMAE0.071
3
Medical Image-to-Image TranslationBraTS 2018 (Noise.3)
NMAE0.072
3
Showing 10 of 15 rows

Other info

Code

Follow for update