Skip to content

Mamba-UIE: Enhancing Underwater Images with Physical Model Constraint

Notifications You must be signed in to change notification settings

zhangsong1213/Mamba-UIE

Repository files navigation

Mamba-UIE: Enhancing Underwater Images with Physical Model Constraint

We propose a physical model constraint-based underwater image enhancement framework, Mamba-UIE. Specifically, we decompose the input image into four components: underwater scene radiance, direct transmission map, backscatter transmission map, and global background light. These components are reassembled according to the revised underwater image formation model, and the reconstruction consistency constraint is applied between the reconstructed image and the original image, thereby achieving effective physical constraint on the underwater image enhancement process. To tackle the quadratic computational complexity of Transformers when handling long sequences, we introduce the Mamba-UIE network based on linear complexity state space models (SSM). By incorporating the Mamba in Convolution block, long-range dependencies are modeled at both the channel and spatial levels, while the CNN backbone is retained to recover local features and details. Extensive experiments on three public datasets demonstrate that our proposed Mamba-UIE outperforms existing state-of-the-art methods, achieving a PSNR of 27.13 and an SSIM of 0.93 on the UIEB dataset.

Our proposed Mamb-UIE

整体结构图

Video Display

【Mamba-UIE】 https://www.bilibili.com/video/BV1mwvjeuE84/?share_source=copy_web&vd_source=7aec8b91ccee858c79e9d772a3d42e3b

Compared to other methods

image

Train the Model

python main.py

Test the Model

python eval.py

Environment

environment.txt

About

Mamba-UIE: Enhancing Underwater Images with Physical Model Constraint

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages