cszn / DnCNN

Beyond a Gaussian Denoiser: Residual Learning of Deep CNN for Image Denoising (TIP, 2017)
https://cszn.github.io/
1.42k stars 534 forks source link

Batch Normalization gives worse perfromence #86

Open Sumching opened 3 years ago

Sumching commented 3 years ago

Hi, In the original paper, batch norm is a good tool to get better performance. However, in my case, the DnCNN model without BN is superior to the one with BN. It always happens in other network architecture as well. Is there any idea about what happen with BN in denosing task.

(I use the original code which of building model and generating noise and there are some other informs: batch size : 32 patch size 128 colored images. )

Thanks.