Home

Awesome

Deep Symmetric Network for Underexposed Image Enhancement with Recurrent Attentional Learning (ICCV 2021)

This is the PyTorch implementation.

Dependencies and Installation

Dataset Preparation

Get Started

cd codes

Training

set the config file in options/train/, then run:

python train.py -opt options/train/train_for_fiveK.yml
python train.py -opt options/train/train_for_lol.yml

Test

set the config file in options/test/, then run:

python test.py -opt options/test/test_for_fiveK.yml
python test.py -opt options/test/test_for_lol.yml

The pretrained model

The pre-trained model for the FiveK dataset is in codes/pretrained_model

Architecture

Invertible Architecture

Quantitative Results

Quantitative evaluation results (PSNR / SSIM) of different methods on the two benchmark datasets. The images in the LOL dataset are in PNG format, while the images in the MIT-Adobe FiveK dataset are in JPEG format. Quantitative result

Qualitative Results

The results of different methods on challenging images: Qualitative result

The visual results of different methods for the underexposed image in the MIT-Adobe FiveK dataset: Qualitative result for all

Comparison results with image retouching methods on the image in the MIT-Adobe FiveK dataset: Qualitative result for retouching

The results of low-light image enhancement methods on the image in LOL dataset: Qualitative result for low

Acknowledgement

Errata

License

It is open source under BSD-3 license. Codes can be used freely only for academic or education purpose. If you want to apply it to industrial products, please send an email to Shao-Ping Lu at slu@nankai.edu.cn first.

Citation

@InProceedings{Zhao_2021_ICCV,
    author    = {Zhao, Lin and Lu, Shao-Ping and Chen, Tao and Yang, Zhenglu and Shamir, Ariel},
    title     = {Deep Symmetric Network for Underexposed Image Enhancement With Recurrent Attentional Learning},
    booktitle = {Proceedings of the IEEE/CVF International Conference on Computer Vision (ICCV)},
    month     = {October},
    year      = {2021},
    pages     = {12075-12084}
}

Contact

If you have any questions, please contact lin-zhao@mail.nankai.edu.cn.