Skip to content

myd945/UDCN

Repository files navigation

UDCN

Unsupervised Decomposition and Correction Network for Low-light Image Enhancement

The Repo is the open source for the paper.

Description

Normally illuminated images with high visibility are the prerequisites of many computer vision systems and algorithms. Therefore, low-light image enhancement (LIE) is of paramount importance. While deep learning-based methods have achieved substantial success during the past few years, most of them require paired training data, which is difficult to be collected in the field of LIE. With this in mind, this paper advocates a novel Unsupervised Decomposition and Correction Network (UDCN) for LIE without depending on paired data for training. Inspired by the Retinex model, our method first decomposes images into illumination and reflectance components with an image decomposition network (IDN). Then, the decomposed illumination is processed by an illumination correction network (ICN) and fused with the reflectance to generate a primary enhanced result. In contrast with fully supervised learning approaches, UDCN is an unsupervised one which is trained only with low-light images and corresponding histogram equalized (HE) counterparts (can be derived from the low-light image itself) as input. Both the decomposition and correction networks are optimized under the guidance of hybrid no-reference quality-aware losses and inter-consistency constraints between the low-light image and its HE counterpart. In addition, we also utilize an unsupervised noise removal network (NRN) to remove the noise previously hidden in the darkness for further improving the primary result. Qualitative and quantitative comparison results are reported to demonstrate the efficacy of UDCN and its superiority over several representative alternatives in the literature.

Overview

fig_framework Framework of the proposed UDCN which contains three sub-networks, i.e., image decomposition network (IDN), illumination correction network (ICN), and noise removal network (NRN)

Results

fig_re fig_re

RLL Dataset

Examples of the low-light images in our collected RLL dataset. First and second rows correspond to the outdoor and indoor scenes, respectively.

fig_re We collect 800 real-world low-light images from various exsisted datasets, containing rich indoor and outdoor scenes. The collected Real-world Low-Light dataset is called RLL in short.

Dataset Download

BaiduPan 提取码:RLLD Google Drive

Other test Dataset

VV DatasetBaiduPan 提取码:z5t5 Google Drive
DICM DatasetBaiduPan 提取码:p2jd Google Drive
NPE DatasetBaiduPan 提取码:7nu9 Google Drive
LIME DatasetBaiduPan 提取码:ndyj Google Drive
MEF DatasetBaiduPan 提取码:bblf Google Drive
ExDark

Code

The source code will be available after the paper is published.

Cite

@ARTICLE{9757816,
author={Jiang, Qiuping and Mao, Yudong and Cong, Runmin and Ren, Wenqi and Huang, Chao and Shao, Feng},
journal={IEEE Transactions on Intelligent Transportation Systems}, 
title={Unsupervised Decomposition and Correction Network for Low-Light Image Enhancement}, 
year={2022},
volume={},
number={},
pages={1-16},
doi={10.1109/TITS.2022.3165176}}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages