REVIEW 4 major objections 5 minor 51 references
When Schr\"odinger Bridge Meets Real-World Image Dehazing with Unpaired Training
T0 review · 4 major / 5 minor · reviewed 2026-08-06 · deepseek-v4-flash
Pith's one-line read This paper claims that modeling unpaired image dehazing as a Schrödinger Bridge—an entropy-regularized optimal transport path between hazy and clear image distributions—produces state-of-the-art dehazing results in just a few sampling…
desk verdict A solid unpaired dehazing system with plausible metrics, but the OT theory is asserted rather than shown and a key baseline is missing—worth refereeing with requests for the supplement and a fairer comparison set. 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 the static Schrödinger Bridge, formulated as an entropy-regularized optimal transport problem between the hazy distribution $\pi_0$ and the clear distribution $\pi_1$: $Q_{01}^{\mathrm{SB}} = \arg\min_{\gamma \in \Pi(\pi_0,\pi_1)} \mathbb{E}_{(x_0,x_1)\sim\gamma}\|x_0-x_1\|^2 - 2\tau H(\gamma)$. Its key property is that intermediate states follow conditional Gaussians, $p(x(t)\mid x_0,x_1) = \mathcal{N}(tx_1 + (1-t)x_0,\; t(1-t)\tau I)$, and the bridge's self-similarity lets any sub-interval be interpolated recursively. The paper discretizes $[0,1]$ into $N=5$ intervals and trains one time-conditioned generator $G: q_\theta(x_1\mid x(t_i))$ that predicts the target from any intermediate state, using Eq. (12) to step through intermediate states. The load-bearing identity is the reduction of the KL-constrained bridge objective to the weighted loss $L = L_{\mathrm{adv}} + \lambda_{\mathrm{SB}} L_{\mathrm{SB}}$ via Lagrange multipliers, with the entropy term $H(q_\theta(x(t_i),x_1))$ computed as in the paper's reference [20].
What would settle it
Take the released code and retrain on the same unpaired sets with the term $H(q_\theta(x(t_i),x_1))$ replaced by a constant or removed while keeping all other losses; if the RTTS FID stays near the reported 53.120, the Schrödinger Bridge term is not the performance driver. Independently, the derivation from Eq. (3) to Eq. (10) is compressed into 'Using Lagrange multipliers' and the entropy computation is deferred to a supplementary file not present in this preprint, so a full re-derivation that exposes a missing constraint would falsify the theoretical claim even if the output images remain plausible.
Extended reading notes
Core claim
The core claim is that a Schrödinger Bridge objective, implemented with a single time-conditioned generator and an adversarial loss, can replace both the limited mapping of GAN generators and the many-step Gaussian-noise diffusion pipeline for unpaired dehazing. Concretely, the paper optimizes $L = L_{\mathrm{adv}} + \lambda_{\mathrm{SB}} L_{\mathrm{SB}}$ plus regularization terms, where $L_{\mathrm{SB}}$ is the entropy-regularized transport cost between intermediate states $x(t_i)$ and the target $x_1$, and reports that this yields optimal transport from hazy to clear images in fewer steps. On RTTS and Haze2020 it reports the best FID among all compared methods (53.120 and 69.796, respectively), and on OHAZE it reports the best full-reference scores (PSNR 18.829, SSIM 0.838), beating paired-training baselines. It also claims the learned haze-aware prompt outperforms fixed prompts such as "hazy image" at distinguishing hazy from clear, with ablations attributing gains to prompt learning and to the physical-prior and high-frequency regularizations.
Load-bearing premise
The load-bearing premise is that one shared time-conditioned generator, trained with the adversarial loss plus the entropy-regularized transport objective with the entropy computed in the style of reference [20], truly realizes the Schrödinger Bridge transition between hazy and clear distributions; if that objective is not what the training actually implements, the claimed optimal-transport advantage is unsupported.
Editorial extensions
If this is right
- If the central claim holds, unpaired dehazing trained on real-world hazy photos can match or beat paired synthetic-trained models on real benchmarks, easing the data bottleneck.
- The adjustable number of function evaluations, down to one step, makes the approach more practical for deployment than diffusion-based dehazing pipelines.
- The learned haze-aware prompt offers a reusable way to inject vision-language knowledge into low-level restoration without paired data.
- The ablations show that the detail-preserving regularizers each contribute, so the recipe is transferable to other unpaired restoration frameworks.
- The reported generalization across RTTS, Haze2020, OHAZE, and IHAZE without retraining suggests the transport captures a domain-level correspondence rather than dataset-specific artifacts.
Reading between the lines
- Editorial inference: the same Schrödinger Bridge formulation is task-agnostic, so a natural testable extension is to apply the identical loss to other unpaired restorations such as low-light enhancement, deraining, or super-resolution, and compare against task-specific GAN baselines; the paper does not make this claim.
- Editorial inference: the derivation from Eq. (3) to Eq. (10) is compressed into "Using Lagrange multipliers," and the entropy computation is deferred to a supplementary file that is not present in this preprint, so an independent re-derivation and an open-sourced entropy implementation would settle whether the SB objective, rather than the adversarial and regularization terms, drives the reported
- Editorial inference: the learned prompt is a single global vector, so extending it to per-image or per-patch adaptive prompts could improve robustness to the varying haze densities the paper acknowledges as a limitation, and would be a natural next experiment.
- Editorial inference: because OHAZE and IHAZE have ground truth and DehazeSB was not retrained on them, a direct comparison with the same model fine-tuned on those paired sets would separate the benefit of the transport prior from the benefit of seeing target-domain data.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes DehazeSB, an unpaired image dehazing framework built on a Schrödinger Bridge formulation. The method first learns a haze-aware CLIP text prompt, then trains a time-conditioned generator with adversarial and SB losses, and adds detail-preserving regularization that combines PatchNCE, physical prior, and high-frequency losses. The authors claim state-of-the-art performance on RTTS, Haze2020, OHAZE, and IHAZE with fewer function evaluations than diffusion baselines, and they provide a public code repository. The manuscript includes quantitative and qualitative comparisons, plus ablations of prompt learning and detail-preservation components.
Significance. If the central theoretical derivation were made rigorous, DehazeSB would be a meaningful advance: it applies entropy-regularized optimal transport/Schrödinger Bridge ideas to unpaired real-world dehazing, combines them with adversarial training and CLIP prompt learning, and reports strong no-reference metrics on several benchmarks. Strengths of the paper include a released codebase, training on real unpaired hazy and clear images, and component-wise ablation studies. However, the main theoretical claim is currently not verifiable because the SB loss derivation and the entropy computation are deferred to an absent supplement, and the empirical SOTA claim omits the most relevant baseline. The work is potentially significant, but it requires substantive revision before the claims can be relied upon.
major comments (4)
- [§4.2, Eq. (10)-(12)] The central loss is asserted rather than derived. Eq. (10) is introduced as the definition of LSB, and Eq. (11) is said to follow "Using Lagrange multipliers," but no derivation connects the static SB problem in Eq. (3) to this objective. In particular, the conditions under which the Markov-chain marginals generated by Eq. (12) match the SB interpolant, the equivalence between H(qθ(x(ti),x1)) and the entropy term in Eq. (3) (including the (1−ti) factor), and the validity of a single time-conditioned generator with an adversarial constraint are all assumed. The text states that the entropy is computed "in a manner similar to UNSB, as detailed in our supplementary materials," but the supplementary file is not present in the preprint. Because the abstract's claim of optimal transport mappings from hazy to clear images rests on Eq. (10), this derivation and the entropy computation must be supplied in the main text or in an accessible supplement before the theoretical claim can be evaluated.
- [Tables 1-2] The most relevant baseline, the authors' own unpaired diffusion dehazing method [22], is omitted from both quantitative tables. Since [22] is also an unpaired diffusion-based dehazer, its absence is particularly damaging to the abstract's claim that DehazeSB surpasses existing state-of-the-art dehazing methods, including unpaired ones. Please add [22] and any other recent unpaired diffusion dehazing baselines to Tables 1 and 2 and discuss the comparison, including the number of function evaluations.
- [Tables 1-4] No experiment is repeated, and no standard deviation or confidence interval is reported. Several of the reported differences are small (e.g., NIQE 3.743 vs. 3.712 in Table 3, or FID 69.796 vs. 72.812 in Table 1), so without variance estimates it is impossible to assess whether these differences are statistically meaningful. At minimum, report the mean and standard deviation over at least three training runs with different seeds for the main tables and the ablation study.
- [§4.3.2, Eq. (13)] The physical prior loss Lphy = Lrec(I, Iphy) with Iphy = J tref + A(1−tref) admits a trivial solution in which J ≈ I and tref ≈ 1, reconstructing the hazy input exactly. The adversarial and SB losses may prevent full collapse, but no analysis or ablation isolates this degeneracy. Please provide evidence that the refined transmission map is non-trivial (e.g., visualizations or statistics of tref) and show that removing Lphy does not trade off identity preservation against actual dehazing.
minor comments (5)
- [§5] The section title "Exprements and Discussion" contains a typo; it should read "Experiments."
- [Table 1] The row labeled "Unpaired UNSB [8]" appears to cite [8] (CUNSB-RFIE) for UNSB, whereas UNSB is reference [20]; please correct the citation and ensure that the baseline is the actual UNSB method.
- [§5.2, Table 2] The text says Table 2 presents results on OHAZE and IHAZE, but the table only reports OHAZE; the IHAZE results are presumably in the missing supplementary material and should be explicitly stated as such.
- [Equations (7) and (8)] The softmax-like expressions in Eqs. (7) and (8) have formatting issues, and the role of the label y in the BCE loss could be clarified in prose to make clear which class is positive and which is negative.
- [General] The supplementary materials are referenced in §4.2, §4.3.1, §4.3.3, and §5, but they are not available in the preprint. All referenced implementation details, entropy computations, and additional results should be made publicly accessible.
Circularity Check
No significant circularity: the Schrödinger Bridge objective is imported from external UNSB/I2SB work, the CLIP prompt is learned from data, and no prediction reduces to a fitted parameter by construction.
full rationale
The claimed derivation chain is not circular. Equation (3) is the standard static Schrödinger Bridge entropy-regularized optimal transport problem, taken from the external UNSB and I2SB literature; the paper does not define the hazy or clear distributions in terms of its own dehazing loss. The transition to Eq. (10) follows UNSB's generator parameterization q_theta(x1 | x(ti)), and the paper explicitly says the entropy term is computed "in a manner similar to UNSB," an external, code-released method, not the authors' own theorem. The CLIP prompt is optimized from unpaired data with a binary cross-entropy objective, so the discriminator signal is not a renamed output of the dehazing network. The detail-preserving regularizers (PatchNCE, DCP-based physical prior, DFT/SSIM/Sobel) are standard externally introduced losses. None of the reported metrics are fitted parameters of the model; they are evaluated on held-out RTTS, Haze2020, OHAZE, and IHAZE datasets. The single self-citation [22] (Lan et al., AAAI 2025) appears in a list of prior unpaired dehazing methods and is not load-bearing for the SB derivation. The paper does omit the derivation from Eq. (3) to Eq. (10) and defers the entropy computation to an absent supplementary file; this is an exposition and completeness problem, not a case of a prediction being equivalent to its input by construction. The table label "UNSB [8]" also mismatches the reference list, which is a correctness risk rather than circularity. Overall, the central claim is externally anchored and self-contained against benchmarks, so the circularity score is 0.
Assumptions & free parameters
free parameters (3)
- Loss weights lambda_SB, lambda_p, lambda_NCE, lambda_phy, lambda_hfd =
1, 1, 1, 0.5, 0.5
- Number of SB intervals N =
5
- Entropy regularization coefficient tau =
Not reported in main text
assumptions (5)
- domain assumption Atmospheric Scattering Model (ASM) I = J t + A(1-t) accurately describes real hazy image formation.
- domain assumption Dark Channel Prior (DCP) estimates of atmospheric light A and transmission t are reliable enough for real-world hazy images.
- domain assumption Pre-trained CLIP embeddings can separate hazy from clear images at the image level.
- standard math The Schrödinger Bridge self-similarity property (Eq. 5) holds for the learned process, as proven in UNSB [20].
- standard math The static SB formulation (Eq. 3) is equivalent to the entropy-regularized optimal transport problem with Gaussian conditional marginals (Eq. 4).
invented entities (1)
-
Haze-aware textual prompt T_hazy
independent evidence
Cite this review
Pith. "Pith review of When Schr\"odinger Bridge Meets Real-World Image Dehazing with Unpaired Training." pith.science (2026). https://pith.science/paper/PVDVJLSR
@misc{pith2026250709524,
author = {Pith},
title = {Pith review of: When Schr\"odinger Bridge Meets Real-World Image Dehazing with Unpaired Training},
year = {2026},
howpublished = {\url{https://pith.science/paper/PVDVJLSR}},
note = {Machine review of arXiv:2507.09524}
}
read the original abstract
Recent advancements in unpaired dehazing, particularly those using GANs, show promising performance in processing real-world hazy images. However, these methods tend to face limitations due to the generator's limited transport mapping capability, which hinders the full exploitation of their effectiveness in unpaired training paradigms. To address these challenges, we propose DehazeSB, a novel unpaired dehazing framework based on the Schr\"odinger Bridge. By leveraging optimal transport (OT) theory, DehazeSB directly bridges the distributions between hazy and clear images. This enables optimal transport mappings from hazy to clear images in fewer steps, thereby generating high-quality results. To ensure the consistency of structural information and details in the restored images, we introduce detail-preserving regularization, which enforces pixel-level alignment between hazy inputs and dehazed outputs. Furthermore, we propose a novel prompt learning to leverage pre-trained CLIP models in distinguishing hazy images and clear ones, by learning a haze-aware vision-language alignment. Extensive experiments on multiple real-world datasets demonstrate our method's superiority. Code: https://github.com/ywxjm/DehazeSB.
Figures
Figures from the paper (3 more)
Reference graph
Works this paper leans on
-
[22]
Exploiting diffusion prior for real-world image dehazing with unpaired training
Yunwei Lan, Zhigao Cui, Chang Liu, Jialun Peng, Nian Wang, Xin Luo, and Dong Liu. Exploiting diffusion prior for real-world image dehazing with unpaired training. In Pro- ceedings of the AAAI Conference on Artificial Intelligence , pages 4455–4463, 2025. 2
work page 2025
-
[1]
I-haze: A dehazing bench- mark with real hazy and haze-free indoor images
Cosmin Ancuti, Codruta O Ancuti, Radu Timofte, and Christophe De Vleeschouwer. I-haze: A dehazing bench- mark with real hazy and haze-free indoor images. In Ad- vanced Concepts for Intelligent Vision Systems: 19th Inter- national Conference, ACIVS 2018, Poitiers, France, Septem- ber 24–27, 2018, Proceedings 19, pages 620–631. Springer,
work page 2018
-
[2]
O-haze: a dehazing bench- mark with real hazy and haze-free outdoor images
Codruta O Ancuti, Cosmin Ancuti, Radu Timofte, and Christophe De Vleeschouwer. O-haze: a dehazing bench- mark with real hazy and haze-free outdoor images. In Pro- ceedings of the IEEE conference on computer vision and pat- tern recognition workshops, pages 754–762, 2018. 6
work page 2018
-
[3]
Dana Berman, Shai Avidan, et al. Non-local image dehazing. In Proceedings of the IEEE conference on computer vision and pattern recognition, pages 1674–1682, 2016. 1
work page 2016
-
[4]
Dehazenet: An end-to-end system for single image haze removal
Bolun Cai, Xiangmin Xu, Kui Jia, Chunmei Qing, and Dacheng Tao. Dehazenet: An end-to-end system for single image haze removal. IEEE transactions on image process- ing, 25(11):5187–5198, 2016. 2
work page 2016
-
[5]
Psd: Principled synthetic-to-real dehazing guided by physi- cal priors
Zeyuan Chen, Yangchao Wang, Yang Yang, and Dong Liu. Psd: Principled synthetic-to-real dehazing guided by physi- cal priors. In Proceedings of the IEEE/CVF conference on computer vision and pattern recognition, pages 7180–7189,
-
[6]
Dea-net: Single image dehazing based on detail-enhanced convolution and content-guided attention
Zixuan Chen, Zewei He, and Zhe-Ming Lu. Dea-net: Single image dehazing based on detail-enhanced convolution and content-guided attention. IEEE Transactions on Image Pro- cessing, 2024. 6
work page 2024
-
[7]
Multi-scale boosted de- hazing network with dense feature fusion
Hang Dong, Jinshan Pan, Lei Xiang, Zhe Hu, Xinyi Zhang, Fei Wang, and Ming-Hsuan Yang. Multi-scale boosted de- hazing network with dense feature fusion. In Proceedings of the IEEE/CVF conference on computer vision and pattern recognition, pages 2157–2167, 2020. 2
work page 2020
Show all 51 references
-
[8]
Cunsb-rfie: Context-aware unpaired neural schrodinger bridge in retinal fundus image enhancement
Xuanzhao Dong, Vamsi Krishna Vasa, Wenhui Zhu, Peijie Qiu, Xiwen Chen, Yi Su, Yujian Xiong, Zhangsihao Yang, Yanxi Chen, and Yalin Wang. Cunsb-rfie: Context-aware unpaired neural schrodinger bridge in retinal fundus image enhancement. In Proceedings of the Winter Conference on...
-
[9]
Cycle- dehaze: Enhanced cyclegan for single image dehazing
Deniz Engin, Anil Genc ¸, and Hazim Kemal Ekenel. Cycle- dehaze: Enhanced cyclegan for single image dehazing. In Proceedings of the IEEE conference on computer vision and pattern recognition workshops, pages 825–833, 2018. 2
2018
-
[10]
Guided real image dehazing using ycbcr color space
Wenxuan Fang, Junkai Fan, Yu Zheng, Jiangwei Weng, Ying Tai, and Jun Li. Guided real image dehazing using ycbcr color space. In Proceedings of the AAAI Conference on Ar- tificial Intelligence, pages 2906–2914, 2025. 6
2025
-
[11]
Yolov3: An incremental improvement
Ali Farhadi and Joseph Redmon. Yolov3: An incremental improvement. In Computer vision and pattern recognition , pages 1–6. Springer Berlin/Heidelberg, Germany, 2018. 1
2018
-
[12]
Dehazing using color-lines
Raanan Fattal. Dehazing using color-lines. ACM transac- tions on graphics (TOG), 34(1):1–14, 2014. 6
2014
-
[13]
Advancing real-world image dehazing: perspective, modules, and training
Yuxin Feng, Long Ma, Xiaozhe Meng, Fan Zhou, Risheng Liu, and Zhuo Su. Advancing real-world image dehazing: perspective, modules, and training. IEEE Transactions on Pattern Analysis and Machine Intelligence, 2024. 2, 6
2024
-
[14]
Generative adversarial networks
Ian Goodfellow, Jean Pouget-Abadie, Mehdi Mirza, Bing Xu, David Warde-Farley, Sherjil Ozair, Aaron Courville, and Yoshua Bengio. Generative adversarial networks. Commu- nications of the ACM, 63(11):139–144, 2020. 2
2020
-
[15]
Onerestore: A universal restoration frame- work for composite degradation
Yu Guo, Yuan Gao, Yuxu Lu, Huilin Zhu, Ryan Wen Liu, and Shengfeng He. Onerestore: A universal restoration frame- work for composite degradation. In European Conference on Computer Vision, pages 255–272. Springer, 2024. 6
2024
-
[16]
Single image haze removal using dark channel prior
Kaiming He, Jian Sun, and Xiaoou Tang. Single image haze removal using dark channel prior. IEEE transactions on pat- tern analysis and machine intelligence , 33(12):2341–2353,
-
[17]
Gans trained by a two time-scale update rule converge to a local nash equilib- rium
Martin Heusel, Hubert Ramsauer, Thomas Unterthiner, Bernhard Nessler, and Sepp Hochreiter. Gans trained by a two time-scale update rule converge to a local nash equilib- rium. Advances in neural information processing systems , 30, 2017. 7
2017
-
[18]
Denoising dif- fusion probabilistic models
Jonathan Ho, Ajay Jain, and Pieter Abbeel. Denoising dif- fusion probabilistic models. Advances in neural information processing systems, 33:6840–6851, 2020. 2
2020
-
[19]
Musiq: Multi-scale image quality transformer
Junjie Ke, Qifei Wang, Yilin Wang, Peyman Milanfar, and Feng Yang. Musiq: Multi-scale image quality transformer. In Proceedings of the IEEE/CVF international conference on computer vision, pages 5148–5157, 2021. 7
2021
-
[20]
Unpaired image-to-image translation via neu- ral schr¨odinger bridge
Beomsu Kim, Gihyun Kwon, Kwanyoung Kim, and Jong Chul Ye. Unpaired image-to-image translation via neu- ral schr¨odinger bridge. In The Twelfth International Confer- ence on Learning Representations, 2024. 3, 4, 5
2024
-
[21]
Ensembling off-the-shelf models for gan training
Nupur Kumari, Richard Zhang, Eli Shechtman, and Jun-Yan Zhu. Ensembling off-the-shelf models for gan training. In Proceedings of the IEEE/CVF conference on computer vi- sion and pattern recognition, pages 10651–10662, 2022. 5
2022
-
[23]
Benchmarking single- image dehazing and beyond
Boyi Li, Wenqi Ren, Dengpan Fu, Dacheng Tao, Dan Feng, Wenjun Zeng, and Zhangyang Wang. Benchmarking single- image dehazing and beyond. IEEE Transactions on Image Processing, 28(1):492–505, 2018. 6
2018
-
[24]
You only look yourself: Un- supervised and untrained single image dehazing neural net- work
Boyun Li, Yuanbiao Gou, Shuhang Gu, Jerry Zitao Liu, Joey Tianyi Zhou, and Xi Peng. You only look yourself: Un- supervised and untrained single image dehazing neural net- work. International Journal of Computer Vision, 129:1754– 1767, 2021. 2, 6
2021
-
[25]
Ustc-td: A test dataset and bench- mark for image and video coding in 2020s
Zhuoyuan Li, Junqi Liao, Chuanbo Tang, Haotian Zhang, Yuqi Li, Yifan Bian, Xihua Sheng, Xinmin Feng, Yao Li, Changsheng Gao, et al. Ustc-td: A test dataset and bench- mark for image and video coding in 2020s. arXiv preprint arXiv:2409.08481, 2024. 2
2024 arXiv
-
[26]
Iterative prompt learning for unsupervised backlit image enhancement
Zhexin Liang, Chongyi Li, Shangchen Zhou, Ruicheng Feng, and Chen Change Loy. Iterative prompt learning for unsupervised backlit image enhancement. In Proceedings of the IEEE/CVF International Conference on Computer Vi- sion, pages 8094–8103, 2023. 4
2023
-
[27]
Theodorou, Weili Nie, and Anima Anandkumar
Guan-Horng Liu, Arash Vahdat, De-An Huang, Evange- los A. Theodorou, Weili Nie, and Anima Anandkumar. I2sb: Image-to-image schr ¨odinger bridge. In Proceedings of the 40th International Conference on Machine Learning . JMLR.org, 2023. 3
2023
-
[28]
Diff-plugin: Revitalizing details for diffusion-based low-level tasks
Yuhao Liu, Zhanghan Ke, Fang Liu, Nanxuan Zhao, and Rynson WH Lau. Diff-plugin: Revitalizing details for diffusion-based low-level tasks. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 4197–4208, 2024. 6
2024
-
[29]
completely blind
Anish Mittal, Rajiv Soundararajan, and Alan C Bovik. Mak- ing a “completely blind” image quality analyzer. IEEE Sig- nal processing letters, 20(3):209–212, 2012. 7
2012
-
[30]
Unsupervised image prior via prompt learning and clip se- mantic guidance for low-light image enhancement
Igor Morawski, Kai He, Shusil Dangi, and Winston H Hsu. Unsupervised image prior via prompt learning and clip se- mantic guidance for low-light image enhancement. In Pro- ceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 5971–5981, 2024. 4
2024
-
[31]
Vision in bad weather
Shree K Nayar and Srinivasa G Narasimhan. Vision in bad weather. In Proceedings of the seventh IEEE international conference on computer vision, pages 820–827. IEEE, 1999. 1
1999
-
[32]
Contrastive learning for unpaired image-to-image translation
Taesung Park, Alexei A Efros, Richard Zhang, and Jun- Yan Zhu. Contrastive learning for unpaired image-to-image translation. In Computer Vision–ECCV 2020: 16th Euro- pean Conference, Glasgow, UK, August 23–28, 2020, Pro- ceedings, Part IX 16, pages 319–345. Springer, 2020. 5, 6
2020
-
[33]
Mb-taylorformer: Multi-branch efficient transformer expanded by taylor formula for image dehazing
Yuwei Qiu, Kaihao Zhang, Chenxi Wang, Wenhan Luo, Hongdong Li, and Zhi Jin. Mb-taylorformer: Multi-branch efficient transformer expanded by taylor formula for image dehazing. In Proceedings of the IEEE/CVF International Conference on Computer Vision, pages 12802–12813, 2023. 2, 6
2023
-
[34]
Learning Transferable Visual Models From Natural Language Supervision
Alec Radford, Jong Wook Kim, Chris Hallacy, Aditya Ramesh, Gabriel Goh, Sandhini Agarwal, Girish Sastry, Amanda Askell, Pamela Mishkin, Jack Clark, Gretchen Krueger, and Ilya Sutskever. Learning Transferable Visual Models From Natural Language Supervision. In ICML, pages 8748–...
2021
-
[35]
High-resolution image synthesis with latent diffusion models
Robin Rombach, Andreas Blattmann, Dominik Lorenz, Patrick Esser, and Bj ¨orn Ommer. High-resolution image synthesis with latent diffusion models. In Proceedings of the IEEE/CVF conference on computer vision and pattern recognition, pages 10684–10695, 2022. 2
2022
-
[36]
U- net: Convolutional networks for biomedical image segmen- tation
Olaf Ronneberger, Philipp Fischer, and Thomas Brox. U- net: Convolutional networks for biomedical image segmen- tation. In Medical image computing and computer-assisted intervention–MICCAI 2015: 18th international conference, Munich, Germany, October 5-9, 2015, proceedings, pa...
2015
-
[37]
Sur la th ´eorie relativiste de l’´electron et l’interpr´etation de la m ´ecanique quantique
Erwin Schr ¨odinger. Sur la th ´eorie relativiste de l’´electron et l’interpr´etation de la m ´ecanique quantique. In Annales de l’institut Henri Poincar´e, pages 269–310, 1932. 2
1932
-
[38]
Domain adaptation for image dehazing
Yuanjie Shao, Lerenhan Li, Wenqi Ren, Changxin Gao, and Nong Sang. Domain adaptation for image dehazing. In Pro- ceedings of the IEEE/CVF conference on computer vision and pattern recognition, pages 2808–2817, 2020. 6
2020
-
[39]
Denois- ing diffusion implicit models
Jiaming Song, Chenlin Meng, and Stefano Ermon. Denois- ing diffusion implicit models. In International Conference on Learning Representations, 2021. 2
2021
-
[40]
Ucl-dehaze: Towards real-world image dehazing via unsupervised contrastive learning.IEEE Transactions on Im- age Processing, 2024
Yongzhen Wang, Xuefeng Yan, Fu Lee Wang, Haoran Xie, Wenhan Yang, Xiao-Ping Zhang, Jing Qin, and Mingqiang Wei. Ucl-dehaze: Towards real-world image dehazing via unsupervised contrastive learning.IEEE Transactions on Im- age Processing, 2024. 2
2024
-
[41]
Image quality assessment: from error visibility to structural similarity
Zhou Wang, Alan C Bovik, Hamid R Sheikh, and Eero P Si- moncelli. Image quality assessment: from error visibility to structural similarity. IEEE transactions on image processing, 13(4):600–612, 2004. 7
2004
-
[42]
Maniqa: Multi-dimension attention network for no-reference image quality assessment
Sidi Yang, Tianhe Wu, Shuwei Shi, Shanshan Lao, Yuan Gong, Mingdeng Cao, Jiahao Wang, and Yujiu Yang. Maniqa: Multi-dimension attention network for no-reference image quality assessment. In Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , pag...
2022
-
[43]
Self-augmented unpaired image de- hazing via density and depth decomposition
Yang Yang, Chaoyue Wang, Risheng Liu, Lin Zhang, Xiaojie Guo, and Dacheng Tao. Self-augmented unpaired image de- hazing via density and depth decomposition. In Proceedings of the IEEE/CVF conference on computer vision and pattern recognition, pages 2037–2046, 2022. 2, 5, 6
2022
-
[44]
Robust unpaired image dehazing via density and depth de- composition
Yang Yang, Chaoyue Wang, Xiaojie Guo, and Dacheng Tao. Robust unpaired image dehazing via density and depth de- composition. International Journal of Computer Vision, 132 (5):1557–1577, 2024. 2, 6
2024
-
[45]
Vsi: A visual saliency-induced index for perceptual image quality assess- ment
Lin Zhang, Ying Shen, and Hongyu Li. Vsi: A visual saliency-induced index for perceptual image quality assess- ment. IEEE Transactions on Image processing , 23(10): 4270–4281, 2014. 7
2014
-
[46]
The unreasonable effectiveness of deep features as a perceptual metric
Richard Zhang, Phillip Isola, Alexei A Efros, Eli Shecht- man, and Oliver Wang. The unreasonable effectiveness of deep features as a perceptual metric. In Proceedings of the IEEE conference on computer vision and pattern recogni- tion, pages 586–595, 2018. 5
2018
-
[47]
Re- finednet: A weakly supervised refinement framework for sin- gle image dehazing
Shiyu Zhao, Lin Zhang, Ying Shen, and Yicong Zhou. Re- finednet: A weakly supervised refinement framework for sin- gle image dehazing. IEEE Transactions on Image Process- ing, 30:3391–3404, 2021. 2, 5, 6
2021
-
[48]
Curricular contrastive regularization for physics-aware single image dehazing
Yu Zheng, Jiahui Zhan, Shengfeng He, Junyu Dong, and Yong Du. Curricular contrastive regularization for physics-aware single image dehazing. In Proceedings of the IEEE/CVF conference on computer vision and pattern recognition, pages 5785–5794, 2023. 2, 6
2023
-
[49]
Semantic under- standing of scenes through the ade20k dataset
Bolei Zhou, Hang Zhao, Xavier Puig, Tete Xiao, Sanja Fi- dler, Adela Barriuso, and Antonio Torralba. Semantic under- standing of scenes through the ade20k dataset. International Journal of Computer Vision, 127:302–321, 2019. 6
2019
-
[50]
Unpaired image-to-image translation using cycle- consistent adversarial networks
Jun-Yan Zhu, Taesung Park, Phillip Isola, and Alexei A Efros. Unpaired image-to-image translation using cycle- consistent adversarial networks. In Proceedings of the IEEE international conference on computer vision , pages 2223– 2232, 2017. 2, 5
2017
-
[51]
A fast single image haze removal algorithm using color attenuation prior
Qingsong Zhu, Jiaming Mai, and Ling Shao. A fast single image haze removal algorithm using color attenuation prior. IEEE transactions on image processing, 24(11):3522–3533,
Reviewed August 6, 2026 · model on record in the stance chip above.
Discussion (0). Sign in to comment.