SOTAVerified

CasDyF-Net: Image Dehazing via Cascaded Dynamic Filters

2024-09-13Code Available0· sign in to hype

Wang Yinglong, He Bin

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Image dehazing aims to restore image clarity and visual quality by reducing atmospheric scattering and absorption effects. While deep learning has made significant strides in this area, more and more methods are constrained by network depth. Consequently, lots of approaches have adopted parallel branching strategies. however, they often prioritize aspects such as resolution, receptive field, or frequency domain segmentation without dynamically partitioning branches based on the distribution of input features. Inspired by dynamic filtering, we propose using cascaded dynamic filters to create a multi-branch network by dynamically generating filter kernels based on feature map distribution. To better handle branch features, we propose a residual multiscale block (RMB), combining different receptive fields. Furthermore, we also introduce a dynamic convolution-based local fusion method to merge features from adjacent branches. Experiments on RESIDE, Haze4K, and O-Haze datasets validate our method's effectiveness, with our model achieving a PSNR of 43.21dB on the RESIDE-Indoor dataset. The code is available at https://github.com/dauing/CasDyF-Net.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
Dense-HazeCasDyF-NetPSNR17.56Unverified
Haze4kCasDyF-NetPSNR35.73Unverified
O-HazeCasDyF-NetPSNR25.44Unverified
SOTS IndoorCasDyF-NetSSIM1Unverified
SOTS OutdoorCasDyF-NetPSNR38.86Unverified

Reproductions