CVIVAug 19, 2024

Harnessing Multi-resolution and Multi-scale Attention for Underwater Image Restoration

arXiv:2408.09912v115 citationsh-index: 4Has Code
Originality Incremental advance
AI Analysis

This work addresses color distortion and low contrast in underwater imagery, which is important for applications like autonomous vehicles and surveillance, but it appears incremental as it builds on existing UIR methods with specific enhancements.

The paper tackles underwater image restoration by proposing Lit-Net, a lightweight multi-stage network that uses multi-resolution and multi-scale attention, achieving improvements such as 29.477 dB PSNR (1.92% gain) and 0.851 SSIM (2.87% gain) on the EUVP dataset.

Underwater imagery is often compromised by factors such as color distortion and low contrast, posing challenges for high-level vision tasks. Recent underwater image restoration (UIR) methods either analyze the input image at full resolution, resulting in spatial richness but contextual weakness, or progressively from high to low resolution, yielding reliable semantic information but reduced spatial accuracy. Here, we propose a lightweight multi-stage network called Lit-Net that focuses on multi-resolution and multi-scale image analysis for restoring underwater images while retaining original resolution during the first stage, refining features in the second, and focusing on reconstruction in the final stage. Our novel encoder block utilizes parallel $1\times1$ convolution layers to capture local information and speed up operations. Further, we incorporate a modified weighted color channel-specific $l_1$ loss ($cl_1$) function to recover color and detail information. Extensive experimentations on publicly available datasets suggest our model's superiority over recent state-of-the-art methods, with significant improvement in qualitative and quantitative measures, such as $29.477$ dB PSNR ($1.92\%$ improvement) and $0.851$ SSIM ($2.87\%$ improvement) on the EUVP dataset. The contributions of Lit-Net offer a more robust approach to underwater image enhancement and super-resolution, which is of considerable importance for underwater autonomous vehicles and surveillance. The code is available at: https://github.com/Alik033/Lit-Net.

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