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

About pre-train #3

Open
ztt0821 opened this issue Oct 13, 2020 · 1 comment
Open

About pre-train #3

ztt0821 opened this issue Oct 13, 2020 · 1 comment

Comments

@ztt0821
Copy link

ztt0821 commented Oct 13, 2020

Hi, may I ask we need to pre-train only for the RGB image or both grey and RGB images all need pre-train μ first by using L2 Loss, then pre-train σ_μ and σ_n by using the Pre-trained loss ?

@XHWXD
Copy link
Owner

XHWXD commented Dec 3, 2020

Hi,

According to our experience, it is suggested to pre-train μ first by using L2 Loss on both gray and RGB images.

As for gray images, after pre-training μ, the whole framework can be trained end-to-end by using the final loss. (There is no need to pre-train σ_μ and σ_n specifically. That means it only needs two stage to train DBSN.)

As for RGB images, it is also suggested to pre-train σ_μ and σ_n specifically. (Because for each position in RGB image, we operate a 3x3 matrix, and pre-training phases can benefit to convergence. That means it needs three stage to train DBSN.)

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

2 participants