REVIEW 3 major objections 7 minor 55 references
Depth-Centric Dehazing and Depth-Estimation from Real-World Hazy Driving Video
T0 review · 3 major / 7 minor · reviewed 2026-08-11 · deepseek-v4-flash
Pith's one-line read This paper claims that one shared per-pixel depth map can drive both haze removal and monocular depth estimation in real hazy driving videos, with the two tasks reinforcing each other and beating separate state-of-the-art methods on both.
desk verdict Plausible new joint dehazing/depth framework, but the static-scene assumption in the BCC loop and the dense-fog depth anomaly keep it from being fully convincing. 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 engine of the paper is the unified ASM-BCC model of Eq. (3), which writes the hazy frame as $I_t(x)=J_t(x)e^{-\beta d(x)}+A_\infty(1-e^{-\beta d(x)})$ and simultaneously writes the dehazed target frame as a reprojection $J_t(x)=S(J_s,y)$ with $y\sim K P_{x\to y}d(x)K^{-1}x$. Here $d$ is the single per-pixel depth map from the shared depth network, $J_t$ and $J_s$ are dehazed frames, $\beta$ is a learned non-uniform scattering coefficient, $P_{x\to y}$ is the relative pose, and $S$ is differentiable bilinear sampling. The depth map is the pivot: it is the variable through which haze physics and temporal geometry exchange information. Two regularizers around this core, a wavelet-frequency discriminator that restores high-frequency detail in dehazed frames and a mean-normalized depth discriminator that suppresses black holes in low-texture regions, use a non-aligned clear video and its estimated depth as supervision.
What would settle it
Render or record a hazy driving sequence with known per-pixel depth and a clearly moving foreground object, then run the model with and without the brightness-consistency branch while measuring depth error only inside the moving object's mask. If the moving region's depth error is systematically worse with the branch enabled, the static-scene assumption is the failure mode and the photometric gradient is corrupting the shared depth estimate.
Extended reading notes
Core claim
The central discovery is that the atmospheric scattering model and the brightness consistency constraint can be unified by making them both depend on the same depth map, and that this shared dependency is what lets the two tasks improve each other. Given a current hazy frame and its neighbors, the model predicts a dehazed pair, a per-pixel depth $d$, a spatially varying scattering coefficient $\beta$, and a relative pose; the scattering model then reconstructs the hazy frame from the dehazed estimate and depth, while the photometric loss reprojects pixels between the dehazed frames using that same $d$. The paper argues that this coupling, regularized by two discriminators that compare the dehazed video and the estimated depth against a non-aligned clear video, is enough to train directly on real hazy driving footage and that it produces both cleaner frames and more reliable depth than running either task separately.
Load-bearing premise
The load-bearing premise is that the scene between adjacent frames is static and rigid, so every pixel's motion is explained by one camera pose and its own depth; when vehicles or pedestrians move, that link breaks and the brightness-consistency loss sends wrong gradients into the shared depth and dehazing networks.
Editorial extensions
If this is right
- Dehazing and depth estimation can be trained together on real, unaligned hazy driving video, removing the need for synthetic hazy/clear pairs or aligned depth ground truth.
- A single per-pixel depth map is the coupling variable: cleaner depth improves haze removal through the scattering model, and cleaner dehazed frames improve depth through reprojection, so gains in either task reinforce the other.
- A spatially varying scattering coefficient $\beta$, rather than a constant one, is needed for real patchy haze and measurably improves depth estimation accuracy.
- The coupled model also works on real indoor smoke data, where it reaches the highest PSNR and SSIM among the compared methods.
- At test time the dehazing and depth branches can be detached and run separately, with inference times of 0.075 s and 0.009 s at $640\times192$.
Reading between the lines
- Extrapolating the paper's architecture, the same shared-depth loop could be applied to other weather degradations such as rain, snow, or low light by swapping the ASM branch for the corresponding forward degradation model; the paper does not test this.
- The static-scene assumption is the most plausible failure point: extending the auto-mask with an explicit motion-segmentation head, and evaluating depth error separately on dynamic and static regions of a hazy benchmark, would test whether moving objects are the main source of residual error.
- Because the non-uniform $\beta$ network is free to vary per pixel, it could absorb misestimation of depth or airlight; constraining $\beta$ with a haze-density or polarization prior would reveal whether the reported depth gains come from true scattering estimation or from an overly flexible parameter.
- The paper's observation that predicted depth visually surpasses the reference depth obtained from a clear-video depth network suggests the ASM reconstruction loss acts as an extra depth cue beyond photometric reprojection; this could be verified by ablating the reconstruction loss and measuring depth error alone.
Signed reviews
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes Depth-Centric Learning (DCL), a self-supervised framework for joint video dehazing and monocular depth estimation from real hazy driving videos. The central idea is a unified ASM-BCC model in which a shared depth network feeds both the atmospheric scattering model (ASM), used to reconstruct the hazy frame from predicted depth, scattering coefficient, airlight, and a dehazed frame, and a brightness consistency constraint (BCC), which reprojects dehazed neighboring frames via predicted depth and pose. Because aligned ground truth for real hazy driving video is unavailable, the method uses misaligned clear reference videos with a non-aligned reference frame matching loss and two discriminators: DMFIR for high-frequency detail preservation and DMDR for reducing black-hole artifacts in weak-texture depth. Experiments are reported on GoProHazy, DrivingHazy, InternetHazy, and DENSE-Fog, with a supplementary REVIDE experiment providing an aligned-ground-truth sanity check. The paper claims state-of-the-art performance in both dehazing and depth estimation, with particularly large margins on no-reference dehazing metrics.
Significance. If the claimed results hold, the paper makes a useful contribution: it demonstrates that a physical-model-based self-supervised loop can jointly dehaze and estimate depth from real hazy video, and the two regularizers (DMFIR and DMDR) address real artifacts without paired supervision. The method is efficient (low inference time and parameter count), and the publicly available project page and the REVIDE aligned-GT experiment are concrete strengths that go beyond no-reference evaluation. However, two concerns limit full confidence: the BCC branch in Eq. (3) assumes a static rigid scene, which is violated in the target driving domain and is not analyzed; and the dense-fog depth results in Table 2 are inconsistent with the paper's overall claim of superiority. The ablations in Table 3 and Table 4 do support the importance of BCC, DMFIR, DMDR, and the losses, which is reassuring, but the dense-fog anomaly and the lack of motion handling prevent an unconditional recommendation.
major comments (3)
- [A Unified ASM-BCC Model, Eqs. (3), (6)-(7)] The BCC branch assumes that every pixel in frame t is related to frame s by a single rigid pose, i.e., y ~ K P_{x->y} d(x) K^{-1} x. In real driving videos, vehicles and pedestrians violate this assumption, and the auto-mask in Eq. (7), taken from Monodepth2, only suppresses pixels where warping does not reduce the photometric error; it is not a motion-segmentation or scene-flow mechanism. The manuscript provides no experiment or analysis isolating dynamic regions, and the supplement's Limitations section explicitly states that collecting high-quality misaligned data in dynamic scenes is challenging. Because the BCC is the mechanism claimed to make joint training beneficial, this untested static-scene assumption is load-bearing for the paper's real-world driving generalization claim. Please either incorporate a motion mask or instance segmentation to exclude dynamic objects, or provide an evaluation (e.g., using DENSE-Fog's radar ground truth in regions flagged as dynamic, or an object-detector-based split) showing that moving objects do not corrupt the depth and dehazing gradients.
- [Experiment Results, Table 2] On the DENSE-Fog dense split, DCL reports the worst Abs Rel (1.182) among all compared methods (e.g., RobustDepth 0.605, Mono-ViFI 0.609, Lite-Mono 0.954) and its RMSE log (0.596) is also worse than RobustDepth (0.515) and Mono-ViFI (0.528). The sentence in Section 'Monocular depth estimation' that DCL 'outperforms the others across nearly all five evaluation metrics' is only true for the light-fog split; the dense-fog results directly contradict the broader claim that DCL excels in real hazy scenes. The parenthetical explanation that 'blurred depth estimates tend to be closer to the mean of the ground truth' is not quantified and does not justify the Abs Rel regression. Please either restrict the claim to light-fog conditions, provide an analysis of why dense-fog depth fails (e.g., predicted depth histograms vs. ground truth), or report per-sequence results to identify whether the failure is systematic or due to a few outliers.
- [Datasets and Evaluation Metrics, Table 1] The main dehazing comparisons on GoProHazy, DrivingHazy, and InternetHazy rely exclusively on no-reference metrics (FADE and NIQE) without error bars, repeated runs, or statistical significance tests. These metrics are known to be sensitive to contrast and color statistics, so the reported improvements (e.g., NIQE 3.4412 vs. DVD 4.4473) might not reflect perceptually meaningful gains. The supplementary REVIDE experiment provides aligned ground truth, but on indoor smoke, not driving haze. If aligned driving data is genuinely unavailable, the authors should report standard deviations over multiple training runs, or add a qualitative user study, or evaluate on an additional real hazy driving dataset with post-hoc alignment, to substantiate the claim of state-of-the-art real-world dehazing.
minor comments (7)
- [Eqs. (2) and (3)] The symbol '~' is used to denote pixel correspondence, but '~' conventionally means 'distributed as' in statistics; please replace it with a clear arrow or the phrase 'is mapped to' to avoid ambiguity.
- [Eqs. (3) and (6)] The symbol 'S' is used both for the differentiable bilinear sampling operation and for the SSIM loss; rename one of them (e.g., use 'B' for bilinear sampling) to prevent confusion.
- [Eq. (7)] The bracket notation [Lpe(Jt, bJt) < Lpe(Jt, Js)] should be explicitly defined as an indicator function, and the text should clarify that ma is applied element-wise to the photometric loss in Eq. (11).
- [Introduction, Contributions] The claim 'To the best of our knowledge, we are the first' is strong; consider softening to 'To our knowledge' and citing any recent concurrent works on joint depth estimation and dehazing from real video.
- [Table 2] The table repeats the five metric headers for light-fog and dense-fog without a clear visual separation; please add subheadings or a blank column so the two splits are immediately distinguishable.
- [Supplemental Material, Limitations] The limitations paragraph (dynamic scenes, small object detail) is placed only in the supplement; please refer to it explicitly in the main text, since it directly qualifies the real-world generalization claim.
- [Supplemental Material, Sec. D] The 'Discussion on predicted depth surpassing reference depth' (Fig. S4) is based on a single visual example; if this claim is important, provide a quantitative comparison (e.g., mean Abs Rel on a subset) between the predicted depth and MonoDepth2 reference depth.
Circularity Check
No significant circularity found: the joint ASM-BCC training is a self-supervised model with external evaluation anchors; its limitations concern modeling assumptions, not circular derivation.
full rationale
The paper does not claim to derive a new physical result from first principles; it constructs a joint training objective that combines two known constraints, the atmospheric scattering model (ASM) and the brightness consistency constraint (BCC), through a shared depth network. Equation (3) is a modeling definition, not a result that reduces to its own inputs. The depth and dehazing outputs are not fitted parameters dressed up as predictions: they are network outputs evaluated on held-out benchmarks, including the external DENSE-Fog depth dataset with sparse radar ground truth and the REVIDE smoke dataset with aligned ground truth. The NRFM module, the non-aligned datasets, and the DVD baseline are drawn from the authors' prior work, but these are used as components and comparisons, not as an unverified authority that forces the conclusion; the central claim is independently testable against non-self baselines and external metrics. The main weakness identified by the reader and in the supplement's limitation note is that the BCC rigidity assumption can be violated by dynamic objects in real driving scenes, and the auto-mask may not fully suppress motion-corrupted gradients. This is a correctness and generalization concern about the modeling assumptions, not circularity: the loss functions and evaluation protocols do not make the reported improvement true by construction. Therefore the circularity score is 0.
Assumptions & free parameters
free parameters (3)
- Loss weights =
eta=1e-1, gamma=2e-1, xi=1e-3, omega1=4e-3, omega2=1e-3
- Photometric weight alpha =
0.85
- Input frame window =
n=1 (3 frames)
assumptions (5)
- domain assumption Atmospheric scattering model (ASM) in Eq. (1) describes haze formation with a single-scattering model and a per-pixel scattering coefficient.
- domain assumption Brightness consistency holds under a rigid scene assumption with known camera intrinsics and estimated pose, as in Eq. (3).
- domain assumption Non-aligned clear reference frames matched by NRFM provide valid supervisory signal despite not being pixel-aligned to hazy frames.
- domain assumption Reference depth from MonoDepth2 trained on clear non-aligned videos is reliable enough for regularization after mean normalization.
- domain assumption Camera intrinsics K are known or calibrated for all evaluation datasets.
Cite this review
Pith. "Pith review of Depth-Centric Dehazing and Depth-Estimation from Real-World Hazy Driving Video." pith.science (2026). https://pith.science/paper/HV5TFZX6
@misc{pith2026241211395,
author = {Pith},
title = {Pith review of: Depth-Centric Dehazing and Depth-Estimation from Real-World Hazy Driving Video},
year = {2026},
howpublished = {\url{https://pith.science/paper/HV5TFZX6}},
note = {Machine review of arXiv:2412.11395}
}
abstract
In this paper, we study the challenging problem of simultaneously removing haze and estimating depth from real monocular hazy videos. These tasks are inherently complementary: enhanced depth estimation improves dehazing via the atmospheric scattering model (ASM), while superior dehazing contributes to more accurate depth estimation through the brightness consistency constraint (BCC). To tackle these intertwined tasks, we propose a novel depth-centric learning framework that integrates the ASM model with the BCC constraint. Our key idea is that both ASM and BCC rely on a shared depth estimation network. This network simultaneously exploits adjacent dehazed frames to enhance depth estimation via BCC and uses the refined depth cues to more effectively remove haze through ASM. Additionally, we leverage a non-aligned clear video and its estimated depth to independently regularize the dehazing and depth estimation networks. This is achieved by designing two discriminator networks: $D_{MFIR}$ enhances high-frequency details in dehazed videos, and $D_{MDR}$ reduces the occurrence of black holes in low-texture regions. Extensive experiments demonstrate that the proposed method outperforms current state-of-the-art techniques in both video dehazing and depth estimation tasks, especially in real-world hazy scenes. Project page: https://fanjunkai1.github.io/projectpage/DCL/index.html.
Figures
Figures from the paper (3 more)
Reference graph
Works this paper leans on
-
[1]
Bijelic, M.; Gruber, T.; Mannan, F.; Kraus, F.; Ritter, W.; Dietmayer, K.; and Heide, F. 2020. Seeing through fog without seeing fog: Deep multimodal sensor fusion in unseen adverse weather. In Proceedings of the IEEE/CVF Conf. on Computer Vision and Pattern Recognition (CVPR), 11682--11692
work page 2020
-
[2]
Chen, C.; Do, M. N.; and Wang, J. 2016. Robust image and video dehazing with visual artifact suppression via gradient residual minimization. In European Conf. on Computer Vision (ECCV), 576--591
work page 2016
-
[3]
Chen, S.; Ye, T.; Shi, J.; Liu, Y.; Jiang, J.; Chen, E.; and Chen, P. 2023. Dehrformer: Real-time transformer for depth estimation and haze removal from varicolored haze scenes. In IEEE International Conf. on Acoustics, Speech and Signal Processing (ICASSP), 1--5
work page 2023
-
[4]
Chen, Z.; Wang, Y.; Yang, Y.; and Liu, D. 2021. PSD: Principled synthetic-to-real dehazing guided by physical priors. In Proceedings of the IEEE/CVF Conf. on Computer Vision and Pattern Recognition (CVPR), 7180--7189
work page 2021
-
[5]
Choi, L. K.; You, J.; and Bovik, A. C. 2015. Referenceless prediction of perceptual fog density and perceptual image defogging. IEEE Trans. on Image Processing, 24(11): 3888--3901
work page 2015
-
[6]
Deng, Z.; Zhu, L.; Hu, X.; Fu, C.-W.; Xu, X.; Zhang, Q.; Qin, J.; and Heng, P.-A. 2019. Deep multi-model fusion for single-image dehazing. In Proceedings of the IEEE/CVF International Conf. on Computer Vision (ICCV), 2453--2462
work page 2019
-
[7]
Eigen, D.; Puhrsch, C.; and Fergus, R. 2014. Depth map prediction from a single image using a multi-scale deep network. Advances in Neural Information Processing Systems (NeurIPS), 27
work page 2014
-
[8]
Fan, J.; Guo, F.; Qian, J.; Li, X.; Li, J.; and Yang, J. 2023. Non-aligned supervision for Real Image Dehazing. arXiv preprint arXiv:2303.04940
work page Pith review arXiv 2023
Show all 55 references
-
[9]
Fan, J.; Weng, J.; Wang, K.; Yang, Y.; Qian, J.; Li, J.; and Yang, J. 2024. Driving-Video Dehazing with Non-Aligned Regularization for Safety Assistance. In Proceedings of the IEEE/CVF Conf. on Computer Vision and Pattern Recognition (CVPR), 26109--26119
2024
-
[10]
Fang, W.; Fan, J.; Zheng, Y.; Weng, J.; Tai, Y.; and Li, J. 2025. Guided Real Image Dehazing using YCbCr Color Space. In Proceedings of the AAAI Conf. on Artificial Intelligence (AAAI)
2025
-
[11]
Fattal, R. 2014. Dehazing using color-lines. ACM Trans. on graphics, 34(1): 1--14
2014
-
[12]
Gao, Y.; Wei, F.; Bao, J.; Gu, S.; Chen, D.; Wen, F.; and Lian, Z. 2021. High-fidelity and arbitrary face editing. In Proceedings of the IEEE/CVF Conf. on Computer Vision and Pattern Recognition (CVPR), 16115--16124
2021
-
[13]
Gasperini, S.; Morbitzer, N.; Jung, H.; Navab, N.; and Tombari, F. 2023. Robust monocular depth estimation under challenging conditions. In Proceedings of the IEEE/CVF International Conf. on Computer Vision (ICCV), 8177--8186
2023
-
[14]
Godard, C.; Mac Aodha, O.; and Brostow, G. J. 2017. Unsupervised monocular depth estimation with left-right consistency. In Proceedings of the IEEE/CVF Conf. on Computer Vision and Pattern Recognition (CVPR), 270--279
2017
-
[15]
Godard, C.; Mac Aodha, O.; Firman, M.; and Brostow, G. J. 2019. Digging into self-supervised monocular depth estimation. In Proceedings of the IEEE/CVF International Conf. on Computer Vision (ICCV), 3828--3838
2019
-
[16]
Hahner, M.; Sakaridis, C.; Dai, D.; and Van Gool, L. 2021. Fog simulation on real LiDAR point clouds for 3D object detection in adverse weather. In Proceedings of the IEEE/CVF International Conf. on Computer Vision (ICCV), 15283--15292
2021
-
[17]
He, K.; Sun, J.; and Tang, X. 2010. Single image haze removal using dark channel prior. IEEE Trans. on Pattern Analysis and Machine Intelligence, 33(12): 2341--2353
2010
-
[18]
Jaderberg, M.; Simonyan, K.; Zisserman, A.; et al. 2015. Spatial transformer networks. Advances in Neural Information Processing Systems (NeurIPS), 28
2015
-
[19]
Johnson, J.; Alahi, A.; and Fei-Fei, L. 2016. Perceptual losses for real-time style transfer and super-resolution. In European Conf. on Computer Vision (ECCV), 694--711
2016
-
[20]
P.; and Ba, J
Kingma, D. P.; and Ba, J. 2014. Adam: A method for stochastic optimization. arXiv preprint arXiv:1412.6980
2014 arXiv
-
[21]
Z.; Zhou, J
Li, B.; Gou, Y.; Gu, S.; Liu, J. Z.; Zhou, J. T.; and Peng, X. 2021. You only look yourself: Unsupervised and untrained single image dehazing neural network. International Journal of Computer Vision, 129: 1754--1767
2021
-
[22]
Li, B.; Peng, X.; Wang, Z.; Xu, J.; and Feng, D. 2018 a . End-to-end united video dehazing and detection. In Proceedings of the AAAI Conf. on Artificial Intelligence (AAAI), volume 32, 7016--7023
2018
-
[23]
Li, B.; Ren, W.; Fu, D.; Tao, D.; Feng, D.; Zeng, W.; and Wang, Z. 2018 b . Benchmarking single-image dehazing and beyond. IEEE Trans. on Image Processing, 28(1): 492--505
2018
-
[24]
Li, J.; Xu, R.; Ma, J.; Zou, Q.; Ma, J.; and Yu, H. 2023. Domain adaptive object detection for autonomous driving under foggy weather. In Proceedings of the IEEE/CVF Winter Conf. on Applications of Computer Vision (WACV), 612--622
2023
-
[25]
T.; Zou, D.; Zhiying Zhou, S.; and Cheong, L.-F
Li, Z.; Tan, P.; Tan, R. T.; Zou, D.; Zhiying Zhou, S.; and Cheong, L.-F. 2015. Simultaneous video defogging and stereo reconstruction. In Proceedings of the IEEE/CVF Conf. on Computer Vision and Pattern Recognition (CVPR), 4988--4997
2015
-
[26]
Liu, H.; Wu, Z.; Li, L.; Salehkalaibar, S.; Chen, J.; and Wang, K. 2022 a . Towards multi-domain single image dehazing via test-time training. In Proceedings of the IEEE/CVF Conf. on Computer Vision and Pattern Recognition (CVPR), 5831--5840
2022
-
[27]
Liu, J.; Kong, L.; Li, B.; Wang, Z.; Gu, H.; and Chen, J. 2024. Mono-ViFI: A Unified Learning Framework for Self-supervised Single-and Multi-frame Monocular Depth Estimation. In European Conf. on Computer Vision (ECCV)
2024
-
[28]
Liu, Y.; Wan, L.; Fu, H.; Qin, J.; and Zhu, L. 2022 b . Phase-based memory network for video dehazing. In Proceedings of the 28th ACM International Conf. on Multimedia (ACMMM), 5427--5435
2022
-
[29]
McCartney, E. J. 1976. Optics of the atmosphere: scattering by molecules and particles. New York
1976
-
[30]
completely blind
Mittal, A.; Soundararajan, R.; and Bovik, A. C. 2012. Making a “completely blind” image quality analyzer. IEEE Signal Processing Letters, 20(3): 209--212
2012
-
[31]
G.; and Nayar, S
Narasimhan, S. G.; and Nayar, S. K. 2002. Vision and the atmosphere. International Journal of Computer Vision, 48: 233--254
2002
-
[32]
Qin, X.; Wang, Z.; Bai, Y.; Xie, X.; and Jia, H. 2020. FFA-Net: Feature fusion attention network for single image dehazing. In Proceedings of the AAAI Conf. on Artificial Intelligence (AAAI), volume 34, 11908--11915
2020
-
[33]
Qu, Y.; Chen, Y.; Huang, J.; and Xie, Y. 2019. Enhanced pix2pix dehazing network. In Proceedings of the IEEE/CVF Conf. on Computer Vision and Pattern Recognition (CVPR), 8160--8168
2019
-
[34]
Ren, W.; Zhang, J.; Xu, X.; Ma, L.; Cao, X.; Meng, G.; and Liu, W. 2018. Deep video dehazing with semantic segmentation. IEEE Trans. on Image Processing, 28(4): 1895--1908
2018
-
[35]
Saunders, K.; Vogiatzis, G.; and Manso, L. J. 2023. Self-supervised Monocular Depth Estimation: Let's Talk About The Weather. In Proceedings of the IEEE/CVF International Conf. on Computer Vision (ICCV), 8907--8917
2023
-
[36]
Shao, Y.; Li, L.; Ren, W.; Gao, C.; and Sang, N. 2020. Domain adaptation for image dehazing. In Proceedings of the IEEE/CVF Conf. on Computer Vision and Pattern Recognition (CVPR), 2808--2817
2020
-
[37]
Wang, K.; Zhang, Z.; Yan, Z.; Li, X.; Xu, B.; Li, J.; and Yang, J. 2021. Regularizing nighttime weirdness: Efficient self-supervised monocular depth estimation in the dark. In Proceedings of the IEEE/CVF International Conf. on Computer Vision (ICCV), 16055--16064
2021
-
[38]
C.; Sheikh, H
Wang, Z.; Bovik, A. C.; Sheikh, H. R.; and Simoncelli, E. P. 2004. Image quality assessment: from error visibility to structural similarity. IEEE Trans. on Image Processing, 13(4): 600--612
2004
-
[39]
Wang, Z.; Zhao, H.; Peng, J.; Yao, L.; and Zhao, K. 2024. ODCR: Orthogonal Decoupling Contrastive Regularization for Unpaired Image Dehazing. In Proceedings of the IEEE/CVF Conf. on Computer Vision and Pattern Recognition (CVPR), 25479--25489
2024
-
[40]
Watson, J.; Mac Aodha, O.; Prisacariu, V.; Brostow, G.; and Firman, M. 2021. The temporal opportunist: Self-supervised multi-frame monocular depth. In Proceedings of the IEEE/CVF Conf. on Computer Vision and Pattern Recognition (CVPR), 1164--1174
2021
-
[41]
Wu, R.-Q.; Duan, Z.-P.; Guo, C.-L.; Chai, Z.; and Li, C. 2023. RIDCP: Revitalizing Real Image Dehazing via High-Quality Codebook Priors. In Proceedings of the IEEE/CVF Conf. on Computer Vision and Pattern Recognition (CVPR), 22282--22291
2023
-
[42]
Xu, J.; Hu, X.; Zhu, L.; Dou, Q.; Dai, J.; Qiao, Y.; and Heng, P.-A. 2023. Video Dehazing via a Multi-Range Temporal Alignment Network with Physical Prior. In Proceedings of the IEEE/CVF Conf. on Computer Vision and Pattern Recognition (CVPR), 18053--18062
2023
-
[43]
I.; Fu, H.; Liu, Y.; Wang, W.; and Zhu, L
Yang, Y.; Aviles-Rivero, A. I.; Fu, H.; Liu, Y.; Wang, W.; and Zhu, L. 2023. Video Adverse-Weather-Component Suppression Network via Weather Messenger and Adversarial Backpropagation. In Proceedings of the IEEE/CVF International Conf. on Computer Vision (ICCV), 13200--13210
2023
-
[44]
Yang, Y.; Wang, C.; Liu, R.; Zhang, L.; Guo, X.; and Tao, D. 2022. Self-augmented unpaired image dehazing via density and depth decomposition. In Proceedings of the IEEE/CVF Conf. on Computer Vision and Pattern Recognition (CVPR), 2037--2046
2022
-
[45]
Ye, T.; Zhang, Y.; Jiang, M.; Chen, L.; Liu, Y.; Chen, S.; and Chen, E. 2022. Perceiving and modeling density for image dehazing. In European Conf. on Computer Vision (ECCV), 130--145
2022
-
[46]
Zhang, N.; Nex, F.; Vosselman, G.; and Kerle, N. 2023. Lite-mono: A lightweight cnn and transformer architecture for self-supervised monocular depth estimation. In Proceedings of the IEEE/CVF Conf. on Computer Vision and Pattern Recognition (CVPR), 18537--18546
2023
-
[47]
Zhang, X.; Dong, H.; Pan, J.; Zhu, C.; Tai, Y.; Wang, C.; Li, J.; Huang, F.; and Wang, F. 2021. Learning to restore hazy video: A new real-world dataset and a new method. In Proceedings of the IEEE/CVF Conf. on Computer Vision and Pattern Recognition (CVPR), 9239--9248
2021
-
[48]
Zhao, C.; Zhang, Y.; Poggi, M.; Tosi, F.; Guo, X.; Zhu, Z.; Huang, G.; Tang, Y.; and Mattoccia, S. 2022. Monovit: Self-supervised monocular depth estimation with a vision transformer. In International Conf. on 3D Vision (3DV), 668--678
2022
-
[49]
Zhao, S.; Zhang, L.; Shen, Y.; and Zhou, Y. 2021. RefineDNet: A weakly supervised refinement framework for single image dehazing. IEEE Trans. on Image Processing, 30: 3391--3404
2021
-
[50]
Zheng, Y.; Zhong, C.; Li, P.; Gao, H.-a.; Zheng, Y.; Jin, B.; Wang, L.; Zhao, H.; Zhou, G.; Zhang, Q.; et al. 2023. Steps: Joint self-supervised nighttime image enhancement and depth estimation. In IEEE International Conf. on Robotics and Automation (ICRA), 4916--4923
2023
-
[51]
Zhou, C.; Teng, M.; Han, Y.; Xu, C.; and Shi, B. 2021. Learning to dehaze with polarization. Advances in Neural Information Processing Systems (NeurIPS), 34: 11487--11500
2021
-
[52]
Zhou, T.; Brown, M.; Snavely, N.; and Lowe, D. G. 2017. Unsupervised learning of depth and ego-motion from video. In Proceedings of the IEEE/CVF Conf. on Computer Vision and Pattern Recognition (CVPR), 1851--1858
2017
-
[53]
Zhu, J.-Y.; Park, T.; Isola, P.; and Efros, A. A. 2017. Unpaired image-to-image translation using cycle-consistent adversarial networks. In Proceedings of the IEEE/CVF International Conf. on Computer Vision (ICCV), 2223--2232
2017
-
[54]
, " * write output.state after.block = add.period write newline
ENTRY address archivePrefix author booktitle chapter edition editor eid eprint howpublished institution isbn journal key month note number organization pages publisher school series title type volume year label extra.label sort.label short.list INTEGERS output.state before.all...
-
[55]
write newline
" write newline "" before.all 'output.state := FUNCTION n.dashify 't := "" t empty not t #1 #1 substring "-" = t #1 #2 substring "--" = not "--" * t #2 global.max substring 't := t #1 #1 substring "-" = "-" * t #2 global.max substring 't := while if t #1 #1 substring * t #2 gl...
Reviewed August 11, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.