Open Access
ARTICLE
IG-Mamba: Isoline-Guided Evolutionary State Space Model for Physics-Informed Underwater Image Restoration
1 College of Information Science and Technology, Dalian Maritime University, Dalian, China
2 State Key Laboratory of Ocean Sensing, ZJU-Hangzhou Global Scientific and Technological Innovation Center, Zhejiang University, Hangzhou, China
* Corresponding Author: Jingchun Zhou. Email:
(This article belongs to the Special Issue: Development and Application of Deep Learning and Image Processing)
Computers, Materials & Continua 2026, 88(3), 66 https://doi.org/10.32604/cmc.2026.082357
Received 16 March 2026; Accepted 18 May 2026; Issue published 23 July 2026
Abstract
Underwater imagery is degraded by depth-dependent absorption and scattering, which often introduce color casts and contrast attenuation. Although recent Vision Mamba models provide efficient long-range dependency modeling, their conventional 2D scanning patterns are not explicitly designed to exploit the depth-correlated structure of underwater degradation and may therefore weaken geometry-aware feature dependencies. To address this limitation, we propose Isoline-Guided Evolutionary Mamba (IG-Mamba), a physics-inspired framework that uses a depth-correlated potential prior to organize state-space token propagation. Specifically, we introduce a Topology-Preserving Isoline Scanning mechanism. By leveraging a geometric prior, this mechanism quantizes the scene into discrete iso-potential strata to guide Mamba sequences along geometry-aware orders, thereby preserving local spatial topology while establishing depth-aware long-range dependencies. Furthermore, a Potential Field Evolution method is developed to mitigate the domain discrepancy between terrestrial geometric priors and underwater optical attenuation. Driven by the reconstruction objective, the network adaptively refines the raw geometric anchor into a restoration-oriented optical potential field via a learned residual map. Finally, features are modulated by a transmission-inspired gate motivated by the Jaffe-McGlamery transmission term, enabling spatially adaptive feature reweighting under scattering-dominant conditions. Extensive experiments demonstrate that IG-Mamba achieves strong performance across multiple benchmarks, offering a physics-grounded perspective for dependency modeling in underwater vision.Keywords
Underwater Image Enhancement (UIE) is essential for marine operations such as autonomous underwater vehicles (AUVs) and biological observation [1–3]. According to the Jaffe-McGlamery model, underwater degradation is mainly caused by wavelength-dependent absorption and scattering, both of which are correlated with scene depth [4–6]. Although recent data-driven UIE methods achieve strong performance, many of them still organize feature interactions primarily on the 2D image plane, without explicitly exploiting the depth-conditioned structure of underwater degradation.
To examine this structure, we compute a scattering-related degradation proxy on paired UIEB images:
where

Figure 1: Depth-conditioned degradation statistics on UIEB. Pixels are divided into five near-to-far bins according to the external depth-correlated prior. The increasing trend suggests that underwater degradation exhibits depth-conditioned statistics.
Mamba [7] provides efficient long-range sequence modeling, but when applied to vision tasks, its effectiveness critically depends on how 2D tokens are organized into 1D sequences. Existing Vision Mamba variants usually adopt raster, cross, or other image-plane scan orders, which are not explicitly aligned with depth-related underwater degradation. This motivates us to move from coordinate-based scanning to geometry-aware sequence organization.
We propose IG-Mamba, a physics-inspired state-space framework for underwater image restoration. Its key component is Topology-Preserving Isoline Scanning, which partitions pixels into discrete iso-potential strata using a depth-correlated potential prior. Within each stratum, stable sorting preserves the original row-wise or column-wise local order, reducing local fragmentation while enabling state propagation along geometry-aware orders. Since terrestrial geometric priors may not match underwater optical degradation, we further introduce Potential Field Evolution to refine the coarse geometry anchor into a restoration-oriented optical potential, followed by transmission-inspired feature modulation for scattering-dominant regions.
The main contributions are summarized as follows:
• We propose IG-Mamba, which uses a depth-correlated potential field to organize the scanning topology of visual SSMs for underwater image restoration.
• We present Topology-Preserving Isoline Scanning, which guides Mamba sequences along geometry-aware potential strata and preserves local 2D order within each stratum through stable sorting.
• We introduce Potential Field Evolution and transmission-inspired feature modulation to calibrate coarse terrestrial geometry priors into restoration-oriented optical potentials.
• Extensive experiments, degraded-prior stress tests, efficiency analysis, and bin-number sensitivity studies demonstrate the effectiveness and practical feasibility of IG-Mamba.
2.1 Underwater Image Enhancement
Underwater image enhancement (UIE) has been extensively studied to counteract the severe color shifts and contrast loss caused by light absorption and scattering [8]. According to the classic Jaffe-McGlamery optical model [9], underwater imaging is a depth-dependent process where the degradation is highly correlated with the distance between the camera and the reflective object. Early approaches heavily relied on hand-crafted physical priors, such as the Dark Channel Prior (DCP) [10], to estimate transmission maps. However, these prior-based methods often suffer from limited generalization due to their brittle assumptions.
In recent years, learning-based UIE methods have dominated the field [11–14]. While achieving significant improvements in visual quality, many learning-based UIE methods still formulate restoration mainly as an image-to-image mapping problem. Physical priors, when used, are often introduced as auxiliary inputs, supervision signals, or output-level constraints, rather than being deeply embedded into the feature interaction process.
State Space Models (SSMs) derive from continuous-time systems, and Mamba [7] excels at modeling long-term dependencies. Applying 1D sequence models to 2D vision problems generally requires a spatial scanning strategy, such as the four-directional cross-scan in SS2D [15].
However, existing methods generally treat Mamba as a general-purpose feature extractor and organize 2D feature maps into 1D sequences along predetermined image-plane paths. Such coordinate-defined scanning orders do not explicitly align the state-propagation path of SSMs with the depth-dependent optical degradation in underwater scenes. Consequently, scanning feature maps across different degradation states with a fixed image-plane order may be less aligned with underwater degradation statistics.
2.3 Physics-Driven Deep Learning and Depth Priors
Recognizing the critical role of 3D physical geometry in underwater degradation, previous UIE studies have attempted to incorporate depth or physical priors through multi-task depth estimation, feature concatenation, region-level guidance, or physical constraints [16–18]. These methods demonstrate that geometry-related cues are useful for UIE, but the prior usually participates as an auxiliary input, an additional supervision signal, or a constraint on the restored image. In contrast, IG-Mamba uses a depth-correlated potential field to define the token ordering of the SSM sequence itself. Thus, the prior does not merely enrich the input representation; it organizes the state-propagation topology of Mamba through iso-potential routing. This distinction shifts depth guidance from feature injection to geometry-aware sequence organization. To avoid training an underwater depth estimator from scratch, our implementation uses DepthAnythingV2 [19] as a default prior provider, while later experiments further show that the framework is not tied to this specific estimator.
The overall architecture of the proposed Isoline-Guided Evolutionary Mamba (IG-Mamba) is illustrated in Fig. 2. Unlike many UIE networks that rely solely on degraded color images, IG-Mamba adopts a physics-informed dual-input strategy. Given a degraded underwater image

Figure 2: Overall architecture of IG-Mamba. An external geometry prior initializes the potential stream, which is propagated together with the visual feature stream through the encoder-decoder backbone. IGStage and IGStage_up denote the encoder and decoder stages. (a) IGBlock combines local convolution, horizontal and vertical IsolineSort-guided Mamba branches, gated local-detail preservation, P-updating, and transmission-inspired feature modulation. (b) The P-updater predicts
For clarity,
To maintain a stable scale space for the potential field across hierarchical levels, the potential stream employs average pooling for spatial downsampling and bilinear interpolation for upsampling. During skip connections, element-wise mean fusion is applied (
3.2 Physics-Guided Isoline Routing Mamba
Optical Triangle and Radiative-Transfer-Motivated State Propagation. In underwater environments, light propagation follows the optical triangle principle: light travels from the source to the object (distance
Here,
In IG-Mamba, the learned potential P is not treated as the physical optical-path coordinate. Instead, it is used as a depth-correlated ordering variable to group pixels into near-to-far iso-potential strata. By grouping pixels into near-to-far iso-potential strata, IsolineSort constructs geometry-aware token sequences in which later hidden states can aggregate information from preceding tokens with related optical paths or degradation states. This provides a physics-inspired inductive bias analogous to radiative transfer, where radiance accumulates along an optical path through attenuation and scattering.
Orthogonal Isoline Routing. To approximate this ordered accumulation over discrete tensors while better preserving local two-dimensional structure, we quantize the potential field P into discrete ordinal iso-potential indices with a bin granularity controlled by K. Specifically,
The resulting operation, termed IsolineSort, applies stable sorting according to the quantized potential rather than exact metric depth. Stability ensures that pixels within the same iso-potential stratum retain their original row-wise and column-wise local orders in the

3.3 Parallel Local Detail Branch
While the isoline-guided SSM captures macro-level optical dependencies, it might inherently overlook localized, high-frequency textures that are orthogonal to the depth gradient (e.g., coral textures). We introduce a parallel Local Detail Branch utilizing a
The aggregated feature is fused via a learnable scaling parameter
3.4 Potential Field Evolution and Transmission-Inspired Modulation
Although pre-trained foundation models can provide useful geometric priors, a non-negligible domain gap remains between in-air geometric depth and underwater optical degradation, which is affected by turbidity, backscattering, and wavelength-dependent absorption. The same depth-dependent degradation principle also motivates a complementary modulation path: while geometry-aware routing uses the potential to define the state-propagation order, the Jaffe-McGlamery transmission term
To implement this idea while reducing the geometry-optics domain gap, IG-Mamba proposes the Potential Field Evolution (
The aggregated visual features are then modulated through element-wise multiplication,
Finally, this design forms a restoration-driven correction loop: the routing path uses the current potential to organize state propagation, while the modulation path allows the reconstruction objective to adapt the potential through a continuous feature-reweighting branch. This encourages

3.5 Supervision Strategy of Potential Field
We train IG-Mamba end-to-end with a reconstruction-driven potential evolution strategy. The external prior
The overall loss is entirely specified as the
where N is the total number of pixels in
This depth-supervision-free design allows the potential field to be optimized for image restoration rather than being forced to fit potentially inaccurate metric depth labels.
Datasets. Training and in-domain validation are conducted on UIEB [11]: 800 paired images are used for training (UIEB-T800), 90 paired images for full-reference validation (UIEB-V90), and 60 challenging images without references for UIEB-C60 evaluation. Cross-domain non-reference evaluation is further conducted on U45 [20], UCCS [21], MABLs [22], UFO120 [23], and Z700 [24], covering different color casts, turbidity levels, and real underwater scenes.
Implementation Details. IG-Mamba is implemented in PyTorch and trained end-to-end on an NVIDIA vGPU (32 GB). We use Adam with
The default external prior is generated by DepthAnythingV2 and precomputed before restoration experiments. It is normalized as a depth-correlated potential input and is not used as a supervised depth label. In the degraded-prior robustness study, we keep the trained IG-Mamba checkpoint fixed and only replace or corrupt
For competing methods, we use official results or released models when available; otherwise, reproduced outputs are evaluated with the same metric scripts and testing splits. This keeps the full-reference and non-reference comparisons under a consistent protocol.
Evaluation Metrics. PSNR [25] and SSIM [26] are used for full-reference evaluation, and RMSE is additionally reported on UIEB-V90. UCIQE [27] and URanker [28] are used for non-reference evaluation. Higher values indicate better performance for PSNR, SSIM, UCIQE, and URanker, while lower values indicate better performance for RMSE.
4.2 Comparison with State-of-the-Art Methods
We compare IG-Mamba with classic prior-/CNN-based methods (WaterNet [11], UWCNN [12], Ucolor [13], SPDF [29]), Transformer/advanced restoration methods (U-shape [14], AST [30], VQCNIR [31]), and recent competitive models including FMambaIR [32], UDNet [33], and CDF-UIE [34].
Quantitative Evaluation. Tables 1 and 2 report the quantitative comparison results. Benefiting from geometry-aware routing and global state-space modeling, IG-Mamba achieves consistently strong performance across the evaluated datasets. Compared with SSM-based methods that rely on generic image-plane scanning paths, such as FMambaIR [32], IG-Mamba obtains higher PSNR on UIEB-V90, suggesting that organizing tokens by a depth-correlated potential field provides a useful inductive bias for depth-dependent underwater degradation.


In addition to strong restoration performance, the core enhancement network of IG-Mamba maintains an efficient structure, with 5.32M parameters and 13.02G FLOPs at a resolution of
Qualitative Evaluation. Figs. 3–5 provide visual comparisons on UIEB-V90 and cross-domain datasets. IG-Mamba reduces color casts and haze-like scattering while preserving foreground structures and object details, showing robust restoration under diverse underwater conditions.

Figure 3: Qualitative comparison on reference-based and non-reference underwater image enhancement benchmarks, including UIEB-V90, UIEB-C60, U45, Z700, MABLs, UFO120, and UCCS. Columns (a–l) correspond to the input, WaterNet, UWCNN, Ucolor, SPDF, U-shape, VQCNIR, AST, FMambaIR, UDNet, CDF-UIE, and our IG-Mamba, respectively. IG-Mamba produces visually balanced restoration results across different underwater scenes and degradation types.

Figure 4: Visual and color-distribution comparison on a representative underwater image. Each method is shown together with its RGB probability-density curves and color distribution. Columns (a–l) correspond to the input, WaterNet, UWCNN, Ucolor, SPDF, U-shape, VQCNIR, AST, FMambaIR, UDNet, CDF-UIE, and our IG-Mamba, respectively. Compared with existing methods, IG-Mamba better aligns the restored color distribution with the reference while reducing underwater color casts.

Figure 5: Qualitative comparison with local magnified regions on challenging non-reference underwater images. Columns (a–l) correspond to the input, WaterNet, UWCNN, Ucolor, SPDF, U-shape, VQCNIR, AST, FMambaIR, UDNet, CDF-UIE, and our IG-Mamba, respectively. IG-Mamba preserves clearer local structures and improves visibility under challenging underwater degradation.
4.3 Robustness to Degraded External Geometry Priors
To address the concern that IG-Mamba may rely on an accurate external depth estimator, we conduct a controlled robustness study on UIEB-V90 by deliberately degrading the input geometry prior

The results show that IG-Mamba does not require metrically accurate depth. Moderately degraded but spatially aligned priors, such as downsampled, blurred, noisy, and masked priors, do not cause performance collapse. This suggests that a coarse relative geometry anchor is sufficient for stable iso-potential grouping. In particular, coarse or smoothed priors can remain effective because they preserve the near-to-far spatial layout while reducing high-frequency artifacts in monocular depth estimates. When the spatial layout of the prior is removed or disrupted, as in constant, shuffled, and random priors, the performance drops more noticeably, suggesting that IG-Mamba relies on spatially meaningful geometry anchors rather than metrically precise depth. Together with the subsequent Static Prior ablation study, these results indicate that potential evolution helps calibrate imperfect geometry priors into restoration-oriented optical potentials.
4.4 Efficiency and Sensitivity Analysis
Table 4 reports the efficiency and prior-provider comparison. To address practical deployment concerns, we further evaluate the computational cost of different prior providers at

We also study the sensitivity to the number of iso-potential bins K, as reported in Table 5. The sensitivity analysis shows that the no-stratification reference (

We conduct ablation studies on UIEB to validate the main components of IG-Mamba. Table 6 analyzes routing, stable sorting, potential evolution, and modulation through a series of variants from the depth-free baseline to the full model. Here, Model A (Baseline) disables all geometry-related components and achieves 23.552 dB PSNR, providing the reference for evaluating the remaining variants.

1. Effectiveness of Topology-Preserving Isoline Routing. To test the routing algorithm, we separately examine the effects of hard-quantized iso-potential bins and stable sorting.
First, Model B (Continuous Potential) removes the potential quantization process and orders continuous floating-point potentials directly. Although Model B improves PSNR over the baseline from 23.552 to 23.957 dB, its SSIM decreases from 0.902 to 0.898. Since there are usually no identical potential values, the resulting sequence can frequently switch across distant spatial locations. This micro-fragmentation weakens local structure; therefore, discrete iso-potential layers are useful for preserving macroscopically continuous structures.
Second, Model C (Unstable Sort) uses isoline bins but employs a non-stable sorting method. Compared with the full model, PSNR decreases from 24.521 to 23.991 dB, and SSIM decreases from 0.907 to 0.904. Without stable sorting to preserve the local order within iso-potential strata, the resulting token sequence becomes more fragmented, forcing the network to compensate for more complex spatial discontinuities during reconstruction, thereby increasing the difficulty of image enhancement.
2. Synergy of Potential Evolution and Physical Modulation. We introduce two coupled physics-inspired mechanisms in our architecture: Potential Field Evolution (

Figure 6: Visualization of the internal potential stream and modulation mechanism. From (a)–(f): input image, geometric prior
First, Model D (Routing Only) uses only a static geometric prior (
3. Representation Capacity under Deep Physical Constraints. A concern with potential-guided modulation is that explicit spatial constraints may over-restrict deep feature representation. We therefore monitor the gate statistics of
This observation supports the division of roles in IG-Mamba. The routing branch organizes long-range dependencies along geometry-aware strata, the potential updater adapts the external prior to underwater restoration, and the modulation branch suppresses scattering-dominant feature responses without replacing the main restoration stream. Therefore, the performance drop of the Static Prior variant mainly arises from using an uncalibrated prior for modulation, rather than from insufficient representation capacity under physical guidance.
This paper presents IG-Mamba, a physics-inspired framework that organizes Mamba state propagation with a depth-correlated potential prior. Topology-Preserving Isoline Scanning constructs geometry-aware sequences while preserving local row- and column-wise order within iso-potential strata. Potential Field Evolution further adapts the external geometry prior into a restoration-oriented optical potential for transmission-inspired feature reweighting. Experiments, degraded-prior stress tests, efficiency analysis, and bin-number sensitivity studies demonstrate that IG-Mamba provides an effective and practical geometry-aware SSM framework for underwater image restoration.
Acknowledgement: Not applicable.
Funding Statement: This work was supported in part by the National Natural Science Foundation of China (No. 62301105), in part by the Open Project of the State Key Laboratory of Ocean Sensing (No. OSKF-2025M04), in part by the Liaoning Provincial Science and Technology Plan Joint Program (Natural Science Foundation-General Program) (No. 2025-MSLH-113), in part by the Fundamental Research Funds for the Central Universities (No. 3132026240 and 3132025268), in part by the Fundamental Research Funds of the Liaoning Provincial Department of Education (No. LJ212510151021).
Author Contributions: The authors confirm contribution to the paper as follows: conceptualization, methodology, software, formal analysis, visualization, and writing—original draft: Yiqiao Xiang; data curation and validation: Yiqiao Xiang, Ruijie Liu and Dehuan Zhang; writing—review and editing: Jingchun Zhou, Ruijie Liu and Dehuan Zhang; supervision, project administration, and funding acquisition: Jingchun Zhou. All authors reviewed and approved the final version of the manuscript.
Availability of Data and Materials: The authors confirm that the data supporting the findings of this study are available within the article. The public benchmark datasets used in this study are available from their original sources cited in the article.
Ethics Approval: Not applicable. This study did not involve human participants or animals.
Conflicts of Interest: The authors declare no conflicts of interest.
References
1. Song W, Wang H, Zhang X, Xia J, Liu T, Shi Y. Deep-sea nodule mineral image segmentation algorithm based on Pix2PixHD. Comput Mater Contin. 2022;73(1):1449–62. doi:10.32604/cmc.2022.027213. [Google Scholar] [CrossRef]
2. Li C, Wang J, Ding C, Ye Z. AquaTree: deep reinforcement learning-driven Monte Carlo tree search for underwater image enhancement. Comput Mater Contin. 2026;86(3):61. [Google Scholar]
3. Zhou J, Zhang D, He Z, Gai Q, Jiang Q. Multi-prior fusion transfer plugin for adapting in-air models to underwater image enhancement and detection. IEEE Trans Image Process. 2025;34:7773–85. doi:10.1109/tip.2025.3634001. [Google Scholar] [PubMed] [CrossRef]
4. Yang T, Jia S, Ma H. Research on the application of super resolution reconstruction algorithm for underwater image. Comput Mater Contin. 2020;62(3):1249. doi:10.32604/cmc.2020.05777. [Google Scholar] [CrossRef]
5. Zhu X, Zhang J, Zeng H. FENet: underwater image enhancement via frequency domain enhancement and edge-guided refinement. Comput Mater Contin. 2026;86(2):1. [Google Scholar]
6. Zhou J, He Z, Zhang D, Liu S, Fu X, Li X. Spatial residual for underwater object detection. IEEE Trans Pattern Anal Mach Intell. 2025;47(6):4996–5013. doi:10.1109/tpami.2025.3548652. [Google Scholar] [PubMed] [CrossRef]
7. Gu A, Dao T. Mamba: linear-time sequence modeling with selective state spaces. In: Proceedings of the First Conference on Language Modeling; 2024 Oct 7–10; Philadelphia, PA, USA. [Google Scholar]
8. Akkaynak D, Treibitz T. Sea-thru: a method for removing water from underwater images. In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition; 2019 Jun 15–20; Long Beach, CA, USA. p. 1682–91. [Google Scholar]
9. Jaffe JS. Computer modeling and the design of optimal underwater imaging systems. IEEE J Ocean Eng. 1990;15(2):101–11. doi:10.1109/48.50695. [Google Scholar] [CrossRef]
10. He K, Sun J, Tang X. Single image haze removal using dark channel prior. IEEE Trans Pattern Anal Mach Intell. 2010;33(12):2341–53. doi:10.1109/tpami.2010.168. [Google Scholar] [PubMed] [CrossRef]
11. Li C, Guo C, Ren W, Cong R, Hou J, Kwong S, et al. An underwater image enhancement benchmark dataset and beyond. IEEE Trans Image Process. 2019;29:4376–89. doi:10.1109/TIP.2019.2955241. [Google Scholar] [PubMed] [CrossRef]
12. Li C, Anwar S, Porikli F. Underwater scene prior inspired deep underwater image and video enhancement. Pattern Recognit. 2020;98(1):107038. doi:10.1016/j.patcog.2019.107038. [Google Scholar] [CrossRef]
13. Li C, Anwar S, Hou J, Cong R, Guo C, Ren W. Underwater image enhancement via medium transmission-guided multi-color space embedding. IEEE Trans Image Process. 2021;30:4985–5000. doi:10.1109/tip.2021.3076367. [Google Scholar] [PubMed] [CrossRef]
14. Peng L, Zhu C, Bian L. U-shape transformer for underwater image enhancement. IEEE Trans Image Process. 2023;32(2):3066–79. doi:10.1109/tip.2023.3276332. [Google Scholar] [PubMed] [CrossRef]
15. Liu Y, Tian Y, Zhao Y, Yu H, Xie L, Wang Y, et al. Vmamba: visual state space model. Adv Neural Inf Process Syst. 2024;37:103031–63. [Google Scholar]
16. Yang G, Kang G, Lee J, Cho Y. Joint-ID: transformer-based joint image enhancement and depth estimation for underwater environments. IEEE Sens J. 2023;24(3):3113–22. [Google Scholar]
17. Du D, Si L, Xu F, Niu J, Sun F. A physical model-guided framework for underwater image enhancement and depth estimation. arXiv:2407.04230. 2024. [Google Scholar]
18. Huang Z, Wang X, Xu C, Li J, Feng L. Underwater variable zoom: depth-guided perception network for underwater image enhancement. Expert Syst Appl. 2025;259:125350. [Google Scholar]
19. Yang L, Kang B, Huang Z, Zhao Z, Xu X, Feng J, et al. Depth anything v2. Adv Neural Inf Process Syst. 2024;37:21875–911. doi:10.52202/079017-0688. [Google Scholar] [CrossRef]
20. Li H, Li J, Wang W. A fusion adversarial underwater image enhancement network with a public test dataset. arXiv:1906.06819. 2019. [Google Scholar]
21. Liu R, Fan X, Zhu M, Hou M, Luo Z. Real-world underwater enhancement: challenges, benchmarks, and solutions under natural light. IEEE Trans Circuits Syst Video Technol. 2020;30(12):4861–75. [Google Scholar]
22. Song W, Wang Y, Huang D, Liotta A, Perra C. Enhancement of underwater images with statistical model of background light and optimization of transmission map. IEEE Trans Broadcast. 2020;66(1):153–69. doi:10.1109/tbc.2019.2960942. [Google Scholar] [CrossRef]
23. Islam MJ, Luo P, Sattar J. Simultaneous enhancement and super-resolution of underwater imagery for improved visual perception. arXiv:2002.01155. 2020. [Google Scholar]
24. Zhou J, Sun J, Li C, Jiang Q, Zhou M, Lam KM, et al. HCLR-Net: hybrid contrastive learning regularization with locally randomized perturbation for underwater image enhancement. Int J Comput Vis. 2024;132(10):4132–56. [Google Scholar]
25. Korhonen J, You J. Peak signal-to-noise ratio revisited: is simple beautiful?. In: 2012 Fourth International Workshop on Quality of Multimedia Experience; 2012 Jul 5–7; Melbourne, VIC, Australia. p. 37–8. [Google Scholar]
26. Wang Z, Bovik AC, Sheikh HR, Simoncelli EP. Image quality assessment: from error visibility to structural similarity. IEEE Trans Image Process. 2004;13(4):600–12. doi:10.1109/tip.2003.819861. [Google Scholar] [PubMed] [CrossRef]
27. Yang M, Sowmya A. An underwater color image quality evaluation metric. IEEE Trans Image Process. 2015;24(12):6062–71. doi:10.1109/tip.2015.2491020. [Google Scholar] [PubMed] [CrossRef]
28. Guo C, Wu R, Jin X, Han L, Zhang W, Chai Z, et al. Underwater ranker: learn which is better and how to be better. Proc AAAI Conf Artif Intell. 2023;37:702–9. [Google Scholar]
29. Kang Y, Jiang Q, Li C, Ren W, Liu H, Wang P. A perception-aware decomposition and fusion framework for underwater image enhancement. IEEE Trans Circuits Syst Video Technol. 2022;33(3):988–1002. doi:10.1109/tcsvt.2022.3208100. [Google Scholar] [CrossRef]
30. Zhou S, Chen D, Pan J, Shi J, Yang J. Adapt or perish: adaptive sparse transformer with attentive feature refinement for image restoration. In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR); 2024 Jun 16–22; Seattle, WA, USA. p. 2952–63. [Google Scholar]
31. Zou W, Gao H, Ye T, Chen L, Yang W, Huang S, et al. VQCNIR: clearer night image restoration with vector-quantized codebook. Proc AAAI Conf Artif Intell. 2024;38(7):7873–81. doi:10.1609/aaai.v38i7.28623. [Google Scholar] [CrossRef]
32. Luan X, Fan H, Wang Q, Yang N, Liu S, Li X, et al. FMambaIR: a hybrid state space model and frequency domain for image restoration. IEEE Trans Geosci Remote Sens. 2025;63:4201614. [Google Scholar]
33. Saleh A, Sheaves M, Jerry D, Azghadi MR. Adaptive deep learning framework for robust unsupervised underwater image enhancement. Expert Syst Appl. 2025;268(1):126314. doi:10.1016/j.eswa.2024.126314. [Google Scholar] [CrossRef]
34. Zhang H, Xu H, Yu X, Zhang X, Gao X, Wu C. CDF-UIE: leveraging cross-domain fusion for underwater image enhancement. IEEE Trans Geosci Remote Sens. 2025;63:4203715. doi:10.1109/tgrs.2025.3553557. [Google Scholar] [CrossRef]
Cite This Article
Copyright © 2026 The Author(s). Published by Tech Science Press.This work is licensed under a Creative Commons Attribution 4.0 International License , which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited.


Submit a Paper
Propose a Special lssue
View Full Text
Download PDF
Downloads
Citation Tools