Skip to content
/ NLCL Public

[CVPR 2022] Official repository for the paper "Unsupervised Deraining Where Contrastive Learning Meets Self-similarity".

Notifications You must be signed in to change notification settings

yunguo224/NLCL

Repository files navigation

Unsupervised Deraining Where Contrastive Learning Meets Self-similarity (CVPR 2022)

Yuntong Ye, Changfeng Yu, Yi Chang, Lin Zhu, Xi-le Zhao, Luxin Yan, Yonghong Tian

Paper link: [Arxiv] [CVPR]


In this work, we propose a novel non-local contrastive learning (NLCL) method for unsupervised image deraining. Consequently, we not only utilize the intrinsic self-similarity property within samples, but also the mutually exclusive property between the two layers, so as to better differ the rain layer from the clean image. Specifically, the non-local self-similarity image layer patches as the positives are pulled together and similar rain layer patches as the negatives are pushed away. Thus the similar positive/negative samples that are close in the original space benefit us to enrich more discriminative representation. Apart from the self-similarity sampling strategy, we analyze how to choose an appropriate feature encoder in NLCL. Extensive experiments on different real rainy datasets demonstrate that the proposed method obtains state-of-the-art performance in deraining.

NLCL

Package dependencies

The project is built with PyTorch 1.6.0, Python3.6. For package dependencies, you can install them by:

pip install -r requirements.txt

Pretrained model

The pre-trained models of both Rain and Background Generator Networks are provided in checkpoints/RealRain.

Training

To train NLCL on real rain dataset, you can begin the training by:

python train.py --dataroot DATASET_ROOT --model NLCL --name NAME --dataset_mode unaligned

The DATASET_ROOT example are provided in datasets/RealRain.

Evaluation

To evaluate NLCL, you can run:

python test.py --dataroot DATASET_ROOT --model NLCL --name NAME --dataset_mode single --preprocess None

Citation

If you find this project useful in your research, please consider citing:

@InProceedings{Ye_2022_CVPR,
    author    = {Ye, Yuntong and Yu, Changfeng and Chang, Yi and Zhu, Lin and Zhao, Xi-Le and Yan, Luxin and Tian, Yonghong},
    title     = {Unsupervised Deraining: Where Contrastive Learning Meets Self-Similarity},
    booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
    month     = {June},
    year      = {2022},
    pages     = {5821-5830}
}

Acknowledgement

This code is inspired by CycleGAN.

Contact

Please contact us if there is any question or suggestion(Yun Guo guoyun@hust.edu.cn, Yuntong Ye yuntongye@hust.edu.cn, Yi Chang yichang@hust.edu.cn).

About

[CVPR 2022] Official repository for the paper "Unsupervised Deraining Where Contrastive Learning Meets Self-similarity".

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published