Novel Hybrid Integrated Pix2Pix and WGAN Model with Gradient Penalty for Binary Images Denoising
Luca Tirel, Ali Mohamed Ali, Hashim A. Hashim

TL;DR
This paper presents a new hybrid GAN model combining Pix2Pix and WGAN-GP for binary image denoising, achieving improved stability and denoising performance over traditional methods.
Contribution
The paper introduces a novel hybrid GAN framework that integrates Pix2Pix and WGAN-GP techniques, enhancing denoising quality and training stability in image processing.
Findings
Significant denoising improvements over traditional methods.
Robust performance with synthetic and real-world noisy images.
Enhanced training stability and mode collapse mitigation.
Abstract
This paper introduces a novel approach to image denoising that leverages the advantages of Generative Adversarial Networks (GANs). Specifically, we propose a model that combines elements of the Pix2Pix model and the Wasserstein GAN (WGAN) with Gradient Penalty (WGAN-GP). This hybrid framework seeks to capitalize on the denoising capabilities of conditional GANs, as demonstrated in the Pix2Pix model, while mitigating the need for an exhaustive search for optimal hyperparameters that could potentially ruin the stability of the learning process. In the proposed method, the GAN's generator is employed to produce denoised images, harnessing the power of a conditional GAN for noise reduction. Simultaneously, the implementation of the Lipschitz continuity constraint during updates, as featured in WGAN-GP, aids in reducing susceptibility to mode collapse. This innovative design allows the…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsImage and Signal Denoising Methods · Medical Image Segmentation Techniques · Image Processing Techniques and Applications
MethodsHuMan(Expedia)||How do I get a human at Expedia? · *Communicated@Fast*How Do I Communicate to Expedia? · Batch Normalization · Convolution · PatchGAN · Sigmoid Activation · Concatenated Skip Connection · Dropout · Pix2Pix
