Wenchao-Du / LIR-for-Unsupervised-IR

This is an implementation for the CVPR2020 paper "Learning Invariant Representation for Unsupervised Image Restoration"
https://arxiv.org/pdf/2003.12769.pdf
100 stars 21 forks source link

In the gen_update method, why is random noise (torch.randn) added to the reconstruction process? #14

Open wudishuaishuainiu opened 2 years ago

Wenchao-Du commented 2 years ago

It could be viewed as a regularization trick to improve the robustness of the generator.