paper-with-me

홈 › Papers

Adaptive deep learning framework for robust unsupervised underwater image enhancement

2022-12-18 · Alzayat Saleh, Marcus Sheaves, Dean Jerry, Mostafa Rahimi Azghadi

One of the main challenges in deep learning-based underwater image enhancement is the limited availability of high-quality training data. Underwater images are difficult to capture and are often of poor quality due to the distortion and loss of colour and contrast in water. This makes it difficult to train supervised deep learning models on large and diverse datasets, which can limit the model's performance. In this paper, we explore an alternative approach to supervised underwater image enhancement. Specifically, we propose a novel unsupervised underwater image enhancement framework that employs a conditional variational autoencoder (cVAE) to train a deep learning model with probabilistic adaptive instance normalization (PAdaIN) and statistically guided multi-colour space stretch that produces realistic underwater images. The resulting framework is composed of a U-Net as a feature extractor and a PAdaIN to encode the uncertainty, which we call UDnet. To improve the visual quality of the images generated by UDnet, we use a statistically guided multi-colour space stretch module that ensures visual consistency with the input image and provides an alternative to training using a ground truth image. The proposed model does not need manual human annotation and can learn with a limited amount of data and achieves state-of-the-art results on underwater images. We evaluated our proposed framework on eight publicly-available datasets. The results show that our proposed framework yields competitive performance compared to other state-of-the-art approaches in quantitative as well as qualitative metrics. Code available at https://github.com/alzayats/UDnet .

📄 PDF Abstract BibTeX arXiv:2212.08983

Code (1)

alzayats/udnet 공식 구현 pytorch

Tasks

Deep LearningImage Enhancement

Methods 이 논문이 사용한 방법론

Max Pooling Max Pooling is a pooling operation that calculates the maximum value for patches of a feature map, and uses it to create a downsampled (pooled) feature map. It is usually…
Concatenated Skip Connection A Concatenated Skip Connection is a type of skip connection that seeks to reuse features by concatenating them to new layers, allowing more information to be retained from…
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
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…
Instance Normalization Instance Normalization (also known as contrast normalization) is a normalization layer where: $$ y_{tijk} = \frac{x_{tijk} - \mu_{ti}}{\sqrt{\sigma_{ti}^2 +…
U-Net 설명 없음
Adaptive Instance Normalization 설명 없음

Similar Papers 제목 키워드 기반

Development of Domain-Invariant Visual Enhancement and Restoration (DIVER) Approach for Underwater Images

2026-01-30 · Rajini Makam, Sharanya Patil, Dhatri Shankari T M, Suresh Sundaram 외 arxiv

Underwater images suffer severe degradation due to wavelength-dependent attenuation, scattering, and illumination non-uniformity that vary across water types and depths. We propose an unsupervised Domain-Invariant Visual…

Image Enhancement

UDBE: Unsupervised Diffusion-based Brightness Enhancement in Underwater Images

2025-01-27 · Tatiana Taís Schein, Gustavo Pereira de Almeira, Stephanie Loi Brião, Rodrigo Andrade de Bem 외

Activities in underwater environments are paramount in several scenarios, which drives the continuous development of underwater image enhancement techniques. A major challenge in this domain is the depth at which images …

Image EnhancementSSIM

Style-Decoupled Adaptive Routing Network for Underwater Image Enhancement

2026-04-14 · Hang Xu, Chen Long, Bing Wang, Hao Chen 외 arxiv

Underwater Image Enhancement (UIE) is essential for robust visual perception in marine applications. However, existing methods predominantly rely on uniform mapping tailored to average dataset distributions, leading to o…

Image Enhancement

A Dual-Branch Collaborative Framework for Joint Optimization of Underwater Image Enhancement and Object Detection

2026-06-14 · Liyuan Cao, Zheng Liu, Guanghao Liao, Yonghui Yang 외 arxiv

Due to wavelength dependent light absorption and scattering, underwater images usually suffer from color distortion and blurred details, which limits underwater object detection performance. Existing underwater image enh…

Image EnhancementObject Detection

LAFFNet: A Lightweight Adaptive Feature Fusion Network for Underwater Image Enhancement

2021-05-04 · Hao-Hsiang Yang, Kuan-Chih Huang, Wei-Ting Chen

Underwater image enhancement is an important low-level computer vision task for autonomous underwater vehicles and remotely operated vehicles to explore and understand the underwater environments. Recently, deep convolut…

DecoderDepth EstimationImage Enhancementobject-detection+1