MSR-net:Low-light Image Enhancement Using Deep Convolutional Network
Liang Shen, Zihan Yue, Fan Feng, Quan Chen, Shihao Liu, and Jie Ma

TL;DR
This paper introduces MSR-net, a deep convolutional neural network that enhances low-light images by learning an end-to-end mapping, outperforming existing methods in both qualitative and quantitative evaluations.
Contribution
The paper presents a novel CNN-based model for low-light image enhancement inspired by Retinex theory, with parameters learned through back-propagation, unlike traditional approaches.
Findings
MSR-net outperforms state-of-the-art methods in quality metrics.
The model effectively enhances contrast and brightness in challenging low-light images.
End-to-end learning simplifies the enhancement process.
Abstract
Images captured in low-light conditions usually suffer from very low contrast, which increases the difficulty of subsequent computer vision tasks in a great extent. In this paper, a low-light image enhancement model based on convolutional neural network and Retinex theory is proposed. Firstly, we show that multi-scale Retinex is equivalent to a feedforward convolutional neural network with different Gaussian convolution kernels. Motivated by this fact, we consider a Convolutional Neural Network(MSR-net) that directly learns an end-to-end mapping between dark and bright images. Different fundamentally from existing approaches, low-light image enhancement in this paper is regarded as a machine learning problem. In this model, most of the parameters are optimized by back-propagation, while the parameters of traditional models depend on the artificial setting. Experiments on a number of…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsImage Enhancement Techniques · Advanced Image Processing Techniques · Advanced Vision and Imaging
MethodsConvolution
