Papers › Deep Variational Bayesian Modeling of Haze Degradation Process

Deep Variational Bayesian Modeling of Haze Degradation Process

4 Dec 2024arXiv:2412.03745archive 2025-07-28

Eun Woo Im, Junsung Shin, Sungyong Baik, Tae Hyun Kim

Relying on the representation power of neural networks, most recent works have often neglected several factors involved in haze degradation, such as transmission (the amount of light reaching an observer from a scene over distance) and atmospheric light. These factors are generally unknown, making dehazing problems ill-posed and creating inherent uncertainties. To account for such uncertainties and factors involved in haze degradation, we introduce a variational Bayesian framework for single image dehazing. We propose to take not only a clean image and but also transmission map as latent variables, the posterior distributions of which are parameterized by corresponding neural networks: dehazing and transmission networks, respectively. Based on a physical model for haze degradation, our variational Bayesian framework leads to a new objective function that encourages the cooperation between them, facilitating the joint training of and thereby boosting the performance of each other. In our framework, a dehazing network can estimate a clean image independently of a transmission map estimation during inference, introducing no overhead. Furthermore, our model-agnostic framework can be seamlessly incorporated with other existing dehazing networks, greatly enhancing the performance consistently across datasets and models.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2412.03745")

Code

Syntology Ran 4 of 14 code samples harvested from 2 repositories linked to this paper; 10 have no recorded run. Of those that ran: 1 ran · honoured contract; 2 ran · our draft was wrong; 1 ran · fixture could not drive it.

By repository: official repository: 14 samples from 2 repositories, 4 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

eunwooim/variational-dehazing-networks officialmentioned in paperpytorchMIT report
imeunu/variational-dehazing-networks officialmentioned in paperpytorchMIT report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

14 samples harvested; 4 ran; 1 honoured the contract we drafted; 10 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · honoured contract
2ran · our draft was wrong
1ran · fixture could not drive it
10unverified

Licence: 0 of the 14 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 2 repositories linked to this paper, official or community; each sample names its own and says which. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

default_conv eunwooim/variational-dehazing-networks/GCANet/networks/FFANet.py official repository ran · our draft was wrong MIT (permissive) · 8b0e794d4d8f9b13 · report
get_relative_positions imeunu/variational-dehazing-networks/GCANet/networks/DehazeFormer.py official repository ran · honoured contract MIT (permissive) · 2a53db1b6432ab8c · report
window_partition imeunu/variational-dehazing-networks/GCANet/networks/DehazeFormer.py official repository ran · fixture could not drive it fingerprinted MIT (permissive) · 751569c78a842e44 · report
window_reverse imeunu/variational-dehazing-networks/GCANet/networks/DehazeFormer.py official repository ran · our draft was wrong MIT (permissive) · 7b0d02f75bf6b439 · report
create_window eunwooim/variational-dehazing-networks/FFA-Net/metrics.py official repository unverified MIT (permissive) · 8e6dfffd626f0962 · report
gaussian eunwooim/variational-dehazing-networks/FFA-Net/metrics.py official repository unverified MIT (permissive) · e2424ce033ba3a0f · report
get_A eunwooim/variational-dehazing-networks/FFA-Net/data_utils.py official repository unverified MIT (permissive) · 5cee4e91730de546 · report
loss_val eunwooim/variational-dehazing-networks/DehazeFormer/loss.py official repository unverified MIT (permissive) · 4e61a3a852fc43e1 · report
ssim eunwooim/variational-dehazing-networks/FFA-Net/metrics.py official repository unverified MIT (permissive) · 45f7c22382b7ff2f · report
to_tensor eunwooim/variational-dehazing-networks/GCANet/dataloader.py official repository unverified MIT (permissive) · 6f36ecc8aacd22ba · report
vlb_loss eunwooim/variational-dehazing-networks/DehazeFormer/loss.py official repository unverified MIT (permissive) · 984903591d264892 · report
vlb_loss eunwooim/variational-dehazing-networks/FFA-Net/loss.py official repository unverified MIT (permissive) · 9ae5a705fd7726aa · report
vlb_loss_value eunwooim/variational-dehazing-networks/DehazeFormer/loss.py official repository unverified MIT (permissive) · 4f59ce62f0dd7112 · report
vlb_loss_value eunwooim/variational-dehazing-networks/FFA-Net/loss.py official repository unverified MIT (permissive) · c05ed721f8f2f110 · report

Tasks

Image DehazingSingle Image Dehazing

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections