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 →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
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.
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
- 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.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
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)
- [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.
- [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.
- [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)
- [Section I, Introduction] There is a grammatical error in the phrase 'an haze removal sub-network'; it should be 'a haze removal sub-network.'
- [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.
- [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.
- [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.
- [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
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.
-
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'.
-
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
free parameters (5)
- lambda_CC =
0.5
- lambda_HR =
0.5
- scaling factor s for stage 1 =
100
- scaling factor s for stage 2 =
1
- VGG-19 layer weights w1..w5 =
1/32, 1/16, 1/8, 1/4, 1
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.
- 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.
- domain assumption The pseudo-reference images in UIEB are accurate enough ground truths for training and evaluation.
- 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.
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 from the paper (10 more)
Reference graph
Works this paper leans on
-
[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
work page 2007
-
[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
work page 2022
-
[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
work page 2023
-
[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
work page 2020
-
[5]
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
work page 2020
-
[6]
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
work page 2024
-
[7]
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
work page 2022
-
[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
work page 2024
Show all 56 references
-
[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
2014
-
[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
2023
-
[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
2022
-
[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
2022
-
[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
2019
-
[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
2024
-
[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
2022
-
[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
2024
-
[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
2022
-
[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
2024
-
[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
2020
-
[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
2019
-
[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
2021
-
[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
2024
-
[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
2022
-
[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
2023 arXiv
-
[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
2021
-
[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
2022
-
[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
2022
-
[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
2021
-
[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
2021
-
[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
2012
-
[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
2009
-
[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
2014 arXiv
-
[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
2016
-
[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
2016
-
[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
2017
-
[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
2022
-
[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
2023
-
[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
2020
-
[39]
Contrastive multiview coding,
Y . Tian, D. Krishnan, and P. Isola, “Contrastive multiview coding,” in European Conference on Computer Vision , 2019
2019
-
[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
2018
-
[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
2020
-
[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
2020
-
[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
2022 arXiv
-
[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
2022
-
[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
2020
-
[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
1934
-
[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
2004
-
[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
2020
-
[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
2020
-
[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
2020
-
[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
2017
-
[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
2020
-
[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
2022
-
[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
2015
-
[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
2015
-
[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
2022
Reviewed August 12, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.