CVMay 22, 2021

ADNet: Attention-guided Deformable Convolutional Network for High Dynamic Range Imaging

arXiv:2105.10697v1108 citations
Originality Incremental advance
AI Analysis

This work improves HDR imaging for photography applications, but it is incremental as it builds on existing methods with specific enhancements.

The paper tackles the problem of hand-held multi-frame high dynamic range imaging by addressing saturation, noise, and misalignments, achieving state-of-the-art performance with PSNR-l of 39.4471 and PSNR-μ of 37.6359 in the NTIRE 2021 challenge.

In this paper, we present an attention-guided deformable convolutional network for hand-held multi-frame high dynamic range (HDR) imaging, namely ADNet. This problem comprises two intractable challenges of how to handle saturation and noise properly and how to tackle misalignments caused by object motion or camera jittering. To address the former, we adopt a spatial attention module to adaptively select the most appropriate regions of various exposure low dynamic range (LDR) images for fusion. For the latter one, we propose to align the gamma-corrected images in the feature-level with a Pyramid, Cascading and Deformable (PCD) alignment module. The proposed ADNet shows state-of-the-art performance compared with previous methods, achieving a PSNR-$l$ of 39.4471 and a PSNR-$μ$ of 37.6359 in NTIRE 2021 Multi-Frame HDR Challenge.

Code Implementations8 repos

Data from Papers with Code (CC-BY-SA-4.0)

Foundations

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

Your Notes