Unsupervised Low Light Image Enhancement Using SNR-Aware Swin Transformer

Zhijian Luo,Jiahui Tang,Yueen Hou,Zihan Huang,Yanzeng Gao
2023-07-27
Abstract:Image captured under low-light conditions presents unpleasing artifacts, which debilitate the performance of feature extraction for many upstream visual tasks. Low-light image enhancement aims at improving brightness and contrast, and further reducing noise that corrupts the visual quality. Recently, many image restoration methods based on Swin Transformer have been proposed and achieve impressive performance. However, on one hand, trivially employing Swin Transformer for low-light image enhancement would expose some artifacts, including over-exposure, brightness imbalance and noise corruption, etc. On the other hand, it is impractical to capture image pairs of low-light images and corresponding ground-truth, i.e. well-exposed image in same visual scene. In this paper, we propose a dual-branch network based on Swin Transformer, guided by a signal-to-noise ratio prior map which provides the spatial-varying information for low-light image enhancement. Moreover, we leverage unsupervised learning to construct the optimization objective based on Retinex model, to guide the training of proposed network. Experimental results demonstrate that the proposed model is competitive with the baseline models.
Computer Vision and Pattern Recognition
What problem does this paper attempt to address?
The problem that this paper attempts to solve is that images taken under low - light conditions have unpleasant artifacts, which will weaken the performance of feature extraction in many upstream visual tasks. Specifically, low - light image enhancement aims to improve brightness and contrast and further reduce the noise that undermines visual quality. However, simply using Swin Transformer for low - light image enhancement may expose some artifacts, such as over - exposure, brightness imbalance and noise pollution. In addition, it is not practical to obtain low - light images and their corresponding real - image pairs in practice, because it is required to capture well - exposed images in the same visual scene, and such data collection is both time - consuming and expensive. To overcome these problems, the paper proposes a two - branch network based on Swin Transformer and is guided by the signal - to - noise ratio (SNR) prior map to provide spatially varying information for low - light image enhancement. At the same time, unsupervised learning is used to construct an optimization objective based on the Retinex model to guide the training of the proposed network. Experimental results show that the proposed model performs well in competition with baseline models.