CVSep 28, 2024

PDCFNet: Enhancing Underwater Images through Pixel Difference Convolution

arXiv:2409.19269v14 citationsh-index: 3Has Code
Originality Highly original
AI Analysis

This addresses blurry underwater images for applications like marine research or photography, but it is incremental as it builds on existing deep learning methods with a novel convolution variant.

The paper tackles underwater image enhancement by introducing Pixel Difference Convolution (PDC) to better capture high-frequency features like textures and details, achieving a PSNR of 27.37 and SSIM of 92.02 on the UIEB dataset, which is state-of-the-art performance.

Majority of deep learning methods utilize vanilla convolution for enhancing underwater images. While vanilla convolution excels in capturing local features and learning the spatial hierarchical structure of images, it tends to smooth input images, which can somewhat limit feature expression and modeling. A prominent characteristic of underwater degraded images is blur, and the goal of enhancement is to make the textures and details (high-frequency features) in the images more visible. Therefore, we believe that leveraging high-frequency features can improve enhancement performance. To address this, we introduce Pixel Difference Convolution (PDC), which focuses on gradient information with significant changes in the image, thereby improving the modeling of enhanced images. We propose an underwater image enhancement network, PDCFNet, based on PDC and cross-level feature fusion. Specifically, we design a detail enhancement module based on PDC that employs parallel PDCs to capture high-frequency features, leading to better detail and texture enhancement. The designed cross-level feature fusion module performs operations such as concatenation and multiplication on features from different levels, ensuring sufficient interaction and enhancement between diverse features. Our proposed PDCFNet achieves a PSNR of 27.37 and an SSIM of 92.02 on the UIEB dataset, attaining the best performance to date. Our code is available at https://github.com/zhangsong1213/PDCFNet.

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