-
Notifications
You must be signed in to change notification settings - Fork 21
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
Proposal distribution inflation #1051
Comments
Suggestion is to generalize this: IncrementalInference.jl/src/ApproxConv.jl Line 399 in c6a8457
will fix less important "hack" aspect after JuliaRobotics/RoME.jl#244 and JuliaRobotics/ApproxManifoldProducts.jl#41 are complete. |
decision on unconstrained dimensions with only a partial constraint, whether noise should be added or not. Might be useful as an option that can be turned on or off, and dependent on mechanics inside inference. Perhaps start with default off with intention to switch on when ready. |
Hi @Affie , just a FYI that to fix this I have to add |
automation closed this too soon |
EDIT, deferred and tracked separately, see JuliaRobotics/RoME.jl#412 Likely have to look at relative entropy injection per dimension. e.g. Pose3 test case in RoME results in double peaks on rotations (should just be single around 0): investigating more. cc @Affie |
Summary
added
Original Comment
It might be worth experimenting with an option to inject more entropy when calculating proposal distributions before the product step. Likely best to start with default off, but mathematically not expected bias the posterior estimates but rather enhance the reach over the domains when searching for a posterior.
The text was updated successfully, but these errors were encountered: