CVAug 10, 2022

Ghost-free High Dynamic Range Imaging with Context-aware Transformer

arXiv:2208.05114v1126 citationsh-index: 70Has Code
Originality Highly original
AI Analysis

This addresses the problem of generating ghost-free HDR images for photography and computer vision applications, representing a novel method for a known bottleneck.

The paper tackles ghosting artifacts and intensity distortions in high dynamic range (HDR) imaging caused by large motion and saturation, proposing a Context-Aware Vision Transformer (CA-ViT) that outperforms state-of-the-art methods on three benchmark datasets with reduced computational budgets.

High dynamic range (HDR) deghosting algorithms aim to generate ghost-free HDR images with realistic details. Restricted by the locality of the receptive field, existing CNN-based methods are typically prone to producing ghosting artifacts and intensity distortions in the presence of large motion and severe saturation. In this paper, we propose a novel Context-Aware Vision Transformer (CA-ViT) for ghost-free high dynamic range imaging. The CA-ViT is designed as a dual-branch architecture, which can jointly capture both global and local dependencies. Specifically, the global branch employs a window-based Transformer encoder to model long-range object movements and intensity variations to solve ghosting. For the local branch, we design a local context extractor (LCE) to capture short-range image features and use the channel attention mechanism to select informative local details across the extracted features to complement the global branch. By incorporating the CA-ViT as basic components, we further build the HDR-Transformer, a hierarchical network to reconstruct high-quality ghost-free HDR images. Extensive experiments on three benchmark datasets show that our approach outperforms state-of-the-art methods qualitatively and quantitatively with considerably reduced computational budgets. Codes are available at https://github.com/megvii-research/HDR-Transformer

Code Implementations3 repos
Foundations

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

Your Notes