Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Average PSNR vs epochs - denoised images with spots? #76

Open
betty97 opened this issue Dec 20, 2019 · 0 comments
Open

Average PSNR vs epochs - denoised images with spots? #76

betty97 opened this issue Dec 20, 2019 · 0 comments

Comments

@betty97
Copy link

betty97 commented Dec 20, 2019

Hi,
I am trying to reproduce the red graph provided in the paper which shows the Average PSNR vs epochs for the Set68:
psnrvsepoch

I am using the Keras implementation provided here (it includes Residual Learning and Batch Normalization, and Adam optimization as well), and I am training 50 epochs.

However, instead of a stable graph like the one in the paper, I get a graph with pronounced drops, similar to the blue and black graphs in the paper. Furthermore, even in the last epochs, where the network should be converging, the Average PSNR often shows significant drops, which are related to the presence of odd spots in some of the denoised images:
01_dncnn
test001_dncnn

I have experimented with different settings, in particular with different BN momentum, and the situation becomes better when it is set to a high value, as 0.9. Even so, the graph I get is never something similar to the red one in the paper. I am afraid these spots in the denoised images appear quite randomly, with different shapes and locations for different trainings.

Has anyone experienced the same or something similar? I would appreciate any help, thank you!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant