IVLGAug 11, 2020

TextureWGAN: Texture Preserving WGAN with MLE Regularizer for Inverse Problems

arXiv:2008.04861v24 citations
AI Analysis

This work addresses texture preservation in medical imaging, but it is incremental as it builds on existing WGAN methods with a new regularizer.

The authors tackled the problem of over-smoothing in inverse problems like image reconstruction by proposing a WGAN-based method with an MLE regularizer to preserve texture and pixel fidelity, achieving improvements in PSNR and SSIM metrics.

Many algorithms and methods have been proposed for inverse problems particularly with the recent surge of interest in machine learning and deep learning methods. Among all proposed methods, the most popular and effective method is the convolutional neural network (CNN) with mean square error (MSE). This method has been proven effective in super-resolution, image de-noising, and image reconstruction. However, this method is known to over-smooth images due to the nature of MSE. MSE based methods minimize Euclidean distance for all pixels between a baseline image and a generated image by CNN and ignore the spatial information of the pixels such as image texture. In this paper, we proposed a new method based on Wasserstein GAN (WGAN) for inverse problems. We showed that the WGAN-based method was effective to preserve image texture. It also used a maximum likelihood estimation (MLE) regularizer to preserve pixel fidelity. Maintaining image texture and pixel fidelity is the most important requirement for medical imaging. We used Peak Signal to Noise Ratio (PSNR) and Structure Similarity (SSIM) to evaluate the proposed method quantitatively. We also conducted first-order and second-order statistical image texture analysis to assess image texture.

Foundations

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

Your Notes