CVDec 23, 2024

Guided Real Image Dehazing using YCbCr Color Space

arXiv:2412.17496v250 citationsh-index: 3Has CodeAAAI
Originality Highly original
AI Analysis

This addresses image quality issues in real-world applications like surveillance and autonomous driving, though it appears incremental as it builds on existing learning-based dehazing approaches.

The paper tackles the problem of residual haze in image dehazing by proposing a Structure Guided Dehazing Network (SGDN) that leverages YCbCr color space features to guide RGB processing, and introduces a Real-World Well-Aligned Haze (RW²AH) dataset for supervised learning. The method surpasses existing state-of-the-art methods across multiple real-world datasets.

Image dehazing, particularly with learning-based methods, has gained significant attention due to its importance in real-world applications. However, relying solely on the RGB color space often fall short, frequently leaving residual haze. This arises from two main issues: the difficulty in obtaining clear textural features from hazy RGB images and the complexity of acquiring real haze/clean image pairs outside controlled environments like smoke-filled scenes. To address these issues, we first propose a novel Structure Guided Dehazing Network (SGDN) that leverages the superior structural properties of YCbCr features over RGB. It comprises two key modules: Bi-Color Guidance Bridge (BGB) and Color Enhancement Module (CEM). BGB integrates a phase integration module and an interactive attention module, utilizing the rich texture features of the YCbCr space to guide the RGB space, thereby recovering clearer features in both frequency and spatial domains. To maintain tonal consistency, CEM further enhances the color perception of RGB features by aggregating YCbCr channel information. Furthermore, for effective supervised learning, we introduce a Real-World Well-Aligned Haze (RW$^2$AH) dataset, which includes a diverse range of scenes from various geographical regions and climate conditions. Experimental results demonstrate that our method surpasses existing state-of-the-art methods across multiple real-world smoke/haze datasets. Code and Dataset: \textcolor{blue}{\url{https://github.com/fiwy0527/AAAI25_SGDN.}}

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