Pith. sign in

REVIEW 3 major objections 5 minor 56 references

Underwater Image Enhancement with Cascaded Contrastive Learning

T0 review · 3 major / 5 minor · reviewed 2026-08-12 · deepseek-v4-flash

Pith's one-line read This paper claims that underwater images are best enhanced in two stages—color correction in Lab space, then haze removal—with the first stage's output serving as the negative sample in a second contrastive loss, so each stage…

desk verdict New twist (stage-1 output as stage-2 negative) undercut by own ablation; PSNR/SSIM deficit is waved away with a post hoc metric switch. read the letter →

arxiv 2411.10682 v1 pith:VSQM6CX7 submitted 2024-11-16 cs.CV

classification cs.CV
keywords underwaterimageenhancementcascadedcontrastivelearningtwo-stagenetworkcolorcorrectionhazeremovalLabspacelossUIEBbenchmark
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

This paper argues that underwater image enhancement should not be left to one network. It builds two cascaded subnetworks—a color correction network working in Lab color space and a haze removal network that receives the color-corrected image—and trains each with a contrastive loss that pulls the output toward a clear reference and pushes it away from a negative sample. The design's distinctive move is that the second stage's negative sample is the first stage's own output, so the network is trained to make the final image visibly better than the intermediate one. The authors report that this two-stage cascade beats single-stage deep learning methods on non-reference quality metrics (UIQM, UCIQE) and in visual comparisons across five real underwater benchmarks, while acknowledging that reference-based PSNR and SSIM scores are not the best.

What carries the argument

The machinery is a two-stage cascade: CC-Net operates on the $a,b$ channels of the Lab color space, learns a residual color difference $\Delta(I_{ab})$, and leaves the luminance channel $I_L$ untouched; HR-Net is an attention-based multi-scale fusion network using Selective Kernel Feature Fusion blocks to remove haze. The load-bearing training mechanism is the cascaded contrastive loss: in stage one, the raw image is the negative sample, and in stage two the color-corrected stage-one output $I^{CC}$ becomes the negative sample, with both contrastive losses comparing VGG-19 feature distances in Eqs. (11) and (23) via ratios $\|E_i(I^{out})-E_i(I^{REF})\|_1 / \|E_i(I^{out})-E_i(I^{neg})\|_1$. This forces the output closer to the reference and farther from the intermediate result, which is what the paper claims incrementally improves the lower and upper bounds of enhancement.

What would settle it

Run a paired-preference study on UIEB-T90 comparing the full CCL-Net against its own 'w/o CC-Net' ablation: if human viewers do not prefer the two-stage color-then-haze output over the single-stage haze output, the central claim that the cascade improves visual quality would be refuted.

Watch

Extended reading notes

Core claim

The central claim is that a divide-and-conquer cascade with cascaded contrastive learning progressively lifts the quality of underwater images: CC-Net removes color cast while leaving luminance untouched, and HR-Net then removes haze from the color-corrected image. Each stage is constrained by a hybrid loss: an explicit color or SSIM loss plus a contrastive loss built on VGG-19 features, where the negative sample for stage two is the stage-one output rather than the raw underwater image. The authors contend that using a better-quality negative sample raises the lower bound of enhancement, so the final result is guaranteed to improve on the intermediate color-corrected image, and they support this with visual comparisons and UIQM/UCIQE scores on UIEB-T90, UIEB-C60, EUVP-T515, SQUID-T16, and RUIE-T78.

Load-bearing premise

The load-bearing premise is that color cast and haze are separable degradations, and that making the first stage's color-corrected output the second stage's negative sample improves the final image rather than merely steering it away from the reference.

Editorial extensions

If this is right

  • Dividing underwater degradation into a color-correction stage and a haze-removal stage, each with its own tailored loss, is more effective than a single network trying to balance several losses at once.
  • Using the stage-one color-corrected output as the negative sample in the second contrastive loss ensures the final image is trained to be better than the intermediate one, raising the lower bound of enhancement.
  • The full model achieves the highest UIQM among all compared methods on UIEB-T90 and on EUVP-T515 and SQUID-T16, and is always in the top four for UCIQE across the four generalization datasets, supporting the claim of robustness across diverse real underwater scenes.
  • With 0.55M parameters and 0.06s running time, the two-stage network is comparable to or faster than several single-stage deep models, so the cascade does not impose a prohibitive computational cost.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • The cascaded-negative recipe is a general training strategy: any restoration task with two ordered degradations (for instance low light followed by haze) could reuse the same idea of making the first stage's output the negative sample for the second stage.
  • The paper's ablation suggests the color-then-haze order is chosen for visual quality, not reference fidelity: removing CC-Net raises UIEB-T90 PSNR from 20.18 to 22.01 and SSIM from 0.866 to 0.905, so a deployment that optimizes PSNR/SSIM might prefer the single-stage haze network.
  • A natural test of the lower-bound argument is to vary the negative-sample curriculum—for example, using the raw image, the color-corrected image, or an exponential moving average of intermediate outputs as negatives—and measure whether UIQM/UCIQE and human preference move monotonically with negative-sample quality.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

3 major / 5 minor

Summary. The paper proposes CCL-Net, a two-stage underwater image enhancement network in which a color correction stage (CC-Net) is followed by a haze removal stage (HR-Net), with each stage trained under a hybrid loss that includes a contrastive loss. The raw image serves as the negative sample in the stage-1 contrastive loss, and the stage-1 output serves as the negative sample in the stage-2 contrastive loss. The authors claim that this cascaded design incrementally improves both the lower and upper bounds of the enhancement result and achieves superior performance over state-of-the-art methods on several benchmarks, including UIEB-T90, UIEB-C60, EUVP-T515, SQUID-T16, and RUIE-T78.

Significance. The conceptual idea of using higher-quality intermediate outputs as negative samples in a cascaded contrastive learning framework is interesting and could, in principle, be a useful training strategy for UIE. The paper also provides a large set of experiments, visual comparisons, and an ablation study, and it promises to release source code. However, the central claim of progressive improvement is not supported by the paper's own quantitative results: the full model is worse on the reference-based metrics PSNR/SSIM on UIEB-T90 than every ablated variant that the paper argues is inferior, and the justification for dismissing PSNR/SSIM is inconsistent with their use in the main comparison. As a result, the evidence does not substantiate the claimed advantage of the two-stage cascade or of the specific contrastive negative sampling strategy.

major comments (3)
  1. [Table III vs. Table I, Section IV-D and IV-E] The central claim of incremental improvement is directly contradicted by the paper's own ablation results. On UIEB-T90, the full CCL-Net obtains PSNR 20.181 and SSIM 0.866, while removing CC-Net (w/o CC-Net) gives PSNR 22.006 and SSIM 0.905, removing the contrastive loss (w/o CL) gives 21.724/0.891, and replacing the stage-2 negative with the raw image (RAN) gives 21.845/0.890. Thus every ablated variant that the paper argues is worse actually scores higher on the same reference-based metrics used in Table I to compare with other methods. The paper's response that PSNR/SSIM are unreliable for underwater images is inconsistent, because Table I uses these very metrics to argue that CCL-Net outperforms traditional methods, and the paper does not provide a principled reason why PSNR/SSIM should be trusted for comparisons against other deep learning methods but not for comparisons among its own ablated variants.
  2. [Eqs. (11), (23) and the 'lower/upper bound' claim in Sections I and III] The paper repeatedly claims that the cascaded contrastive losses 'incrementally improve the lower and upper bound of the enhancement result' and that using the stage-1 output as the stage-2 negative yields 'a better lower bound.' This is never directly measured: no intermediate-stage quality bounds are reported, and no theoretical argument is given. The loss in Eq. (23) explicitly pushes the final output away from the stage-1 output in VGG feature space, so the training objective itself defines 'better' in that learned feature space. The paper does not show that minimizing this loss improves any downstream quality metric or guarantees monotone improvement of image quality. Without such evidence, the 'better lower bound' claim is a design choice, not an empirical finding.
  3. [Table II, Section IV-D] The generalization claim rests on non-reference metrics computed on author-selected subsets (SQUID-T16, RUIE-T78) with no variances, confidence intervals, or significance tests. The reported UIQM differences are often small (e.g., 2.936 vs. 2.837 on EUVP-T515; 3.168 vs. 3.237 on RUIE-T78 for TACL) and the UCIQE rankings vary across datasets (1st on RUIE-T78 but outside the top three on SQUID-T16). The paper itself argues in Section IV-D that UCIQE 'cannot truly measure human perception' and that non-reference metrics should be combined with subjective judgments, yet the quantitative claim of superiority is based on exactly these metrics. The evidence is therefore insufficient to support the stated conclusion that CCL-Net 'outperforms all single-stage framework deep learning methods except TACL.'
minor comments (5)
  1. [Section I, Introduction] There is a grammatical error in the phrase 'an haze removal sub-network'; it should be 'a haze removal sub-network.'
  2. [Eqs. (11) and (23)] The scaling factor s is set to 100 in Eq. (11) but to 1 in Eq. (23), and the choice is described only as 'empirically set.' The paper should report the sensitivity of the results to s, since this is a free hyperparameter that could affect the relative weighting of the contrastive loss.
  3. [Section IV-D] The paper uses UCIQE as a primary metric in Tables I and II but also cites [56] to argue that UCIQE 'cannot truly measure human perception.' This is confusing: if UCIQE is unreliable, the paper should not rank its method on UCIQE without qualification; if it is reliable, then the low rankings on several datasets should be taken seriously.
  4. [Figure 5 caption] The caption states that 'the numbers on the top-left corner of each image refer to its PSNR/SSIM values,' but in the compiled text these numbers are not visible in the figure. Either the figure should be regenerated with legible numbers or the caption should be clarified.
  5. [Section IV-A, Implementation Details] The description of the training procedure says the second stage is trained using the 800 enhanced images generated by the first stage, but the ablation 'w/o CC-Net' trains HR-Net directly on raw images. The paper should clarify whether all other training settings (learning rate, epoch, loss weights, etc.) were kept identical for the ablation models to ensure a fair comparison.

Circularity Check

2 steps flagged · score 4.0 of 10

The 'better than intermediate' claim is partly built into the stage-2 contrastive loss (Eq. 23), and the paper leans on a self-cited prior work to discount reference-based metrics that contradict it; external UIQM/visual benchmarks keep the central claim partly independent.

  1. self definitional [Abstract; Sec. III-C2, Eq. (23)]
    "While in the second stage, the enhanced results rather than the raw underwater images of the first color correction stage are used as the negative samples for building the second contrastive loss, thus ensuring the final enhanced results of the second haze removal stage are better than the intermediate color corrected results."

    In Eq. (23), the stage-2 contrastive loss is L_HR_ctr = (1/s) sum_i w_i ||E_i(I_HR)-E_i(I_REF)||_1 / ||E_i(I_HR)-E_i(I_CC)||_1, with I_CC the CC-Net output. Minimizing this ratio explicitly pushes I_HR away from I_CC in VGG feature space, so 'final results are better than the intermediate color corrected results' is the training objective itself rather than an empirical consequence. The paper's reference-based check does not confirm the claim: on UIEB-T90 (Table III) full CCL-Net gives PSNR 20.181/SSIM 0.866, while removing CC-Net gives 22.006/0.905, so support for 'better' reduces to the non-reference UIQM/UCIQE scores plus the loss objective that defines 'better'.

  2. self citation load bearing [Sec. IV-D, Quantitative Comparisons]
    "As reported in previous works [21] [56], the UCIQE metric cannot truly measure human perception of underwater enhanced image quality."

    This sentence is used to justify discounting UCIQE results in which SMBL and MLLE beat CCL-Net (e.g., UIEB-T90 UCIQE 0.455/0.468 vs 0.464; UIEB-C60 0.439/0.464 vs 0.434). Reference [56] is 'Y. Kang, Q. Jiang, C. Li, W. Ren, H. Liu, and P. Wang, "A perception-aware decomposition and fusion framework for underwater image enhancement", IEEE TCSVT 2022', where Q. Jiang is the corresponding author of the present paper. The load-bearing move of dismissing a contradictory metric thus rests partly on a self-cited prior work; [21] and the visual comparisons give some independent support, but the metric choice is not independently re-derived here.

full rationale

The central two-stage improvement claim is not wholly circular: the network is evaluated on external benchmarks (UIEB-C60, EUVP, SQUID, RUIE) with public code and the UIQM/visual comparisons are separate from the training losses. However, two load-bearing steps weaken the derivation. First, the abstract's guarantee that stage 2 makes the output 'better than the intermediate color corrected results' is built into Eq. (23), which uses the stage-1 output as the negative sample; the claim is therefore partly the training objective restated as a result. Second, the paper's own ablation (Table III) shows the full model is worse on PSNR/SSIM than the model without CC-Net (20.181/0.866 vs 22.006/0.905), and the paper pivots to non-reference metrics, leaning on a self-cited prior work [56] to dismiss UCIQE. These issues raise the circularity score to 4: there is partial self-definitional content and a load-bearing self-citation, but independent benchmark content remains, so this is not a case of the derivation being equivalent to its inputs.

Assumptions & free parameters 5 free parameters · 4 assumptions · 0 invented entities

The central empirical claims rest on several hand-set hyperparameters (loss weights, scaling factors, VGG feature weights) and domain assumptions about degradation separability and metric validity. The most consequential assumption, that color cast and haze can be corrected independently in sequence, is challenged by the paper's own ablation results.

free parameters (5)
  • lambda_CC = 0.5
    Weight balancing color loss and contrastive loss in Eq. 4; set empirically without sensitivity analysis.
  • lambda_HR = 0.5
    Weight balancing SSIM loss and contrastive loss in Eq. 13; set empirically.
  • scaling factor s for stage 1 = 100
    Normalization factor in Eq. 11; hand-set to match scale of L_color.
  • scaling factor s for stage 2 = 1
    Normalization factor in Eq. 23; hand-set with no stated justification.
  • VGG-19 layer weights w1..w5 = 1/32, 1/16, 1/8, 1/4, 1
    Weights for layers 1,3,5,9,13 of VGG-19 in the contrastive losses; adopted from prior work and not tuned for underwater imagery.
assumptions (4)
  • domain assumption Underwater degradation separates into a color-cast component correctable in Lab color channels, and a haze component removable from the color-corrected RGB image; correcting color without modifying the luminance channel does not harm haze removal.
    Stages 1 and 2 are designed and trained sequentially on this decomposition (Eqs. 1-3, 12, 23). The ablation in Table III shows removing CC-Net improves PSNR/SSIM on UIEB-T90, suggesting this separation is not fully valid for reference-based fidelity.
  • domain assumption UIQM and UCIQE, especially UIQM, are reliable proxies for perceived underwater image quality and should be weighted over PSNR/SSIM when they disagree.
    Section IV-D uses this premise to claim superiority despite lower PSNR/SSIM. No user study validates this preference in the reported comparisons.
  • domain assumption The pseudo-reference images in UIEB are accurate enough ground truths for training and evaluation.
    The method trains and evaluates against these references (Section IV-A); if the references are biased, the color and haze losses encode that bias.
  • domain assumption VGG-19 features measure perceptually meaningful differences for underwater enhancement, and the contrastive ratios in Eqs. 11 and 23 behave as intended across the training batch.
    The contrastive losses rely on the standard behavior of VGG-19 features from [29,32] without revalidation for underwater imagery.

how reviews work

0 comments
Cite this review

Pith. "Pith review of Underwater Image Enhancement with Cascaded Contrastive Learning." pith.science (2026). https://pith.science/paper/VSQM6CX7

@misc{pith2026241110682,
  author       = {Pith},
  title        = {Pith review of: Underwater Image Enhancement with Cascaded Contrastive Learning},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/VSQM6CX7}},
  note         = {Machine review of arXiv:2411.10682}
}
read the original abstract

Underwater image enhancement (UIE) is a highly challenging task due to the complexity of underwater environment and the diversity of underwater image degradation. Due to the application of deep learning, current UIE methods have made significant progress. Most of the existing deep learning-based UIE methods follow a single-stage network which cannot effectively address the diverse degradations simultaneously. In this paper, we propose to address this issue by designing a two-stage deep learning framework and taking advantage of cascaded contrastive learning to guide the network training of each stage. The proposed method is called CCL-Net in short. Specifically, the proposed CCL-Net involves two cascaded stages, i.e., a color correction stage tailored to the color deviation issue and a haze removal stage tailored to improve the visibility and contrast of underwater images. To guarantee the underwater image can be progressively enhanced, we also apply contrastive loss as an additional constraint to guide the training of each stage. In the first stage, the raw underwater images are used as negative samples for building the first contrastive loss, ensuring the enhanced results of the first color correction stage are better than the original inputs. While in the second stage, the enhanced results rather than the raw underwater images of the first color correction stage are used as the negative samples for building the second contrastive loss, thus ensuring the final enhanced results of the second haze removal stage are better than the intermediate color corrected results. Extensive experiments on multiple benchmark datasets demonstrate that our CCL-Net can achieve superior performance compared to many state-of-the-art methods. The source code of CCL-Net will be released at https://github.com/lewis081/CCL-Net.

Figures

Figures reproduced from arXiv: 2411.10682 by the authors.

Figure 1
Figure 1. The enhanced results by proposed CCL-Net. (a) is the raw under [PITH_FULL_IMAGE:figures/full_fig_p002_1.png] view at source ↗
Figure 2
Figure 2. Architecture of the proposed CCL-Net. It consists a color correction stage and a haze removal stage. In the first color correction stage, a raw underwater [PITH_FULL_IMAGE:figures/full_fig_p004_2.png] view at source ↗
Figure 3
Figure 3. The schematic illustration of CC-Net. The CC-Net learns the difference [PITH_FULL_IMAGE:figures/full_fig_p004_3.png] view at source ↗
Figures from the paper (10 more)
Figure 4
Figure 4. Figure 4: The schematic illustration of HR-Net. An attention-based multi-scale [PITH_FULL_IMAGE:figures/full_fig_p005_4.png]
Figure 5
Figure 5. Figure 5: Visual comparisons on underwater images with pronounced greenish and bluish tone from UIEB-T90. The numbers on the top-left corner of each [PITH_FULL_IMAGE:figures/full_fig_p006_5.png]
Figure 6
Figure 6. Figure 6: Visual comparisons on challenging underwater images with predominant greenish, bluish, and yellowish tones, as well as low brightness from [PITH_FULL_IMAGE:figures/full_fig_p007_6.png]
Figure 7
Figure 7. Figure 7: Visual comparisons on underwater images with greenish color deviation and low contrast from EUVP-T515. [PITH_FULL_IMAGE:figures/full_fig_p008_7.png]
Figure 8
Figure 8. Figure 8: Visual comparisons on underwater images with different levels of bluish color deviation from SQUID-T16. [PITH_FULL_IMAGE:figures/full_fig_p009_8.png]
Figure 9
Figure 9. Figure 9: Visual comparisons on underwater images with four degradation types including hazy, yellowish, bluish, and greenish color deviations from RUIE-T78. [PITH_FULL_IMAGE:figures/full_fig_p011_9.png]
Figure 10
Figure 10. Figure 10: Ablation study of the contributions of each key component. Our full [PITH_FULL_IMAGE:figures/full_fig_p012_10.png]
Figure 11
Figure 11. Figure 11: Ablation study of the contributions of each key component. Our full [PITH_FULL_IMAGE:figures/full_fig_p012_11.png]
Figure 12
Figure 12. Figure 12: Unnatural colors introduced by CCL-Net on extreme low light [PITH_FULL_IMAGE:figures/full_fig_p013_12.png]
Figure 13
Figure 13. Figure 13: Inconsistent colors generated by CCL-Net on the same category or [PITH_FULL_IMAGE:figures/full_fig_p013_13.png]

Discussion (0). Continue with ORCID to comment.

Reference graph

Works this paper leans on

56 extracted references · 39 canonical work pages

  1. [1]

    Applications of geo-referenced underwater photo mosaics in marine biology and archaeology,

    M. Ludvigsen, B. Sortland, G. Johnsen, and H. Singh, “Applications of geo-referenced underwater photo mosaics in marine biology and archaeology,” Oceanography, vol. 20, no. 4, pp. 140–149, 2007

  2. [2]

    Detecting marine organisms via joint attention-relation learning for marine video surveillance,

    Z. Shi, C. Guan, Q. Li, J. Liang, L. Cao, H. Zheng, Z. Gu, and B. Zheng, “Detecting marine organisms via joint attention-relation learning for marine video surveillance,” IEEE Journal of Oceanic Engineering , vol. 47, no. 4, pp. 959–974, 2022

  3. [3]

    Bidirectional collaborative mentoring network for marine organism detection and be- yond,

    J. Cheng, Z. Wu, S. Wang, C. Demonceaux, and Q. Jiang, “Bidirectional collaborative mentoring network for marine organism detection and be- yond,” IEEE Transactions on Circuits and Systems for Video Technology, vol. 33, pp. 6595–6608, 2023

  4. [4]

    Inverse synthetic aperture sonar imaging of underwater vehicles utilizing 3-d rotations,

    S. Sun, Y . Chen, L. Qiu, G. Zhang, and C. Zhao, “Inverse synthetic aperture sonar imaging of underwater vehicles utilizing 3-d rotations,” IEEE Journal of Oceanic Engineering , vol. 45, pp. 563–576, 2020

  5. [5]

    An optical image transmission system for deep sea creature sampling mis- sions using autonomous underwater vehicle,

    J. Ahn, S. Yasukawa, T. Sonoda, Y . Nishida, K. Ishii, and T. Ura, “An optical image transmission system for deep sea creature sampling mis- sions using autonomous underwater vehicle,” IEEE Journal of Oceanic Engineering, vol. 45, pp. 350–361, 2020

  6. [6]

    Decoupled variational retinex for reconstruction and fusion of underwater shallow depth-of-field image with parallax and moving objects,

    J. Zhou, S. Wang, D. Zhang, Q. Jiang, K. Jiang, and Y . Lin, “Decoupled variational retinex for reconstruction and fusion of underwater shallow depth-of-field image with parallax and moving objects,” Information Fusion, p. 102494, 2024

  7. [7]

    Single image super-resolution quality assessment: a real-world dataset, subjective studies, and an objective metric,

    Q. Jiang, Z. Liu, K. Gu, F. Shao, X. Zhang, H. Liu, and W. Lin, “Single image super-resolution quality assessment: a real-world dataset, subjective studies, and an objective metric,”IEEE Transactions on Image Processing, vol. 31, pp. 2279–2294, 2022

  8. [8]

    Perception-and- cognition-inspired quality assessment for sonar image super-resolution,

    W. Chen, B. Cai, S. Zheng, T. Zhao, and K. Gu, “Perception-and- cognition-inspired quality assessment for sonar image super-resolution,” IEEE Transactions on Multimedia , pp. 1–13, 2024

Show all 56 references
  1. [9]

    Underwater optical imaging: the past, the present, and the prospects,

    J. S. Jaffe, “Underwater optical imaging: the past, the present, and the prospects,” IEEE Journal of Oceanic Engineering , vol. 40, no. 3, pp. 683–700, 2014

  2. [10]

    Underwater camera: Improving visual perception via adaptive dark pixel prior and color correction,

    J. Zhou, Q. Liu, Q. Jiang, W. Ren, K. M. Lam, and W. shi Zhang, “Underwater camera: Improving visual perception via adaptive dark pixel prior and color correction,” International Journal of Computer Vision, 2023

  3. [11]

    Underwater image enhancement quality evaluation: Benchmark dataset and objective met- ric,

    Q. Jiang, Y . Q. Gu, C. Li, R. Cong, and F. Shao, “Underwater image enhancement quality evaluation: Benchmark dataset and objective met- ric,” IEEE Transactions on Circuits and Systems for Video Technology , vol. 32, pp. 5959–5974, 2022

  4. [12]

    Underwater image en- hancement with hyper-laplacian reflectance priors,

    P. Zhuang, J. Wu, F. M. Porikli, and C. Li, “Underwater image en- hancement with hyper-laplacian reflectance priors,” IEEE Transactions on Image Processing , vol. 31, pp. 5442–5455, 2022

  5. [13]

    Reference- free quality assessment of sonar images via contour degradation mea- surement,

    W. Chen, K. Gu, W. Lin, Z. Xia, P. Le Callet, and E. Cheng, “Reference- free quality assessment of sonar images via contour degradation mea- surement,” IEEE Transactions on Image Processing, vol. 28, no. 11, pp. 5336–5351, 2019

  6. [14]

    No-reference quality assessment of underwater image enhancement,

    X. Yi, Q. Jiang, and W. Zhou, “No-reference quality assessment of underwater image enhancement,” Displays, vol. 81, p. 102586, 2024

  7. [15]

    Un- supervised decomposition and correction network for low-light image enhancement,

    Q. Jiang, Y . Mao, R. Cong, W. Ren, C. Huang, and F. Shao, “Un- supervised decomposition and correction network for low-light image enhancement,” IEEE Transactions on Intelligent Transportation Systems, vol. 23, no. 10, pp. 19 440–19 455, 2022

  8. [16]

    DTKD- Net: Dual-teacher knowledge distillation lightweight network for water- related optics image enhancement,

    J. Zhou, B. Zhang, D. Zhang, G. Vivone, and Q. Jiang, “DTKD- Net: Dual-teacher knowledge distillation lightweight network for water- related optics image enhancement,” IEEE Transactions on Geoscience and Remote Sensing , 2024. IEEE TRANSACTIONS ON MULTIMEDIA 14

  9. [17]

    Underwater image enhancement with lightweight cascaded network,

    N. Jiang, W. Chen, Y . Lin, T. Zhao, and C.-W. Lin, “Underwater image enhancement with lightweight cascaded network,” IEEE Transactions on Multimedia, vol. 24, pp. 4301–4313, 2022

  10. [18]

    Perception-driven deep underwater image enhancement without paired supervision,

    Q. Jiang, Y . Kang, Z. Wang, W. Ren, and C. Li, “Perception-driven deep underwater image enhancement without paired supervision,” IEEE Transactions on Multimedia , vol. 26, pp. 4884–4897, 2024

  11. [19]

    Underwater scene prior inspired deep underwater image and video enhancement,

    C. Li, S. Anwar, and F. Porikli, “Underwater scene prior inspired deep underwater image and video enhancement,” Pattern Recognition, vol. 98, p. 107038, 2020

  12. [20]

    An underwater image enhancement benchmark dataset and beyond,

    C. Li, C. Guo, W. Ren, R. Cong, J. Hou, S. Kwong, and D. Tao, “An underwater image enhancement benchmark dataset and beyond,” IEEE Transactions on Image Processing , vol. 29, pp. 4376–4389, 2019

  13. [21]

    Underwater image enhancement via medium transmission-guided multi-color space embedding,

    C. Li, S. Anwar, J. Hou, R. Cong, C. Guo, and W. Ren, “Underwater image enhancement via medium transmission-guided multi-color space embedding,” IEEE Transactions on Image Processing, vol. 30, pp. 4985– 5000, 2021

  14. [22]

    HCLR-Net: Hybrid contrastive learning regularization with locally randomized perturbation for underwater image enhancement,

    J. Zhou, J. Sun, C. Li, Q. Jiang, M. Zhou, K.-M. Lam, W. shi Zhang, and X. Fu, “HCLR-Net: Hybrid contrastive learning regularization with locally randomized perturbation for underwater image enhancement,” International Journal of Computer Vision , pp. 1–25, 2024

  15. [23]

    Dual-path joint correction network for underwater image enhancement,

    D. Zhang, J. Shen, J. Zhou, E. Chen, and W. Zhang, “Dual-path joint correction network for underwater image enhancement,” Optics Express, vol. 30, no. 18, pp. 33 412–33 432, 2022

  16. [24]

    Five A+ network: You only need 9k parameters for underwater image enhancement,

    J. Jiang, T. Ye, J. Bai, S. Chen, W. Chai, S. Jun, Y . Liu, and E. Chen, “Five A+ network: You only need 9k parameters for underwater image enhancement,” arXiv preprint arXiv:2305.08824 , 2023

  17. [25]

    Two-branch deep neural network for underwater image enhancement in HSV color space,

    J. Hu, Q. Jiang, R. Cong, W. Gao, and F. Shao, “Two-branch deep neural network for underwater image enhancement in HSV color space,” IEEE Signal Processing Letters , vol. 28, pp. 2152–2156, 2021

  18. [26]

    SGUIE-Net: Semantic attention guided underwater image enhancement with multi- scale perception,

    Q. Qi, K. Li, H. Zheng, X. Gao, G. Hou, and K. Sun, “SGUIE-Net: Semantic attention guided underwater image enhancement with multi- scale perception,” IEEE Transactions on Image Processing , vol. 31, pp. 6816–6830, 2022

  19. [27]

    Semantic-aware texture-structure feature collaboration for underwater image enhancement,

    D. Wang, L. Ma, R. Liu, and X. Fan, “Semantic-aware texture-structure feature collaboration for underwater image enhancement,” in 2022 International Conference on Robotics and Automation (ICRA) , 2022, pp. 4592–4598

  20. [28]

    A two-stage underwater enhancement network based on structure decom- position and characteristics of underwater imaging,

    S. Wu, T. Luo, G. Jiang, M. Yu, H. Xu, Z. Zhu, and Y . Song, “A two-stage underwater enhancement network based on structure decom- position and characteristics of underwater imaging,” IEEE Journal of Oceanic Engineering, vol. 46, no. 4, pp. 1213–1227, 2021

  21. [29]

    Contrastive learning for compact single image dehazing,

    H. Wu, Y . Qu, S. Lin, J. Zhou, R. Qiao, Z. Zhang, Y . Xie, and L. Ma, “Contrastive learning for compact single image dehazing,” in Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2021, pp. 10 551–10 560

  22. [30]

    ImageNet classification with deep convolutional neural networks,

    A. Krizhevsky, I. Sutskever, and G. E. Hinton, “ImageNet classification with deep convolutional neural networks,” Advances in Neural Informa- tion Processing Systems , vol. 25, 2012

  23. [31]

    ImageNet: A large-scale hierarchical image database,

    J. Deng, W. Dong, R. Socher, L.-J. Li, K. Li, and F.-F. Li, “ImageNet: A large-scale hierarchical image database,” in 2009 IEEE Conference on Computer Vision and Pattern Recognition , 2009, pp. 248–255

  24. [32]

    Very deep convolutional networks for large-scale image recognition,

    K. Simonyan and A. Zisserman, “Very deep convolutional networks for large-scale image recognition,” arXiv preprint arXiv:1409.1556 , 2014

  25. [33]

    Deep residual learning for image recognition,

    K. He, X. Zhang, S. Ren, and J. Sun, “Deep residual learning for image recognition,” in Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition, 2016, pp. 770–778

  26. [34]

    Image restoration using very deep convolutional encoder-decoder networks with symmetric skip connec- tions,

    X. Mao, C. Shen, and Y .-B. Yang, “Image restoration using very deep convolutional encoder-decoder networks with symmetric skip connec- tions,” Advances in Neural Information Processing Systems , vol. 29, 2016

  27. [35]

    A deep CNN method for un- derwater image enhancement,

    Y . Wang, J. Zhang, Y . Cao, and Z. Wang, “A deep CNN method for un- derwater image enhancement,” in 2017 IEEE International Conference on Image Processing (ICIP) , 2017, pp. 1382–1386

  28. [36]

    Uncertainty inspired underwater image enhancement,

    Z. Fu, W. Wang, Y . Huang, X. Ding, and K.-K. Ma, “Uncertainty inspired underwater image enhancement,” in European Conference on Computer Vision, 2022, pp. 465–482

  29. [37]

    Underwater ranker: Learn which is better and how to be better,

    C. Guo, R. Wu, X. Jin, L. Han, W. Zhang, Z. Chai, and C. Li, “Underwater ranker: Learn which is better and how to be better,” in Proceedings of the AAAI Conference on Artificial Intelligence , vol. 37, no. 1, 2023, pp. 702–709

  30. [38]

    Data-efficient image recognition with contrastive predictive coding,

    O. Henaff, “Data-efficient image recognition with contrastive predictive coding,” in International Conference on Machine Learning , 2020, pp. 4182–4192

  31. [39]

    Contrastive multiview coding,

    Y . Tian, D. Krishnan, and P. Isola, “Contrastive multiview coding,” in European Conference on Computer Vision , 2019

  32. [40]

    Time-contrastive networks: Self-supervised learning from video,

    P. Sermanet, C. Lynch, Y . Chebotar, J. Hsu, E. Jang, S. Schaal, S. Levine, and G. Brain, “Time-contrastive networks: Self-supervised learning from video,” in 2018 IEEE International Conference on Robotics and Automation (ICRA), 2018, pp. 1134–1141

  33. [41]

    A simple framework for contrastive learning of visual representations,

    T. Chen, S. Kornblith, M. Norouzi, and G. Hinton, “A simple framework for contrastive learning of visual representations,” in International Conference on Machine Learning , 2020, pp. 1597–1607

  34. [42]

    Momentum contrast for unsupervised visual representation learning,

    K. He, H. Fan, Y . Wu, S. Xie, and R. Girshick, “Momentum contrast for unsupervised visual representation learning,” in Proceedings of the IEEE/CVF conference on Computer Vision and Pattern Recognition , 2020, pp. 9729–9738

  35. [43]

    UCL-Dehaze: Towards real-world image dehazing via unsupervised contrastive learning,

    Y . Wang, X. Yan, F. L. Wang, H. Xie, W. Yang, M. Wei, and J. Qin, “UCL-Dehaze: Towards real-world image dehazing via unsupervised contrastive learning,” arXiv preprint arXiv:2205.01871 , 2022

  36. [44]

    Twin adversarial contrastive learning for underwater image enhancement and beyond,

    R. Liu, Z. Jiang, S. Yang, and X. Fan, “Twin adversarial contrastive learning for underwater image enhancement and beyond,” IEEE Trans- actions on Image Processing , vol. 31, pp. 4922–4936, 2022

  37. [45]

    FFA-Net: Feature fusion attention network for single image dehazing,

    X. Qin, Z. Wang, Y . Bai, X. Xie, and H. Jia, “FFA-Net: Feature fusion attention network for single image dehazing,” in Proceedings of the AAAI Conference on Artificial Intelligence , vol. 34, no. 07, 2020, pp. 11 908–11 915

  38. [46]

    Learning enriched features for fast image restoration and enhancement,

    S. W. Zamir, A. Arora, S. Khan, M. Hayat, F. S. Khan, M.-H. Yang, and L. Shao, “Learning enriched features for fast image restoration and enhancement,” IEEE Transactions on Pattern Analysis and Machine Intelligence, vol. 45, no. 2, pp. 1934–1948, 2022

  39. [47]

    Image quality assessment: from error visibility to structural similarity,

    Z. Wang, A. C. Bovik, H. R. Sheikh, and E. P. Simoncelli, “Image quality assessment: from error visibility to structural similarity,” IEEE Transactions on Image Processing , vol. 13, no. 4, pp. 600–612, 2004

  40. [48]

    Fast underwater image enhancement for improved visual perception,

    M. J. Islam, Y . Xia, and J. Sattar, “Fast underwater image enhancement for improved visual perception,” IEEE Robotics and Automation Letters, vol. 5, no. 2, pp. 3227–3234, 2020

  41. [49]

    Underwater single image color restoration using haze-lines and a new quantitative dataset,

    D. Berman, D. Levy, S. Avidan, and T. Treibitz, “Underwater single image color restoration using haze-lines and a new quantitative dataset,” IEEE Transactions on Pattern Analysis and Machine Intelligence , vol. 43, no. 8, pp. 2822–2837, 2020

  42. [50]

    Real-world underwater enhancement: Challenges, benchmarks, and solutions under natural light,

    R. Liu, X. Fan, M. Zhu, M. Hou, and Z. Luo, “Real-world underwater enhancement: Challenges, benchmarks, and solutions under natural light,” IEEE Transactions on Circuits and Systems for Video Technology, vol. 30, no. 12, pp. 4861–4875, 2020

  43. [51]

    Color balance and fusion for underwater image enhancement,

    C. O. Ancuti, C. Ancuti, C. De Vleeschouwer, and P. Bekaert, “Color balance and fusion for underwater image enhancement,” IEEE Transac- tions on Image Processing , vol. 27, no. 1, pp. 379–393, 2017

  44. [52]

    Enhancement of underwater images with statistical model of background light and optimization of transmission map,

    W. Song, Y . Wang, D. Huang, A. Liotta, and C. Perra, “Enhancement of underwater images with statistical model of background light and optimization of transmission map,” IEEE Transactions on Broadcasting, vol. 66, no. 1, pp. 153–169, 2020

  45. [53]

    Under- water image enhancement via minimal color loss and locally adaptive contrast enhancement,

    W. Zhang, P. Zhuang, H.-H. Sun, G. Li, S. Kwong, and C. Li, “Under- water image enhancement via minimal color loss and locally adaptive contrast enhancement,” IEEE Transactions on Image Processing, vol. 31, pp. 3997–4010, 2022

  46. [54]

    Human-visual-system-inspired underwater image quality measures,

    K. Panetta, C. Gao, and S. Agaian, “Human-visual-system-inspired underwater image quality measures,” IEEE Journal of Oceanic Engi- neering, vol. 41, no. 3, pp. 541–551, 2015

  47. [55]

    An underwater color image quality evaluation metric,

    M. Yang and A. Sowmya, “An underwater color image quality evaluation metric,” IEEE Transactions on Image Processing , vol. 24, no. 12, pp. 6062–6071, 2015

  48. [56]

    A perception- aware decomposition and fusion framework for underwater image enhancement,

    Y . Kang, Q. Jiang, C. Li, W. Ren, H. Liu, and P. Wang, “A perception- aware decomposition and fusion framework for underwater image enhancement,” IEEE Transactions on Circuits and Systems for Video Technology, vol. 33, no. 3, pp. 988–1002, 2022

Pith tools

Reviewed August 12, 2026 · model on record in the stance chip above.