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

why applying Gaussian diffusion noise when converting latents to MLP weights #29

Open
1999kevin opened this issue May 8, 2023 · 1 comment

Comments

@1999kevin
Copy link

Hi, in your paper, I find that "after computing the sequence of latents, we apply Gaussian diffusion noise q(ht) to the latents with very little noise. After the noise and bottleneck layers, we project each latent vector to 256 dimensions probability 0.1. For this diffusion noise, we use the schedule $\hat{\alpha} = 1 − t^5$ which typically produces and stack the resulting latents into four MLP weight matrices of size 256 × 256.

I wonder why is this necessary? Does it help to improve the robustnesss of INR?

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
@1999kevin and others