paper-with-me

홈 › Papers

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

2024-08-19 · Alik Pramanick, Arijit Sur, V. Vijaya Saradhi

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.

📄 PDF Abstract BibTeX arXiv:2408.09912

Code (1)

alik033/lit-net 공식 구현 pytorch

Tasks

Autonomous VehiclesImage EnhancementImage RestorationSSIMSuper-ResolutionUnderwater Image Restoration

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…
SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

EchoSR: Efficient Context Harnessing for Lightweight Image Super-Resolution

2026-05-17 · Hanli Zhao, Binhao Wang, Shihao Zhao, Tao Wang 외 arxiv

Image super-resolution (SR) aims to reconstruct high-quality, high-resolution (HR) images from low-resolution (LR) inputs and plays a critical role in various downstream applications. Despite recent advancements, balanci…

Computational EfficiencyImage Super-Resolution

CFAT: Unleashing TriangularWindows for Image Super-resolution

2024-03-24 · Abhisek Ray, Gaurav Kumar, Maheshkumar H. Kolekar

Transformer-based models have revolutionized the field of image super-resolution (SR) by harnessing their inherent ability to capture complex contextual features. The overlapping rectangular shifted window technique used…

Image Super-ResolutionSuper-Resolution

CFAT: Unleashing Triangular Windows for Image Super-resolution

2024-01-01 · CVPR 2024 1 · Abhisek Ray, Gaurav Kumar, Maheshkumar H. Kolekar

Transformer-based models have revolutionized the field of image super-resolution (SR) by harnessing their inherent ability to capture complex contextual features. The overlapping rectangular shifted window technique …

Image Super-ResolutionSuper-Resolution

Harnessing Sparsity over the Continuum: Atomic Norm Minimization for Super Resolution

2019-12-23

Convex optimization recently emerges as a compelling framework for performing super resolution, garnering significant attention from multiple communities spanning signal processing, applied mathematics, and optimization.…

Image ReconstructionSuper-Resolution

UnitedHuman: Harnessing Multi-Source Data for High-Resolution Human Generation

2023-09-25 · ICCV 2023 1 · Jianglin Fu, Shikai Li, Yuming Jiang, Kwan-Yee Lin 외

Human generation has achieved significant progress. Nonetheless, existing methods still struggle to synthesize specific regions such as faces and hands. We argue that the main reason is rooted in the training data. A hol…