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

Adversarial Distortion Learning for Medical Image Denoising

About

We present a novel adversarial distortion learning (ADL) for denoising two- and three-dimensional (2D/3D) biomedical image data. The proposed ADL consists of two auto-encoders: a denoiser and a discriminator. The denoiser removes noise from input data and the discriminator compares the denoised result to its noise-free counterpart. This process is repeated until the discriminator cannot differentiate the denoised data from the reference. Both the denoiser and the discriminator are built upon a proposed auto-encoder called Efficient-Unet. Efficient-Unet has a light architecture that uses the residual blocks and a novel pyramidal approach in the backbone to efficiently extract and re-use feature maps. During training, the textural information and contrast are controlled by two novel loss functions. The architecture of Efficient-Unet allows generalizing the proposed method to any sort of biomedical data. The 2D version of our network was trained on ImageNet and tested on biomedical datasets whose distribution is completely different from ImageNet; so, there is no need for re-training. Experimental results carried out on magnetic resonance imaging (MRI), dermatoscopy, electron microscopy and X-ray datasets show that the proposed method achieved the best on each benchmark. Our implementation and pre-trained models are available at https://github.com/mogvision/ADL.

Morteza Ghahremani, Mohammad Khateri, Alejandra Sierra, Jussi Tohka• 2022

Related benchmarks

TaskDatasetResultRank
MRI ReconstructionfastMRI Knee (test)
SSIM92
26
Image DenoisingHAM10000 52 (test)
PSNR38.8
20
Image DenoisingChest X-Ray 53 (test)
PSNR39.6
20
Image DenoisingEM 54 (test)
PSNR31.5
20
Image DenoisingHAM10000 (test)
SSIM0.95
20
Image DenoisingEM (test)
SSIM93
20
Image DenoisingChest X-Ray (test)
SSIM96
20
Low-dose CT DenoisingB30 1 mm²
PSNR39.83
6
Low-dose CT DenoisingD45 1 mm²
PSNR33.66
6
Low-dose CT DenoisingB30 3 mm²
PSNR43.69
6
Showing 10 of 10 rows

Other info

Code

Follow for update