paper-with-me

Papers

UIEC^2-Net: CNN-based Underwater Image Enhancement Using Two Color Space

2021-03-12 · Yudong Wang, Jichang Guo, Huan Gao, Huihui Yue

Underwater image enhancement has attracted much attention due to the rise of marine resource development in recent years. Benefit from the powerful representation capabilities of Convolution Neural Networks(CNNs), multiple underwater image enhancement algorithms based on CNNs have been proposed in the last few years. However, almost all of these algorithms employ RGB color space setting, which is insensitive to image properties such as luminance and saturation. To address this problem, we proposed Underwater Image Enhancement Convolution Neural Network using 2 Color Space (UICE^2-Net) that efficiently and effectively integrate both RGB Color Space and HSV Color Space in one single CNN. To our best knowledge, this method is the first to use HSV color space for underwater image enhancement based on deep learning. UIEC^2-Net is an end-to-end trainable network, consisting of three blocks as follow: a RGB pixel-level block implements fundamental operations such as denoising and removing color cast, a HSV global-adjust block for globally adjusting underwater image luminance, color and saturation by adopting a novel neural curve layer, and an attention map block for combining the advantages of RGB and HSV block output images by distributing weight to each pixel. Experimental results on synthetic and real-world underwater images show the good performance of our proposed method in both subjective comparisons and objective metrics. The code are available at https://github.com/BIGWangYuDong/UWEnhancement.

📄 PDF Abstract BibTeX arXiv:2103.07138

Code (1)

BIGWangYuDong/UWEnhancement 공식 구현 pytorch

Tasks

DenoisingImage Enhancement

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

A Physical Model-Guided Framework for Underwater Image Enhancement and Depth Estimation

2024-07-05 · Dazhao Du, Enhan Li, Lingyu Si, Fanjiang Xu 외

Due to the selective absorption and scattering of light by diverse aquatic media, underwater images usually suffer from various visual degradations. Existing underwater image enhancement (UIE) approaches that combine und…

Depth EstimationImage EnhancementUIE

A Wavelet-based Dual-stream Network for Underwater Image Enhancement

2022-02-17 · Ziyin Ma, Changjae Oh

We present a wavelet-based dual-stream network that addresses color cast and blurry details in underwater images. We handle these artifacts separately by decomposing an input image into multiple frequency bands using dis…

Image Enhancement

Underwater Image Enhancement via Medium Transmission-Guided Multi-Color Space Embedding

2021-04-27 · Chongyi Li, Saeed Anwar, Junhui Hou, Runmin Cong 외

Underwater images suffer from color casts and low contrast due to wavelength- and distance-dependent attenuation and scattering. To solve these two degradation issues, we present an underwater image enhancement network v…

DecoderDiversityImage EnhancementUnderwater Image Restoration

U-shape Transformer for Underwater Image Enhancement

2021-11-23 · Lintao Peng, Chunli Zhu, Liheng Bian

The light absorption and scattering of underwater impurities lead to poor underwater imaging quality. The existing data-driven based underwater image enhancement (UIE) techniques suffer from the lack of a large-scale dat…

Image EnhancementUIEUnderwater Image Restoration

Underwater Organism Color Enhancement via Color Code Decomposition, Adaptation and Interpolation

2024-09-29 · Xiaofeng Cong, Jing Zhang, Yeying Jin, JunMing Hou 외

Underwater images often suffer from quality degradation due to absorption and scattering effects. Most existing underwater image enhancement algorithms produce a single, fixed-color image, limiting user flexibility and a…

Image Enhancement