Adaptive spatiotemporal partitioning for efficient video dehazing
摘要
Video dehazing aims to restore clear and high-contrast video frames from hazy inputs. However, the non-homogeneous spatial distribution of haze and its temporal variations pose significant challenges. To address these issues, we propose a novel adaptive spatiotemporal partitioning video dehazing network (ASTP-Net). Specifically, a sliding window correlation attention (SWCA) module is proposed to capture interactive haze density information locally and establish long-range spatial dependencies. In addition, we propose a temporal neighborhood complementary attention (TNCA) module to adaptively aggregate complementary information between reference frames, mitigating temporal variations. Comprehensive experiments demonstrate that our ASTP-Net outperforms state-of-the-art video dehazing methods, achieving a 2.43 dB improvement in PSNR and a 2.38% improvement in SSIM on benchmark datasets. The proposed approach not only enhances dehazing performance, but also demonstrates improved computational efficiency. The dataset, source code, and usage guidelines are available at the following link: https://github.com/CodeStarting-design/ASTP-net.