Papers › AQuaMaM: An Autoregressive, Quaternion Manifold Model for Rapidly Estimating Complex...

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

21 Jan 2023arXiv:2301.08838archive 2025-07-28

Michael A. Alcorn

Accurately modeling complex, multimodal distributions is necessary for optimal decision-making, but doing so 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 N forward passes through the network's final multilayer perceptron (where N 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 projected components of unit quaternions as mixtures of uniform distributions that partition their geometrically-restricted domain of values. When trained on an "infinite" toy dataset with ambiguous viewpoints, AQuaMaM rapidly converges to a sampling distribution closely matching the true data distribution. In contrast, the sampling distribution for IPDF dramatically diverges from the true data distribution, despite IPDF approaching its theoretical minimum evaluation loss during training. When trained on a constructed dataset of 500,000 renders of a die in different rotations, AQuaMaM reaches a test log-likelihood 14% higher than IPDF. Further, compared to IPDF, AQuaMaM uses 24% fewer parameters, has a prediction throughput 52× faster on a single GPU, and converges in a similar amount of time during training.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2301.08838")

Code

Syntology Ran 5 of 13 code samples harvested from 1 repository linked to this paper; 8 have no recorded run. Of those that ran: 5 ran with no contract checked.

By repository: community (archive-listed): 13 samples from 1 repository, 5 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

airalcorn2/aquamam mentioned on GitHubpytorch report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

13 samples harvested; 5 ran; 0 honoured the contract we drafted; 8 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

5ran
8unverified

Licence: 0 of the 13 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from airalcorn2/aquamam. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

convert_q_tokens_to_vals airalcorn2/aquamam/aquamam.py community (archive-listed) ran MIT (permissive) · 387eb74c2987e203 · report
finish_beam_search airalcorn2/aquamam/aquamam.py community (archive-listed) ran fingerprinted MIT (permissive) · f19916a82a3ac12e · report
get_sample_tokens airalcorn2/aquamam/aquamam.py community (archive-listed) ran fingerprinted MIT (permissive) · c15481a2c2527eed · report
run_beam_search airalcorn2/aquamam/aquamam.py community (archive-listed) ran fingerprinted MIT (permissive) · 1527cd7c17929eaf · report
sample_qs airalcorn2/aquamam/aquamam.py community (archive-listed) ran MIT (permissive) · e47cdb1e013d1bf6 · report
AQuaMaM airalcorn2/aquamam/aquamam.py community (archive-listed) unverified MIT (permissive) · 10bd54d8bf14061e · report
MultiheadAttention airalcorn2/aquamam/aquamam.py community (archive-listed) unverified MIT (permissive) · 2a40c453f8215cf1 · report
TransformerEncoder airalcorn2/aquamam/aquamam.py community (archive-listed) unverified MIT (permissive) · d97a0fa2d6f60bc1 · report
TransformerEncoderLayer airalcorn2/aquamam/aquamam.py community (archive-listed) unverified MIT (permissive) · 8a26e8bdd622e3a7 · report
constrain_qs airalcorn2/aquamam/aquamam.py community (archive-listed) unverified MIT (permissive) · b520207567af5fb2 · report
constrain_qys airalcorn2/aquamam/aquamam.py community (archive-listed) unverified MIT (permissive) · 316da43d2dbc5b82 · report
constrain_qzs airalcorn2/aquamam/aquamam.py community (archive-listed) unverified MIT (permissive) · afc7cba7ac0f71ad · report
multi_head_attention_forward airalcorn2/aquamam/aquamam.py community (archive-listed) unverified MIT (permissive) · 968809b799fc5586 · report

Tasks

Pose Estimation

1 archive task tag without a task page not shown.

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Test

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections