Hi, really amazing work.
I have some questions about the convergence:
- Why set sigma = 0 in BN layer:layers.append(bn_layer(features, 0.0)) # bn layer. Is it because that BN is not recommended for SN? if so, how to ensure the denoiser satisfies a certain Lipschitz condition after adding the BN layer?
- Is convergence only related to network weight?Since during the ADMM process, the inputs to the projection network do not usually follow a Gaussian distribution, if I change the noise type and the loss function (choose L1 rather than L2) during the training process, can convergence be guaranteed?
Many thanks. Looking forward to your reply!
Hi, really amazing work.
I have some questions about the convergence:
Many thanks. Looking forward to your reply!