AQuaMaM: An Autoregressive, Quaternion Manifold Model for Rapidly Estimating Complex SO(3) Distributions
Michael A. Alcorn

TL;DR
AQuaMaM is a neural network model that efficiently learns and computes exact likelihoods of complex 3D rotation distributions on SO(3) in a single forward pass, outperforming previous methods in speed and accuracy.
Contribution
It introduces AQuaMaM, a novel autoregressive quaternion manifold model that enables rapid, exact likelihood estimation of SO(3) distributions with fewer parameters and faster inference.
Findings
AQuaMaM closely matches true data distributions in experiments.
It achieves 14% higher log-likelihood than IPDF on a die rotation dataset.
AQuaMaM is 52 times faster than IPDF on a GPU.
Abstract
Accurately modeling complex, multimodal distributions for rotations in three-dimensions, i.e., the SO(3) group, is challenging due to the curvature of the rotation manifold. The recently described implicit-PDF (IPDF) is a simple, elegant, and effective approach for learning arbitrary distributions on SO(3) up to a given precision. However, inference with IPDF requires forward passes through the network's final multilayer perceptron (where places an upper bound on the likelihood that can be calculated by the model), which is prohibitively slow for those without the computational resources necessary to parallelize the queries. In this paper, I introduce AQuaMaM, a neural network capable of both learning complex distributions on the rotation manifold and calculating exact likelihoods for query rotations in a single forward pass. Specifically, AQuaMaM autoregressively models the…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTime Series Analysis and Forecasting · Image Retrieval and Classification Techniques · Neural Networks and Applications
MethodsTest
