CVApr 8, 2023

Delving into Discrete Normalizing Flows on SO(3) Manifold for Probabilistic Rotation Modeling

arXiv:2304.03937v121 citationsh-index: 62
Originality Incremental advance
AI Analysis

This work addresses a domain-specific problem in computer vision, graphics, and robotics by enabling more accurate probabilistic rotation modeling, which is incremental as it adapts existing normalizing flow techniques to a specialized manifold.

The paper tackles the problem of constructing effective normalizing flows for probabilistic modeling on the SO(3) rotation manifold, which is challenging due to non-Euclidean properties, and proposes a novel method combining Möbius transformation-based coupling and quaternion affine transformations, achieving significant performance improvements over baselines in unconditional and conditional tasks.

Normalizing flows (NFs) provide a powerful tool to construct an expressive distribution by a sequence of trackable transformations of a base distribution and form a probabilistic model of underlying data. Rotation, as an important quantity in computer vision, graphics, and robotics, can exhibit many ambiguities when occlusion and symmetry occur and thus demands such probabilistic models. Though much progress has been made for NFs in Euclidean space, there are no effective normalizing flows without discontinuity or many-to-one mapping tailored for SO(3) manifold. Given the unique non-Euclidean properties of the rotation manifold, adapting the existing NFs to SO(3) manifold is non-trivial. In this paper, we propose a novel normalizing flow on SO(3) by combining a Mobius transformation-based coupling layer and a quaternion affine transformation. With our proposed rotation normalizing flows, one can not only effectively express arbitrary distributions on SO(3), but also conditionally build the target distribution given input observations. Extensive experiments show that our rotation normalizing flows significantly outperform the baselines on both unconditional and conditional tasks.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes