Papers › Real-world Image Dehazing with Coherence-based Pseudo Labeling and Cooperative...

Real-world Image Dehazing with Coherence-based Pseudo Labeling and Cooperative Unfolding Network

12 Jun 2024arXiv:2406.07966archive 2025-07-28

Chengyu Fang, Chunming He, Fengyang Xiao, Yulun Zhang, Longxiang Tang, Yuelin Zhang, Kai Li, Xiu Li

Real-world Image Dehazing (RID) aims to alleviate haze-induced degradation in real-world settings. This task remains challenging due to the complexities in accurately modeling real haze distributions and the scarcity of paired real-world data. To address these challenges, we first introduce a cooperative unfolding network that jointly models atmospheric scattering and image scenes, effectively integrating physical knowledge into deep networks to restore haze-contaminated details. Additionally, we propose the first RID-oriented iterative mean-teacher framework, termed the Coherence-based Label Generator, to generate high-quality pseudo labels for network training. Specifically, we provide an optimal label pool to store the best pseudo-labels during network training, leveraging both global and local coherence to select high-quality candidates and assign weights to prioritize haze-free regions. We verify the effectiveness of our method, with experiments demonstrating that it achieves state-of-the-art performance on RID tasks. Code will be available at \url{https://github.com/cnyvfang/CORUN-Colabator}.

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="2406.07966")

Code

Syntology Ran 13 of 15 code samples harvested from 1 repository linked to this paper; 2 have no recorded run. Of those that ran: 3 ran · our draft was wrong; 3 ran · fixture could not drive it; 7 ran with no contract checked.

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

cnyvfang/corun-colabator officialmentioned in papermentioned on GitHubpytorch 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

15 samples harvested; 13 ran; 0 honoured the contract we drafted; 2 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.

3ran · our draft was wrong
3ran · fixture could not drive it
7ran
2unverified

Licence: 15 of the 15 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 cnyvfang/corun-colabator. “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.

MSAB cnyvfang/corun-colabator/corun_colabator/archs/corun_arch.py official repository ran no licence file found · pointer only · 8287ed656ac9641d · report
MST cnyvfang/corun-colabator/corun_colabator/archs/corun_arch.py official repository ran no licence file found · pointer only · d723e3e29bb7d0f7 · report
MS_MSA cnyvfang/corun-colabator/corun_colabator/archs/corun_arch.py official repository ran no licence file found · pointer only · de928acca431447c · report
ProximalDehazingBlock cnyvfang/corun-colabator/corun_colabator/archs/corun_arch.py official repository ran fingerprinted no licence file found · pointer only · 778c1df603a0e82b · report
ProximalTransmissionBlock cnyvfang/corun-colabator/corun_colabator/archs/corun_arch.py official repository ran fingerprinted no licence file found · pointer only · 848c0d2551955ef3 · report
_no_grad_trunc_normal_ cnyvfang/corun-colabator/corun_colabator/archs/corun_arch.py official repository ran · fixture could not drive it no licence file found · pointer only · 7eb8f921afc80af3 · report
conv cnyvfang/CORUN-Colabator/corun_colabator/archs/corun_arch.py official repository ran · our draft was wrong no licence file found · pointer only · 013ca1b768620edd · report
flow_warp cnyvfang/CORUN-Colabator/corun_colabator/archs/arch_util.py official repository ran · our draft was wrong no licence file found · pointer only · ef9faf68f492a375 · report
get_position_from_periods cnyvfang/CORUN-Colabator/corun_colabator/models/lr_scheduler.py official repository ran fingerprinted no licence file found · pointer only · cd569444547de84f · report
make_layer cnyvfang/CORUN-Colabator/corun_colabator/archs/arch_util.py official repository ran · our draft was wrong no licence file found · pointer only · 96ad5dc9ca239aec · report
resize_flow cnyvfang/CORUN-Colabator/corun_colabator/archs/arch_util.py official repository ran no licence file found · pointer only · 5a1d8458dc7077a6 · report
shift_back cnyvfang/CORUN-Colabator/corun_colabator/archs/corun_arch.py official repository ran · fixture could not drive it fingerprinted no licence file found · pointer only · d8d6ba766e739efd · report
trunc_normal_ cnyvfang/corun-colabator/corun_colabator/archs/corun_arch.py official repository ran · fixture could not drive it no licence file found · pointer only · 056f371660385ea5 · report
Basic_block_fix_Plus cnyvfang/corun-colabator/corun_colabator/archs/corun_arch.py official repository unverified no licence file found · pointer only · 1ac7c39e6eae873d · report
CORUN cnyvfang/corun-colabator/corun_colabator/archs/corun_arch.py official repository unverified no licence file found · pointer only · fac7e90412986db2 · report

Tasks

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