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

Implement normal consistency loss. #273

Open
wants to merge 77 commits into
base: main
Choose a base branch
from

Conversation

jefequien
Copy link
Contributor

@jefequien jefequien commented Jul 8, 2024

Implement normal consistency loss for 3DGS. It should be a strong baseline for surface reconstruction. Hyperparameters are from 2DGS and their rasterization backend is wrapped for comparison.

Added numerical tests and support packed mode and sparse grad. Currently, this implementation only supports fused branch of the fully_fused_projection. Not sure what to do about the unfused branch because we can't compute the normals from covar.

TODO:

  • Added meshing utilities
  • Compare surface reconstruction quality against 2DGS.

Visualizations

3dgs w/ consistency (mcmc w/ 3M GSs) (PSNR: 27.25)

3dgs_normal_compress.mov

2dgs w/ consistency (mcmc w/ 3M GSs) (PSNR: 26.84)

2dgs_normal_compress.mov

3dgs w/o consistency (mcmc w/ 3M GSs) (PSNR: 27.62)
3dgs_wo_normal_val_step29999_0001

@LearnedVector
Copy link

Hi, are there plans to merge this into the main branch?

@hiyyg
Copy link

hiyyg commented Oct 15, 2024

any updates?

@bolopenguin
Copy link

Great work! When it will be available?

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

Successfully merging this pull request may close these issues.

7 participants