CVAug 31, 2022

ELMformer: Efficient Raw Image Restoration with a Locally Multiplicative Transformer

arXiv:2208.14704v110 citationsh-index: 106Has Code
Originality Incremental advance
AI Analysis

This addresses the problem of efficient high-quality raw image restoration for image processing applications, representing an incremental improvement with specific gains.

The paper tackles raw image restoration for downstream image signal processing by proposing ELMformer, which achieves the highest performance and lowest FLOPs on raw denoising and deblurring benchmarks compared to state-of-the-art methods.

In order to get raw images of high quality for downstream Image Signal Process (ISP), in this paper we present an Efficient Locally Multiplicative Transformer called ELMformer for raw image restoration. ELMformer contains two core designs especially for raw images whose primitive attribute is single-channel. The first design is a Bi-directional Fusion Projection (BFP) module, where we consider both the color characteristics of raw images and spatial structure of single-channel. The second one is that we propose a Locally Multiplicative Self-Attention (L-MSA) scheme to effectively deliver information from the local space to relevant parts. ELMformer can efficiently reduce the computational consumption and perform well on raw image restoration tasks. Enhanced by these two core designs, ELMformer achieves the highest performance and keeps the lowest FLOPs on raw denoising and raw deblurring benchmarks compared with state-of-the-arts. Extensive experiments demonstrate the superiority and generalization ability of ELMformer. On SIDD benchmark, our method has even better denoising performance than ISP-based methods which need huge amount of additional sRGB training images. The codes are release at https://github.com/leonmakise/ELMformer.

Code Implementations1 repo
Foundations

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

Your Notes