paper-with-me

Papers

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

2022-08-10 · Zhen Liu, Yinglong Wang, Bing Zeng, Shuaicheng Liu

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

📄 PDF Abstract BibTeX arXiv:2208.05114

Code (3)

megvii-research/hdr-transformer 공식 구현 pytorch
2023-MindSpore-4/Code-5/tree/main/HDR-Transformer mindspore
Mind23-2/MindCode-3/tree/main/HDR-Transformer mindspore

Tasks

Vocal Bursts Intensity Prediction

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Adam 설명 없음
Position-Wise Feed-Forward Layer 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…

Similar Papers 제목 키워드 기반

IFT: Image Fusion Transformer for Ghost-free High Dynamic Range Imaging

2023-09-26 · Hailing Wang, Wei Li, Yuanyuan Xi, Jie Hu 외

Multi-frame high dynamic range (HDR) imaging aims to reconstruct ghost-free images with photo-realistic details from content-complementary but spatially misaligned low dynamic range (LDR) images. Existing HDR algorithms …

Attention-guided Network for Ghost-free High Dynamic Range Imaging

2019-04-23 · CVPR 2019 6 · Qingsen Yan, Dong Gong, Qinfeng Shi, Anton Van Den Hengel 외

Ghosting artifacts caused by moving objects or misalignments is a key challenge in high dynamic range (HDR) imaging for dynamic scenes. Previous methods first register the input low dynamic range (LDR) images using optic…

Optical Flow EstimationVocal Bursts Intensity Prediction

Ghost-free High Dynamic Range Imaging via Hybrid CNN-Transformer and Structure Tensor

2022-12-01 · Yu Yuan, Jiaqi Wu, Zhongliang Jing, Henry Leung 외

Eliminating ghosting artifacts due to moving objects is a challenging problem in high dynamic range (HDR) imaging. In this letter, we present a hybrid model consisting of a convolutional encoder and a Transformer decoder…

Decoder

Scale-aware Two-stage High Dynamic Range Imaging

2023-03-12 · Hui Li, Xuyang Yao, Wuyuan Xie, Miaohui Wang

Deep high dynamic range (HDR) imaging as an image translation issue has achieved great performance without explicit optical flow alignment. However, challenges remain over content association ambiguities especially cause…

Optical Flow EstimationVocal Bursts Intensity PredictionVocal Bursts Valence Prediction

MIEHDR CNN: Main Image Enhancement based Ghost-Free High Dynamic Range Imaging using Dual-Lens Systems

2021-05-18 · AAAI Technical Track on Computer Vision I 2021 5 · Xuan Dong, Xiaoyan Hu, Weixin Li, Xiaojie Wang;Yunhong Wang

We study the High Dynamic Range (HDR) imaging problem using two Low Dynamic Range (LDR) images that are shot from dual-lens systems in a single shot time with different exposures. In most of the related HDR imaging metho…

DenoisingImage Enhancement