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

easily overfitting with random init #18

Open
NeutrinoLiu opened this issue Sep 2, 2024 · 1 comment
Open

easily overfitting with random init #18

NeutrinoLiu opened this issue Sep 2, 2024 · 1 comment

Comments

@NeutrinoLiu
Copy link

Hi guys, when i run with DyNeRF dataset and google immersive dataset. I notice that if i set the init_type as random, the model quickly goes to overfitting after 5000 iters. while if using sfm as init_type, the model could converge to a good psnr. Can anyone explain the reason behind this?

@charisman11212
Copy link

因为sfm提供了比较好的先验,比如高斯球会初始化在物体表面,如果采用随机的话,还需要等高斯球慢慢移动或者克隆分裂过去。

Because sfm provides a better prior, for example, the Gaussian ball will be initialized on the surface of the object. If random is used, you need to wait for the Gaussian ball to slowly move or (clone / split).

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