CNN Injected Transformer for Image Exposure Correction
Shuning Xu, Xiangyu Chen, Binbin Song, Jiantao Zhou

TL;DR
This paper introduces a hybrid CNN-Transformer model for image exposure correction, effectively capturing long-range dependencies and reducing artifacts to improve image quality.
Contribution
The proposed CNN Injected Transformer combines CNN and Transformer strengths with novel blocks to enhance exposure correction accuracy and visual coherence.
Findings
Outperforms state-of-the-art methods in quantitative metrics
Reduces blocking artifacts in exposure correction
Improves color and detail preservation in images
Abstract
Capturing images with incorrect exposure settings fails to deliver a satisfactory visual experience. Only when the exposure is properly set, can the color and details of the images be appropriately preserved. Previous exposure correction methods based on convolutions often produce exposure deviation in images as a consequence of the restricted receptive field of convolutional kernels. This issue arises because convolutions are not capable of capturing long-range dependencies in images accurately. To overcome this challenge, we can apply the Transformer to address the exposure correction problem, leveraging its capability in modeling long-range dependencies to capture global representation. However, solely relying on the window-based Transformer leads to visually disturbing blocking artifacts due to the application of self-attention in small patches. In this paper, we propose a CNN…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsImage Enhancement Techniques · Visual Attention and Saliency Detection · Advanced Neural Network Applications
MethodsMulti-Head Attention · Attention Is All You Need · Linear Layer · Residual Connection · Adam · Byte Pair Encoding · Softmax · Dropout · Label Smoothing · Absolute Position Encodings
