paper-with-me

홈 › Papers

A Non-Uniform Low-Light Image Enhancement Method with Multi-Scale Attention Transformer and Luminance Consistency Loss

2023-12-27 · Xiao Fang, Xin Gao, Baofeng Li, Feng Zhai, Yu Qin, Zhihang Meng, Jiansheng Lu, Chun Xiao

Low-light image enhancement aims to improve the perception of images collected in dim environments and provide high-quality data support for image recognition tasks. When dealing with photos captured under non-uniform illumination, existing methods cannot adaptively extract the differentiated luminance information, which will easily cause over-exposure and under-exposure. From the perspective of unsupervised learning, we propose a multi-scale attention Transformer named MSATr, which sufficiently extracts local and global features for light balance to improve the visual quality. Specifically, we present a multi-scale window division scheme, which uses exponential sequences to adjust the window size of each layer. Within different-sized windows, the self-attention computation can be refined, ensuring the pixel-level feature processing capability of the model. For feature interaction across windows, a global transformer branch is constructed to provide comprehensive brightness perception and alleviate exposure problems. Furthermore, we propose a loop training strategy, using the diverse images generated by weighted mixing and a luminance consistency loss to improve the model's generalization ability effectively. Extensive experiments on several benchmark datasets quantitatively and qualitatively prove that our MSATr is superior to state-of-the-art low-light image enhancement methods, and the enhanced images have more natural brightness and outstanding details. The code is released at https://github.com/fang001021/MSATr.

📄 PDF Abstract BibTeX arXiv:2312.16498

Code (1)

fang001021/msatr 공식 구현 pytorch

Tasks

Image EnhancementLow-Light Image Enhancement

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
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…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
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$…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Adam 설명 없음
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…

Similar Papers 제목 키워드 기반

LoLi-IEA: low-light image enhancement algorithm

2023-10-04

Low-light image enhancement has posed a significant challenge in recent years due to non-uniform luminance in real-world images. Color restoration, luminance mapping, and estimation of the curve and levels are some tec…

Image EnhancementLow-light Image Deblurring and EnhancementLow-Light Image Enhancement

Multi-scale Frequency Enhancement Network for Blind Image Deblurring

2024-11-11 · Yawen Xiang, Heng Zhou, Chengyang Li, Zhongbo Li 외

Image deblurring is an essential image preprocessing technique, aiming to recover clear and detailed images form blurry ones. However, existing algorithms often fail to effectively integrate multi-scale feature extractio…

Blind Image DeblurringDeblurringImage DeblurringImage Restoration+2

Wavelet-based Decoupling Framework for low-light Stereo Image Enhancement

2025-07-16 · Shuangli Du, Siming Yan, Zhenghao Shi, Zhenzhen You 외 arxiv

Low-light images suffer from complex degradation, and existing enhancement methods often encode all degradation factors within a single latent space. This leads to highly entangled features and strong black-box character…

Low-Light Image Enhancement

Fast Enhancement for Non-Uniform Illumination Images using Light-weight CNNs

2020-05-31 · Feifan Lv, Bo Liu, Feng Lu

This paper proposes a new light-weight convolutional neural network (5k parameters) for non-uniform illumination image enhancement to handle color, exposure, contrast, noise and artifacts, etc., simultaneously and effect…

Image Enhancement

SAIGFormer: A Spatially-Adaptive Illumination-Guided Network for Low-Light Image Enhancement

2025-07-21 · Hanting Li, Fei Zhou, Xin Sun, Yang Hua 외 arxiv

Recent Transformer-based low-light enhancement methods have made promising progress in recovering global illumination. However, they still struggle with non-uniform lighting scenarios, such as backlit and shadow, appeari…

Low-Light Image Enhancement