Skip to content

[ACMMM 2022] ReCoRo: Region-Controllable Robust Light Enhancement by User-Specified Imprecise Masks

Notifications You must be signed in to change notification settings

Picsart-AI-Research/ReCoRo-Controllable-Low-Light-Image-Enhancement

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ReCoRoGAN

ACM MULTIMEDIA, 2022, ReCoRo: Region-Controllable Robust Light Enhancement by User-Specified Imprecise Masks

[Paper PDF]

ReCoRo is a low-light enhancement approach which allows users to directly specify “where" and "how much" they want to enhance an input low-light image. It also possess resilience to various roughly-supplied user masks.

Enhancements with both user-specified imprecise and fine matting masks are shown bellow (columns: Mask, Input, ReCoRo(ours), EnlightenGAN, ZeroDCE, DRBN, LIME) representive_results

Overal Architecture

architecture

Environment Preparing

The code should work on any python >= 3.6 version. pip install -r requirement.txt
mkdir model
Download VGG pretrained model from [Google Drive 1], and put it into the model directory.

Training

python train.py -cn recoro_train

Testing

python test.py -cn recoro_train

If you find this work useful for you, please cite

@inproceedings{xu2022recoro,
  title={ReCoRo: Re gion-Co ntrollable Ro bust Light Enhancement with User-Specified Imprecise Masks},
  author={Xu, Dejia and Poghosyan, Hayk and Navasardyan, Shant and Jiang, Yifan and Shi, Humphrey and Wang, Zhangyang},
  booktitle={Proceedings of the 30th ACM International Conference on Multimedia},
  pages={1376--1386},
  year={2022}
}

About

[ACMMM 2022] ReCoRo: Region-Controllable Robust Light Enhancement by User-Specified Imprecise Masks

Topics

Resources

Stars

Watchers

Forks

Languages