Papers › FFA-Net: Feature Fusion Attention Network for Single Image Dehazing

FFA-Net: Feature Fusion Attention Network for Single Image Dehazing

18 Nov 2019arXiv:1911.07559archive 2025-07-28

Xu Qin, Zhilin Wang, Yuanchao Bai, Xiaodong Xie, Huizhu Jia

In this paper, we propose an end-to-end feature fusion at-tention network (FFA-Net) to directly restore the haze-free image. The FFA-Net architecture consists of three key components: 1) A novel Feature Attention (FA) module combines Channel Attention with Pixel Attention mechanism, considering that different channel-wise features contain totally different weighted information and haze distribution is uneven on the different image pixels. FA treats different features and pixels unequally, which provides additional flexibility in dealing with different types of information, expanding the representational ability of CNNs. 2) A basic block structure consists of Local Residual Learning and Feature Attention, Local Residual Learning allowing the less important information such as thin haze region or low-frequency to be bypassed through multiple local residual connections, let main network architecture focus on more effective information. 3) An Attention-based different levels Feature Fusion (FFA) structure, the feature weights are adaptively learned from the Feature Attention (FA) module, giving more weight to important features. This structure can also retain the information of shallow layers and pass it into deep layers. The experimental results demonstrate that our proposed FFA-Net surpasses previous state-of-the-art single image dehazing methods by a very large margin both quantitatively and qualitatively, boosting the best published PSNR metric from 30.23db to 36.39db on the SOTS indoor test dataset. Code has been made available at GitHub.

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

Code

Syntology Ran 0 of 11 code samples harvested from 1 repository linked to this paper; 11 have no recorded run.

By repository: community (archive-listed): 11 samples from 1 repository, 0 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

zhilin007/FFA-Net officialmentioned in papermentioned on GitHubpytorch report
manncodes/dehazing-openvino mentioned on GitHubpytorch report
youreternity1997/Image-dehazing-FFA-Net mentioned on GitHubpytorch report
bitcjm/PaddleVideo paddleApache-2.0 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

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

11unverified

Licence: 0 of the 11 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 bitcjm/PaddleVideo. “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.

build_assigner bitcjm/PaddleVideo/paddlevideo/modeling/builder.py community (archive-listed) unverified Apache-2.0 (permissive) · 53a344650c2ae128 · report
build_backbone bitcjm/PaddleVideo/paddlevideo/modeling/builder.py community (archive-listed) unverified Apache-2.0 (permissive) · bd2c60c19da90ad9 · report
build_batch_pipeline bitcjm/PaddleVideo/paddlevideo/loader/builder.py community (archive-listed) unverified Apache-2.0 (permissive) · 5dfa351278eb7273 · report
build_dataset bitcjm/PaddleVideo/paddlevideo/loader/builder.py community (archive-listed) unverified Apache-2.0 (permissive) · c5410bba5ff1d47e · report
build_pipeline bitcjm/PaddleVideo/paddlevideo/loader/builder.py community (archive-listed) unverified Apache-2.0 (permissive) · 47873a8759273c0e · report
build_roi_extractor bitcjm/PaddleVideo/paddlevideo/modeling/builder.py community (archive-listed) unverified Apache-2.0 (permissive) · 3dc760b0bc6bfea5 · report
create_scene_based_summaries bitcjm/PaddleVideo/paddlevideo/metrics/transnetv2_metric.py community (archive-listed) unverified Apache-2.0 (permissive) · 1e52fb40ae4513b2 · report
evaluate_scenes bitcjm/PaddleVideo/paddlevideo/metrics/transnetv2_metric.py community (archive-listed) unverified Apache-2.0 (permissive) · 5f86f604143de119 · report
expand_bbox bitcjm/PaddleVideo/paddlevideo/modeling/bbox_utils.py community (archive-listed) unverified Apache-2.0 (permissive) · c434ee22884ca564 · report
make_image_key bitcjm/PaddleVideo/paddlevideo/metrics/ava_utils.py community (archive-listed) unverified Apache-2.0 (permissive) · bdec6fff71733f82 · report
predictions_to_scenes bitcjm/PaddleVideo/paddlevideo/metrics/transnetv2_metric.py community (archive-listed) unverified Apache-2.0 (permissive) · 3da0df168740c1aa · report

Tasks

Image DehazingSingle Image Dehazing

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Image Dehazing Haze4k FFA-Net PSNR 26.96 #9 of 11 Archive leaderboard report
Image Dehazing Haze4k FFA-Net SSIM 0.95 #9 of 11 Archive leaderboard report
Image Dehazing KITTI FFA-Net PSNR 27.45 #1 of 3 Archive leaderboard report
Image Dehazing RESIDE-6K FFA-Net PSNR 29.96 #4 of 6 Archive leaderboard report
Image Dehazing RESIDE-6K FFA-Net SSIM 0.973 #4 of 6 Archive leaderboard report
Image Dehazing RS-Haze FFA-Net PSNR 39.39 #3 of 7 Archive leaderboard report
Image Dehazing RS-Haze FFA-Net SSIM 0.969 #3 of 7 Archive leaderboard report
Image Dehazing SOTS Indoor FFA-Net PSNR 36.39 #22 of 34 Archive leaderboard report
Image Dehazing SOTS Indoor FFA-Net SSIM 0.989 #22 of 34 Archive leaderboard report
Image Dehazing SOTS Outdoor FFA-Net PSNR 33.57 #21 of 31 Archive leaderboard report
Image Dehazing SOTS Outdoor FFA-Net SSIM 0.9804 #21 of 31 Archive leaderboard report

Ranks are positions in the archive's leaderboards as they stood at the 2025-07-28 snapshot. Results published since then are not among these rows, so a rank here is not a current standing.

Methods

Test

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