REVIEW 3 major objections 5 minor 63 references
Single-Step Latent Diffusion for Underwater Image Restoration
T0 review · 3 major / 5 minor · reviewed 2026-08-06 · deepseek-v4-flash
Pith's one-line read SLURPP restores underwater images in one latent diffusion step by jointly predicting the clear scene and water medium, hitting 25.66 dB PSNR on the Osmosis benchmark at over 200 times its speed.
desk verdict Strong synthetic results and a real speedup, but the real-world SOTA claim rests on reference-free metrics after post-hoc image filtering; deserves review with demands for better real-world evidence. 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 load-bearing mechanism is a dual-branch single-step latent diffusion fine-tuning scheme held together by a physics-constrained training objective. Two U-Net branches process the frozen latent encoding of the input: the scene branch, initialized from a text-to-image latent diffusion model, predicts the clear-scene latent, while the medium branch, initialized from a monocular depth diffusion model, predicts transmission and backscattering latents. A cross-attention module connects the branches, and a cross-latent decoder with zero-convolution skip connections carries high-frequency input details into the restored image. The governing identity is the dense scene-medium decomposition $I^c = J^c T^c + B^c$, enforced during training by a reconstruction loss (weight 0.4) alongside $L_1$, SSIM, and LPIPS losses on each output. Because inference is single-step, the outputs can be supervised directly in image space, which the paper finds beats a 50-step latent-loss fine-tuning baseline (25.66 versus 23.46 dB PSNR).
What would settle it
Build a calibrated imaging setup in a tank with measurable water optics: place color charts at several known depths, capture images under controlled turbidity, and compare SLURPP's predicted transmission and backscattering against values computed from the known attenuation coefficients and depths. Systematic divergence of predicted medium parameters or restored colors as turbidity increases would indicate that the synthetic-training assumption does not carry over to real water.
Extended reading notes
Core claim
SLURPP is a single-step dual-branch latent diffusion network that jointly predicts the clear scene $J$ and the dense medium parameters $T$ (transmission) and $B$ (backscattering) from one underwater image, subject to the physically derived decomposition $I = J \cdot T + B$. The scene branch is initialized from a pretrained text-to-image latent diffusion model and the medium branch from a pretrained monocular depth diffusion model; inter-branch cross-attention lets scene content and medium effects serve as mutual cues. Training uses synthetic underwater images generated by physically calibrated sampling of metric depth, attenuation coefficients from measured water types, and background light extracted from real underwater images, with image-space losses on all outputs plus a reconstruction loss enforcing the formation model. The paper reports state-of-the-art restoration on the Osmosis synthetic benchmark (25.66 dB PSNR, 0.95 SSIM), better per-pixel transmission and backscattering estimates than Osmosis, and superior reference-free quality on UIEB and USOD10K, while running more than 200 times faster (0.75 seconds for 512x512 images).
Load-bearing premise
The central assumption is that underwater scenes are well described by the homogeneous-medium formation model used to generate all training data, so if real turbid or spatially varying water deviates from that model, the reported real-world performance may not hold; the paper acknowledges that turbidity is not explicitly modeled.
Editorial extensions
If this is right
- A single forward pass of a fine-tuned latent diffusion model can replace iterative denoising for restoration tasks whose output distribution is narrow, cutting inference cost by orders of magnitude.
- Joint medium prediction provides physically interpretable transmission and backscattering maps, so restoration comes with per-pixel estimates of how the water has degraded the image.
- The physically calibrated synthesis pipeline (metric depth, real measured water optics, real background light) is shown to be worth about 0.9 dB over randomized water parameters and about 3 dB over the prior diffusion baseline.
- The approach supports restoration at up to 2K resolution, compared with 256x256 for the pixel-space RGBD diffusion baseline.
- Direct image-space supervision during single-step fine-tuning outperforms latent-space noise supervision, suggesting that reconstruction-quality losses matter more than denoising trajectory fidelity for this task.
Reading between the lines
- The same single-step recipe should transfer to other inverse problems with narrow target distributions, such as dehazing, deblurring, or low-light enhancement, where current few-step diffusion distillations inherit the teacher's ceiling.
- Because transmission and backscattering are depth-correlated, the predicted medium maps could serve as a dense depth proxy for underwater robots, a use the paper does not develop.
- A testable extension is fine-tuning on unpaired real underwater images using only the reconstruction loss; if that loss indeed closes the synthetic-to-real gap, labeled synthetic data would matter less.
- The failure mode most worth probing is turbidity: since the formation model does not include it, performance should degrade in turbid water, and the paper's own video results show flickering in scenes with particles and ambiguous depth.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. This manuscript introduces SLURPP, a single-step latent diffusion network with a scene branch and a medium branch that jointly predict the clear underwater image J and the dense transmission T and backscattering B maps. Training uses a physics-based synthetic data pipeline built on the Jaffe-McGlamery formation model, with metric depth from Depth Pro, attenuation sampled from Jerlov water types, and background light extracted from real underwater images via ULAP. The authors report 25.66 dB PSNR on the Osmosis/NYU synthetic benchmark, about 3 dB over Osmosis, with 0.75 s inference for 512x512 images, and report state-of-the-art UIQM/MUSIQ scores on the USOD10K and UIEB real-world datasets.
Significance. The method is a well-engineered application of latent diffusion priors to underwater restoration. The synthetic evaluation is internally consistent: ablations isolate the contributions of single-step training, the reconstruction loss, the cross-latent decoder, and the data synthesis pipeline, and the medium-prediction comparison in the supplementary shows large gains over Osmosis on synthetic ground truth. If the real-world claim were supported by stronger evidence, the roughly 200x speedup over iterative diffusion baselines would be practically important. The paper also provides a clear disentangling of network design and training-data contributions, which is genuinely informative for the community.
major comments (3)
- [Section 4.2, Table 1] The real-world claim of state-of-the-art performance is based on no-reference metrics UIQM and MUSIQ computed after removing approximately 10% of images with 'apparent image artifacts' from the evaluation set. This exclusion is not applied to baseline methods, no standard deviations or significance tests are reported, and no-reference metrics primarily reward contrast and colorfulness rather than physical fidelity of the restored radiance. The statement 'Our method achieves state-of-the-art performance across all metrics on both datasets' is therefore not adequately supported; the authors should report metrics on the full unfiltered datasets, provide score distributions, and supplement with a human perceptual study or a real-world dataset with reference ground truth such as SQUID.
- [Section 3.5.1, Eq. (4), Table 5] The reconstruction loss L_UIFM is claimed to 'play a key role in mitigating the domain gap' because it enforces Eq. (2). However, Eq. (2) is an identity for any predicted J if one defines B = I - J*T, so this loss cannot by itself enforce physical correctness of the decomposition; physical correctness is inherited from the synthetic supervision on J, T, and B. The observed 0.86 dB improvement from L_UIFM in Table 5 on the synthetic benchmark is consistent with a regularization effect and does not directly evidence domain-gap mitigation. The authors should either soften the claim or demonstrate the effect on a synthetic test set with domain mismatch, such as simulated non-homogeneous water parameters.
- [Section 3.4 and Section 11] The training pipeline renders degradation with a single global background light and spatially homogeneous attenuation coefficients per image, and Section 11 concedes that turbidity is not modeled. The real-world generalization of the method therefore rests on an unverified assumption that Eq. (1) with these simplifications is a faithful proxy for real turbid, spatially varying water. The qualitative real-world results in Figs. 6, 7, and 11, while visually appealing, are not accompanied by any quantitative validation of the predicted T and B against real measurements, so the paper's 'physically grounded' claim for real scenes is not established. Please add a quantitative evaluation on real scenes with known optical properties, or explicitly reframe the real-world contribution as qualitative restoration quality rather than physical parameter recovery.
minor comments (5)
- [Section 4.2] The speedup comparison ('over 200×') compares 0.75 s for a 512×512 image with over 200 s for a 256×256 image from Osmosis, conflating resolution with inference cost; please report timings at the same resolution or a per-pixel cost.
- [Table 2] The Phaseformer row cites reference [24], but Phaseformer is reference [25] in the bibliography; please correct the citation.
- [Introduction and Supplementary Section 7] There are typographical errors: 'diffcult' should be 'difficult' in the Introduction, and 'objectice' should be 'objective' in Supplementary Section 7.
- [Table 1] Please report the exact number of images used after filtering and the standard deviation of the metrics; without this, the margin over the second-best method on UIQM is difficult to interpret.
- [Section 3.5.2] The cross-latent decoder is described as fine-tuned with 'zero convolution' skip connections, but the details of how the skip connections are integrated into the frozen VAE decoder are not fully specified, which may hinder reproducibility.
Circularity Check
No significant circularity: the central restoration result is an empirical supervised-learning claim validated on held-out synthetic benchmarks, and it does not reduce to its own inputs.
full rationale
The paper's core claim is an empirical result: a dual-branch single-step latent diffusion model trained on synthetic underwater images and evaluated on held-out synthetic data (Osmosis/NYU) and on reference-free real-world metrics. The derivation chain does not reduce to its inputs: ground-truth J, T, and B are generated from Eq. (1) using independently sourced depth (Depth Pro), Jerlov water-type attenuation coefficients, and ULAP background lights; the network is supervised on these labels, and the held-out Osmosis benchmark is disjoint from the training set. The only identity-like term is the self-supervised reconstruction loss L_UIFM enforcing I = J·T + B, since for any J one can define B = I - J·T; however, the paper does not claim this loss alone enforces physical correctness — physical meaning is inherited from the synthetic labels, and L_UIFM is presented as a regularizer for domain gap. The cited self-works (e.g., [9], [17], [21]) are design precedents and related-work citations, not load-bearing uniqueness theorems. Overall, no circular step merits flagging; the main caveats (synthetic-to-real transfer, reference-free metrics, turbidity not explicitly modeled) are empirical-risk and correctness concerns, not circularity.
Assumptions & free parameters
free parameters (4)
- Loss weights lambda_T, lambda_B, lambda_L =
0.5, 0.5, 0.4
- Number of background light clusters K =
10
- Attenuation bound and resampling criterion =
not specified
- Training image resolution and learning rate =
512x512, 1e-5
assumptions (4)
- domain assumption Jaffe-McGlamery underwater image formation model, Eq. (1), with homogeneous attenuation and backscatter coefficients and known depth z.
- domain assumption Pretrained Stable Diffusion V2 and Marigold contain natural-image and depth priors useful for underwater restoration.
- domain assumption Depth Pro provides accurate metric depth estimates for terrestrial images used in synthesis.
- domain assumption Jerlov water-type measurements mapped to RGB attenuation coefficients at 600/525/475 nm are representative of real water types.
Cite this review
Pith. "Pith review of Single-Step Latent Diffusion for Underwater Image Restoration." pith.science (2026). https://pith.science/paper/T4FVCUDH
@misc{pith2026250707878,
author = {Pith},
title = {Pith review of: Single-Step Latent Diffusion for Underwater Image Restoration},
year = {2026},
howpublished = {\url{https://pith.science/paper/T4FVCUDH}},
note = {Machine review of arXiv:2507.07878}
}
read the original abstract
Underwater image restoration algorithms seek to restore the color, contrast, and appearance of a scene that is imaged underwater. They are a critical tool in applications ranging from marine ecology and aquaculture to underwater construction and archaeology. While existing pixel-domain diffusion-based image restoration approaches are effective at restoring simple scenes with limited depth variation, they are computationally intensive and often generate unrealistic artifacts when applied to scenes with complex geometry and significant depth variation. In this work we overcome these limitations by combining a novel network architecture (SLURPP) with an accurate synthetic data generation pipeline. SLURPP combines pretrained latent diffusion models -- which encode strong priors on the geometry and depth of scenes -- with an explicit scene decomposition -- which allows one to model and account for the effects of light attenuation and backscattering. To train SLURPP we design a physics-based underwater image synthesis pipeline that applies varied and realistic underwater degradation effects to existing terrestrial image datasets. This approach enables the generation of diverse training data with dense medium/degradation annotations. We evaluate our method extensively on both synthetic and real-world benchmarks and demonstrate state-of-the-art performance. Notably, SLURPP is over 200X faster than existing diffusion-based methods while offering ~ 3 dB improvement in PSNR on synthetic benchmarks. It also offers compelling qualitative improvements on real-world data. Project website https://tianfwang.github.io/slurpp/.
Figures
Figures from the paper (9 more)
Reference graph
Works this paper leans on
-
[1]
A Revised Underwater Image Formation Model,
D. Akkaynak and T. Treibitz, “A Revised Underwater Image Formation Model,” in CVPR, 2018, pp. 6723–6732
work page 2018
-
[2]
AquaFuse: Wa- terbody Fusion for Physics Guided View Synthesis of Underwater Scenes,
M. Siddique, J. Wu, I. Rekleitis, and M. J. Islam, “AquaFuse: Wa- terbody Fusion for Physics Guided View Synthesis of Underwater Scenes,” IEEE Robotics and Automation Letters (RA-L), vol. 10, no. 5, 2025
work page 2025
-
[3]
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
work page 2019
-
[4]
High-resolution image synthesis with latent diffusion models,
R. Rombach, A. Blattmann, D. Lorenz, P . Esser, and B. Ommer, “High-resolution image synthesis with latent diffusion models,” in CVPR, 2022
2022
-
[5]
Denoising diffusion probabilistic models,
J. Ho, A. Jain, and P . Abbeel, “Denoising diffusion probabilistic models,” NeurIPS, 2020
work page 2020
-
[6]
LAION-5b: An open large- scale dataset for training next generation image-text models,
C. Schuhmann, R. Beaumont, R. Vencu, C. W. Gordon, R. Wight- man, M. Cherti, T. Coombes, A. Katta, C. Mullis, M. Worts- man, P . Schramowski, S. R. Kundurthy, K. Crowson, L. Schmidt, R. Kaczmarczyk, and J. Jitsev, “LAION-5b: An open large- scale dataset for training next generation image-text models,” in NeurIPS Systems Datasets and Benchmarks Track, 2022
work page 2022
-
[7]
Marigold: Affordable adaptation of diffusion- based image generators for image analysis,
B. Ke, K. Qu, T. Wang, N. Metzger, S. Huang, B. Li, A. Obukhov, and K. Schindler, “Marigold: Affordable adaptation of diffusion- based image generators for image analysis,” arXiv preprint arXiv:2505.09358, 2025
arXiv 2025
-
[8]
Geowizard: Unleashing the diffusion priors for 3d geometry estimation from a single image,
X. Fu, W. Yin, M. Hu, K. Wang, Y. Ma, P . Tan, S. Shen, D. Lin, and X. Long, “Geowizard: Unleashing the diffusion priors for 3d geometry estimation from a single image,” in ECCV, 2024
work page 2024
Show all 63 references
-
[9]
Flash-split: 2d reflection removal with flash cues and latent diffusion separation,
T. Wang, M. Xie, H. Cai, S. Shah, and C. A. Metzler, “Flash-split: 2d reflection removal with flash cues and latent diffusion separation,” arXiv preprint arXiv:2501.00637, 2024
2024 arXiv
-
[10]
Uni-renderer: Unifying rendering and inverse rendering via dual stream diffusion,
Z. Chen, T. Xu, W. Ge, L. Wu, D. Yan, J. He, L. Wang, L. Zeng, S. Zhang, and Y.-C. Chen, “Uni-renderer: Unifying rendering and inverse rendering via dual stream diffusion,” in CVPR, 2025
2025
-
[11]
Viewactive: Active viewpoint optimization from a single image,
J. Wu, X. Lin, B. He, C. Fermuller, and Y. Aloimonos, “Viewactive: Active viewpoint optimization from a single image,”arXiv preprint arXiv:2409.09997, 2024
2024 arXiv
-
[12]
Event3dgs: Event-based 3d gaussian splatting for high-speed robot egomotion,
T. Xiong, J. Wu, B. He, C. Fermuller, Y. Aloimonos, H. Huang, and C. Metzler, “Event3dgs: Event-based 3d gaussian splatting for high-speed robot egomotion,” in 8th Annual Conference on Robot Learning, 2024
2024
-
[13]
Sea-Thru: A Method for Removing Water From Underwater Images,
D. Akkaynak and T. Treibitz, “Sea-Thru: A Method for Removing Water From Underwater Images,” in CVPR, 2019, pp. 1682–1691
2019
-
[14]
UDepth: Fast Monocular Depth Estimation for Visually-guided Underwater Robots,
B. Yu, J. Wu, and M. J. Islam, “UDepth: Fast Monocular Depth Estimation for Visually-guided Underwater Robots,” in ICRA, 2023
2023
-
[15]
Fine-tuning image-conditional diffusion models is easier than you think,
G. Martin Garcia, K. Abou Zeid, C. Schmidt, D. de Geus, A. Her- mans, and B. Leibe, “Fine-tuning image-conditional diffusion models is easier than you think,” in WACV, 2025
2025
-
[16]
Fast Underwater Image En- hancement for Improved Visual Perception,
M. J. Islam, Y. Xia, and J. Sattar, “Fast Underwater Image En- hancement for Improved Visual Perception,” IEEE Robotics and Automation Letters (RA-L), vol. 5, no. 2, pp. 3227–3234, 2020
2020
-
[17]
Simultaneous Enhancement and Super-Resolution of Underwater Imagery for Improved Vi- sual Perception,
M. J. Islam, P . Luo, and J. Sattar, “Simultaneous Enhancement and Super-Resolution of Underwater Imagery for Improved Vi- sual Perception,” in Robotics: Science and Systems (RSS) , Corvalis, Oregon, USA, July 2020
2020
-
[18]
Marvis: Motion & geometry aware real and virtual image seg- mentation,
J. Wu, X. Lin, S. Negahdaripour, C. Ferm ¨uller, and Y. Aloimonos, “Marvis: Motion & geometry aware real and virtual image seg- mentation,” in IROS, 2024
2024
-
[19]
3d reconstruction of underwater scenes using nonlinear domain projection,
J. Wu, B. Yu, and M. J. Islam, “3d reconstruction of underwater scenes using nonlinear domain projection,” in IEEE Conference on Artificial Intelligence (CAI), 2023
2023
-
[20]
Low-cost depth estimation and 3d reconstruction in scat- tering medium,
J. Wu, “Low-cost depth estimation and 3d reconstruction in scat- tering medium,” Ph.D. dissertation, University of Florida, 2023
2023
-
[21]
Enhancing underwater imagery using generative adversarial networks,
C. Fabbri, M. J. Islam, and J. Sattar, “Enhancing underwater imagery using generative adversarial networks,” in ICRA, 2018
2018
-
[22]
Fast underwater image en- hancement for improved visual perception,
M. J. Islam, Y. Xia, and J. Sattar, “Fast underwater image en- hancement for improved visual perception,” IEEE Robotics and Automation Letters, vol. 5, no. 2, pp. 3227–3234, 2020
2020
-
[23]
Contrastive semi- supervised learning for underwater image restoration via reliable bank,
S. Huang, K. Wang, H. Liu, J. Chen, and Y. Li, “Contrastive semi- supervised learning for underwater image restoration via reliable bank,” in CVPR, 2023
2023
-
[24]
Histoformer: Histogram-based transformer for efficient underwater image en- hancement,
Y.-T. Peng, Y.-R. Chen, G.-R. Chen, and C.-J. Liao, “Histoformer: Histogram-based transformer for efficient underwater image en- hancement,” IEEE Journal of Oceanic Engineering, 2024
2024
-
[25]
Phaseformer: Phase-based attention mechanism for underwater image restoration and beyond,
M. Khan, A. Negi, A. Kulkarni, S. S. Phutke, S. K. Vipparthi, and S. Murala, “Phaseformer: Phase-based attention mechanism for underwater image restoration and beyond,” arXiv preprint arXiv:2412.01456, 2024
2024 arXiv
-
[26]
Wavelength-based attributed deep neural network for underwater image restoration,
P . Sharma, I. Bisht, and A. Sur, “Wavelength-based attributed deep neural network for underwater image restoration,” ACM TOMM, 2023
2023
-
[27]
Osmosis: Rgbd diffusion prior for underwater image restoration,
O. B. Nathan, D. Levy, T. Treibitz, and D. Rosenbaum, “Osmosis: Rgbd diffusion prior for underwater image restoration,” in ECCV, 2024
2024
-
[28]
Adding conditional control to text-to-image diffusion models,
L. Zhang, A. Rao, and M. Agrawala, “Adding conditional control to text-to-image diffusion models,” in ICCV, 2023
2023
-
[29]
Sdedit: Guided image synthesis and editing with stochastic dif- ferential equations,
C. Meng, Y. He, Y. Song, J. Song, J. Wu, J.-Y. Zhu, and S. Ermon, “Sdedit: Guided image synthesis and editing with stochastic dif- ferential equations,” arXiv preprint arXiv:2108.01073, 2021
2021 arXiv
-
[30]
Breathing new life into 3d assets with generative repainting,
T. Wang, M. Kanakis, K. Schindler, L. Van Gool, and A. Obukhov, “Breathing new life into 3d assets with generative repainting,” in BMVC, 2023
2023
-
[31]
Dginstyle: Domain-generalizable semantic segmen- tation with image diffusion models and stylized semantic control,
Y. Jia, L. Hoyer, S. Huang, T. Wang, L. Van Gool, K. Schindler, and A. Obukhov, “Dginstyle: Domain-generalizable semantic segmen- tation with image diffusion models and stylized semantic control,” in ECCV, 2024
2024
-
[32]
Consistencyˆ 2: Consis- tent and fast 3d painting with latent consistency models,
T. Wang, A. Obukhov, and K. Schindler, “Consistencyˆ 2: Consis- tent and fast 3d painting with latent consistency models,” arXiv preprint arXiv:2406.11202, 2024
2024 arXiv
-
[33]
Parametric shadow control for portrait generation in text-to-image diffusion models,
H. Cai, T.-W. Huang, S. Gehlot, B. Y. Feng, S. Shah, G.-M. Su, and C. Metzler, “Parametric shadow control for portrait generation in text-to-image diffusion models,” arXiv preprint arXiv:2503.21943 , 2025
2025 arXiv
-
[34]
Stablenormal: Reducing diffusion variance for stable and sharp normal,
C. Ye, L. Qiu, X. Gu, Q. Zuo, Y. Wu, Z. Dong, L. Bo, Y. Xiu, and X. Han, “Stablenormal: Reducing diffusion variance for stable and sharp normal,” ACM Transactions on Graphics, 2024
2024
-
[35]
Deblurring via stochastic refinement,
J. Whang, M. Delbracio, H. Talebi, C. Saharia, A. G. Dimakis, and P . Milanfar, “Deblurring via stochastic refinement,” inCVPR, 2022
2022
-
[36]
The power of context: How multimodality im- proves image super-resolution,
K. Mei, H. Talebi, M. Ardakani, V . M. Patel, P . Milanfar, and M. Delbracio, “The power of context: How multimodality im- proves image super-resolution,” in CVPR, 2025
2025
-
[37]
Ima- genet: A large-scale hierarchical image database,
J. Deng, W. Dong, R. Socher, L.-J. Li, K. Li, and L. Fei-Fei, “Ima- genet: A large-scale hierarchical image database,” in CVPR, 2009
2009
-
[38]
Diffusion models beat gans on image synthesis,
P . Dhariwal and A. Nichol, “Diffusion models beat gans on image synthesis,” in NeurIPS, 2021
2021
-
[39]
Computer modeling and the design of optimal under- water imaging systems,
J. S. Jaffe, “Computer modeling and the design of optimal under- water imaging systems,” IEEE journal of oceanic engineering, vol. 15, no. 2, pp. 101–111, 1990. 10
1990
-
[40]
U-net: Convolutional net- works for biomedical image segmentation,
O. Ronneberger, P . Fischer, and T. Brox, “U-net: Convolutional net- works for biomedical image segmentation,” inMICCAI, N. Navab, J. Hornegger, W. M. W. III, and A. F. Frangi, Eds., 2015
2015
-
[41]
Denoising diffusion implicit models,
J. Song, C. Meng, and S. Ermon, “Denoising diffusion implicit models,” in ICLR, 2021
2021
-
[42]
Score-based generative modeling through stochastic differential equations,
Y. Song, J. Sohl-Dickstein, D. P . Kingma, A. Kumar, S. Ermon, and B. Poole, “Score-based generative modeling through stochastic differential equations,” in ICLR, 2021
2021
-
[43]
Auto-encoding variational bayes,
D. P . Kingma and M. Welling, “Auto-encoding variational bayes,” in ICLR, 2014
2014
-
[44]
Latent consistency models: Synthesizing high-resolution images with few-step infer- ence,
S. Luo, Y. Tan, L. Huang, J. Li, and H. Zhao, “Latent consistency models: Synthesizing high-resolution images with few-step infer- ence,” arXiv preprint arXiv:2310.04378, 2023
2023 arXiv
-
[45]
Consistency models,
Y. Song, P . Dhariwal, M. Chen, and I. Sutskever, “Consistency models,” in NeurIPS, 2023
2023
-
[46]
Progressive distillation for fast sampling of diffusion models,
T. Salimans and J. Ho, “Progressive distillation for fast sampling of diffusion models,” in ICLR, 2022
2022
-
[47]
Elucidating the design space of diffusion-based generative models,
T. Karras, M. Aittala, T. Aila, and S. Laine, “Elucidating the design space of diffusion-based generative models,” in NeurIPS, 2022
2022
-
[48]
Depth pro: Sharp monocular metric depth in less than a second,
A. Bochkovskii, A. Delaunoy, H. Germain, M. Santos, Y. Zhou, S. R. Richter, and V . Koltun, “Depth pro: Sharp monocular metric depth in less than a second,” arXiv preprint arXiv:2410.02073, 2024
2024 arXiv
-
[49]
Inherent optical properties of jerlov water types,
M. G. Solonenko and C. D. Mobley, “Inherent optical properties of jerlov water types,” Appl. Opt., no. 17, pp. 5392–5401, 2015
2015
-
[50]
A rapid scene depth estimation model based on underwater light atten- uation prior for underwater image restoration,
W. Song, Y. Wang, D. Huang, and D. Tjondronegoro, “A rapid scene depth estimation model based on underwater light atten- uation prior for underwater image restoration,” in Advances in Multimedia Information Processing – PCM 2018 , 2018
2018
-
[51]
Vision meets robotics: The kitti dataset,
A. Geiger, P . Lenz, C. Stiller, and R. Urtasun, “Vision meets robotics: The kitti dataset,” The international journal of robotics research, 2013
2013
-
[52]
Usod10k: a new benchmark dataset for underwater salient object detection,
L. Hong, X. Wang, G. Zhang, and M. Zhao, “Usod10k: a new benchmark dataset for underwater salient object detection,” IEEE transactions on image processing, 2023
2023
-
[53]
Unsupervised underwater image restoration: From a homology perspective,
Z. Fu, H. Lin, Y. Yang, S. Chai, L. Sun, Y. Huang, and X. Ding, “Unsupervised underwater image restoration: From a homology perspective,” in AAAI, 2022
2022
-
[54]
Underwater 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, “Underwater image enhancement via minimal color loss and locally adaptive contrast enhancement,”IEEE Transactions on Image Processing, vol. 31, pp. 3997–4010, 2022
2022
-
[55]
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 Engineering, vol. 41, no. 3, pp. 541–551, 2015
2015
-
[56]
Musiq: Multi- scale image quality transformer,
J. Ke, Q. Wang, Y. Wang, P . Milanfar, and F. Yang, “Musiq: Multi- scale image quality transformer,” in ICCV, 2021, pp. 5148–5157
2021
-
[57]
Indoor segmentation and support inference from rgbd images,
P . K. Nathan Silberman, Derek Hoiem and R. Fergus, “Indoor segmentation and support inference from rgbd images,” in ECCV, 2012
2012
-
[58]
Ntire 2017 challenge on single image super-resolution: Dataset and study,
E. Agustsson and R. Timofte, “Ntire 2017 challenge on single image super-resolution: Dataset and study,” in CVPR Workshops, 2017
2017
-
[59]
From image descriptions to visual denotations: New similarity metrics for semantic inference over event descriptions,
P . Young, A. Lai, M. Hodosh, and J. Hockenmaier, “From image descriptions to visual denotations: New similarity metrics for semantic inference over event descriptions,” Transactions of the association for computational linguistics, vol. 2, pp. 67–78, 2014
2014
-
[60]
Scene parsing through ade20k dataset,
B. Zhou, H. Zhao, X. Puig, S. Fidler, A. Barriuso, and A. Torralba, “Scene parsing through ade20k dataset,” in CVPR, 2017
2017
-
[61]
Learning-based inverse rendering of com- plex indoor scenes with differentiable monte carlo raytracing,
J. Zhu, F. Luan, Y. Huo, Z. Lin, Z. Zhong, D. Xi, R. Wang, H. Bao, J. Zheng, and R. Tang, “Learning-based inverse rendering of com- plex indoor scenes with differentiable monte carlo raytracing,” in SIGGRAPH Asia, 2022
2022
-
[62]
Map-guided curriculum domain adaptation and uncertainty-aware evaluation for semantic nighttime image segmentation,
C. Sakaridis, D. Dai, and L. Van Gool, “Map-guided curriculum domain adaptation and uncertainty-aware evaluation for semantic nighttime image segmentation,” IEEE TP AMI, 2020
2020
-
[63]
Marine video kit: A new marine video dataset for content-based analysis and retrieval,
Q.-T. Truong, T.-A. Vu, T.-S. Ha, J. Loko ˇc, Y. H. W. Tim, A. Joneja, and S.-K. Yeung, “Marine video kit: A new marine video dataset for content-based analysis and retrieval,” in MultiMedia Modeling, 2023. Jiayi Wuis a Ph.D. student at the Perception and Robotics Group of the...
2023
Reviewed August 6, 2026 · model on record in the stance chip above.
Discussion (0). Sign in to comment.