论文标题
在低光图像增强中比参考更好:条件重新增强网络
Better Than Reference In Low Light Image Enhancement: Conditional Re-Enhancement Networks
论文作者
论文摘要
低光图像患有严重的噪音,亮度低,对比度低等。在先前的研究中,已经提出了许多图像增强方法,但是很少有方法可以同时解决这些问题。在本文中,为了同时解决这些问题,我们提出了一种低光图像增强方法,该方法可以与监督的学习和以前的HSV(色调,饱和度,价值)或基于Itinex Model的基于图像增强方法结合使用。首先,我们分析了HSV色彩空间与Itinex理论之间的关系,并表明增强图像的V通道(HSV色彩空间中的V通道等于RGB色彩空间中的最大通道)可以很好地表示对比度和亮度增强过程。然后,提出了一个数据驱动的条件重新增强网络(称为crenet)。网络将低光图像作为输入和增强的V通道作为条件,然后可以重新增强低光图像的对比度和亮度,同时降低噪声和颜色失真。应该注意的是,在训练过程中,任何具有不同曝光时间的成对图像都可以用于培训,并且无需仔细选择可以节省很多的监督图像。此外,在2080TI GPU上使用分辨率400*600处理颜色图像所需的少于20 ms。最后,实施了一些比较实验以证明该方法的有效性。结果表明,本文提出的方法可以显着提高增强图像的质量,并与其他图像对比度增强方法结合使用,最终增强结果甚至可以比对比度和亮度更好。 (代码将在https://github.com/hitzhangyu/image-enhancement-with-denoise上找到)
Low light images suffer from severe noise, low brightness, low contrast, etc. In previous researches, many image enhancement methods have been proposed, but few methods can deal with these problems simultaneously. In this paper, to solve these problems simultaneously, we propose a low light image enhancement method that can combined with supervised learning and previous HSV (Hue, Saturation, Value) or Retinex model based image enhancement methods. First, we analyse the relationship between the HSV color space and the Retinex theory, and show that the V channel (V channel in HSV color space, equals the maximum channel in RGB color space) of the enhanced image can well represent the contrast and brightness enhancement process. Then, a data-driven conditional re-enhancement network (denoted as CRENet) is proposed. The network takes low light images as input and the enhanced V channel as condition, then it can re-enhance the contrast and brightness of the low light image and at the same time reduce noise and color distortion. It should be noted that during the training process, any paired images with different exposure time can be used for training, and there is no need to carefully select the supervised images which will save a lot. In addition, it takes less than 20 ms to process a color image with the resolution 400*600 on a 2080Ti GPU. Finally, some comparative experiments are implemented to prove the effectiveness of the method. The results show that the method proposed in this paper can significantly improve the quality of the enhanced image, and by combining with other image contrast enhancement methods, the final enhancement result can even be better than the reference image in contrast and brightness. (Code will be available at https://github.com/hitzhangyu/image-enhancement-with-denoise)