Noise Robust Generative Adversarial Networks
Takuhiro Kaneko, Tatsuya Harada

TL;DR
This paper introduces noise robust GANs (NR-GANs), a new family of generative models capable of learning clean images from noisy training data without prior noise information, using novel constraints.
Contribution
The paper proposes a novel noise robust GAN framework with distribution and transformation constraints, enabling learning from noisy data without explicit noise details.
Findings
NR-GANs effectively generate noise-free images from noisy training data.
NR-GANs outperform existing methods in noise-robust image generation.
NR-GANs can be applied to image denoising tasks.
Abstract
Generative adversarial networks (GANs) are neural networks that learn data distributions through adversarial training. In intensive studies, recent GANs have shown promising results for reproducing training images. However, in spite of noise, they reproduce images with fidelity. As an alternative, we propose a novel family of GANs called noise robust GANs (NR-GANs), which can learn a clean image generator even when training images are noisy. In particular, NR-GANs can solve this problem without having complete noise information (e.g., the noise distribution type, noise amount, or signal-noise relationship). To achieve this, we introduce a noise generator and train it along with a clean image generator. However, without any constraints, there is no incentive to generate an image and noise separately. Therefore, we propose distribution and transformation constraints that encourage 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
Noise Robust Generative Adversarial Networks· youtube
Taxonomy
TopicsImage and Signal Denoising Methods · Generative Adversarial Networks and Image Synthesis · Advanced Image Processing Techniques
