IVCVDec 21, 2019

UWGAN: Underwater GAN for Real-world Underwater Color Restoration and Dehazing

arXiv:1912.10269v2130 citationsHas Code
Originality Incremental advance
AI Analysis

This addresses visibility issues in underwater imaging for applications like seabed exploration, but it is incremental as it builds on existing GAN and U-Net methods.

The paper tackles underwater image degradation from color distortion and haze by proposing UWGAN, an unsupervised GAN that generates synthetic underwater images and uses a U-Net for restoration, achieving up to 125 FPS on real-world datasets.

In real-world underwater environment, exploration of seabed resources, underwater archaeology, and underwater fishing rely on a variety of sensors, vision sensor is the most important one due to its high information content, non-intrusive, and passive nature. However, wavelength-dependent light attenuation and back-scattering result in color distortion and haze effect, which degrade the visibility of images. To address this problem, firstly, we proposed an unsupervised generative adversarial network (GAN) for generating realistic underwater images (color distortion and haze effect) from in-air image and depth map pairs based on improved underwater imaging model. Secondly, U-Net, which is trained efficiently using synthetic underwater dataset, is adopted for color restoration and dehazing. Our model directly reconstructs underwater clear images using end-to-end autoencoder networks, while maintaining scene content structural similarity. The results obtained by our method were compared with existing methods qualitatively and quantitatively. Experimental results obtained by the proposed model demonstrate well performance on open real-world underwater datasets, and the processing speed can reach up to 125FPS running on one NVIDIA 1060 GPU. Source code, sample datasets are made publicly available at https://github.com/infrontofme/UWGAN_UIE.

Code Implementations1 repo
Foundations

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

Your Notes