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

VAE with invariance to 3D rotations #26

Open
ziatdinovmax opened this issue Apr 26, 2021 · 0 comments
Open

VAE with invariance to 3D rotations #26

ziatdinovmax opened this issue Apr 26, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@ziatdinovmax
Copy link
Owner

This should be easy to implement by using von Mises Fisher distribution (or the qualitatively similar Projected Normal distribution) instead of the Normal distribution for sampling a latent angle. One will also need to modify the outputs of the encoder NN such that it outputs a "concentration" parameter in addition to z_loc and z_scale.

@ziatdinovmax ziatdinovmax added the enhancement New feature or request label May 3, 2021
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

1 participant