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

Integrate Markov Chain Monte Carlo paper improvements #115

Open
dedoubleyou1 opened this issue Jul 3, 2024 · 1 comment
Open

Integrate Markov Chain Monte Carlo paper improvements #115

dedoubleyou1 opened this issue Jul 3, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@dedoubleyou1
Copy link

https://ubc-vision.github.io/3dgs-mcmc/

This paper introduced a new conceptual model for how to view the process of gaussian splat optimization and then used that to guide several changes to the original algorithm, improving results while simplifying the various "clone", "split", and "prune" operations into a single "relocation" type.

This is a brief summary from the paper of the changes it introduces:

To summarize, our contributions are:
• we reveal the link between 3DGS and MCMC sampling, leading to a simpler optimization; • we replace the heuristics in 3D Gaussian Splatting with a principled relocation strategy;
• we introduce regularizer to encourage parsimonious use of Gaussians;
• we improve robustness to initialization;
• we provide higher rendering quality.

@pierotofy
Copy link
Owner

pierotofy commented Jul 3, 2024

Cool! Would you be interested in opening a pull request?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants