Gradient-Based Low-Light Image Enhancement

Masayuki Tanaka,Takashi Shibata,Masatoshi Okutomi
DOI: https://doi.org/10.48550/arXiv.1809.09297
2018-09-25
Abstract:A low-light image enhancement is a highly demanded image processing technique, especially for consumer digital cameras and cameras on mobile phones. In this paper, a gradient-based low-light image enhancement algorithm is proposed. The key is to enhance the gradients of dark region, because the gradients are more sensitive for human visual system than absolute values. In addition, we involve the intensity-range constraints for the image integration. By using the intensity-range constraints, we can integrate the output image with enhanced gradients preserving the given gradient information while enforcing the intensity range of the output image within a certain intensity range. Experiments demonstrate that the proposed gradient-based low-light image enhancement can effectively enhance the low-light images.
Computer Vision and Pattern Recognition
What problem does this paper attempt to address?
This paper attempts to address the problem of image enhancement under low-light conditions. Specifically, the authors propose a gradient-based low-light image enhancement algorithm aimed at improving image quality by enhancing the gradients in dark regions. Traditional methods such as histogram equalization and nonlinear tone curve adjustment, while simple, have limited effectiveness. The algorithm proposed in this paper leverages the human visual system's sensitivity to gradients rather than absolute values, enhancing the gradients in dark regions to improve image visibility and detail representation. ### Main Contributions: 1. **Enhancing Gradients in Dark Regions**: By enhancing the gradients in low-light regions, these areas become more visually prominent. 2. **Introducing Intensity Range Constraints**: During the image integration process, intensity range constraints are introduced to ensure that the intensity values of the output image remain within a specific range, avoiding issues of saturation and gradient weakening. 3. **Experimental Validation**: Comparative experiments with existing methods (such as histogram equalization, HDR tone mapping, and LIME) demonstrate the effectiveness of the proposed algorithm. ### Method Overview: 1. **Gradient Extraction**: First, the horizontal and vertical gradients of the input image are calculated. 2. **Gradient Enhancement**: An enhancement function is designed to amplify the gradients in dark regions based on pixel intensity values. 3. **Image Integration**: The enhanced gradients are integrated to generate the final output image. During this process, intensity range constraints are introduced to maintain gradient information while ensuring the output image's intensity values are between 0 and 255. ### Experimental Results: Experimental results show that the algorithm effectively enhances low-light images, particularly in dark regions, avoiding the saturation phenomenon common in other methods. Compared to existing methods, the algorithm excels in preserving details and improving overall brightness. ### Future Work: The authors mention that future work will include adaptive parameter adjustment to further optimize the algorithm's performance.