CVOct 14, 2024

Interaction-Guided Two-Branch Image Dehazing Network

arXiv:2410.10121v110 citationsh-index: 4Has CodeACCV
Originality Incremental advance
AI Analysis

This work addresses image restoration for hazy images, representing an incremental improvement by combining existing CNN and Transformer methods.

The paper tackles image dehazing by proposing a dual-branch framework that interactively guides CNN and Transformer components to leverage local and global features, achieving competitive performance on synthetic and real datasets.

Image dehazing aims to restore clean images from hazy ones. Convolutional Neural Networks (CNNs) and Transformers have demonstrated exceptional performance in local and global feature extraction, respectively, and currently represent the two mainstream frameworks in image dehazing. In this paper, we propose a novel dual-branch image dehazing framework that guides CNN and Transformer components interactively. We reconsider the complementary characteristics of CNNs and Transformers by leveraging the differential relationships between global and local features for interactive guidance. This approach enables the capture of local feature positions through global attention maps, allowing the CNN to focus solely on feature information at effective positions. The single-branch Transformer design ensures the network's global information recovery capability. Extensive experiments demonstrate that our proposed method yields competitive qualitative and quantitative evaluation performance on both synthetic and real public datasets. Codes are available at https://github.com/Feecuin/Two-Branch-Dehazing

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes