CVJun 22, 2023

Affine Correspondences between Multi-Camera Systems for Relative Pose Estimation

arXiv:2306.12996v116 citationsh-index: 27Has Code
Originality Highly original
AI Analysis

This addresses the need for efficient and accurate pose estimation in multi-camera setups, which is incremental as it builds on existing methods but reduces computational complexity and correspondence requirements.

The paper tackles the problem of relative pose estimation for multi-camera systems by proposing a method that uses only two affine correspondences, achieving higher efficiency and better accuracy than state-of-the-art algorithms.

We present a novel method to compute the relative pose of multi-camera systems using two affine correspondences (ACs). Existing solutions to the multi-camera relative pose estimation are either restricted to special cases of motion, have too high computational complexity, or require too many point correspondences (PCs). Thus, these solvers impede an efficient or accurate relative pose estimation when applying RANSAC as a robust estimator. This paper shows that the 6DOF relative pose estimation problem using ACs permits a feasible minimal solution, when exploiting the geometric constraints between ACs and multi-camera systems using a special parameterization. We present a problem formulation based on two ACs that encompass two common types of ACs across two views, i.e., inter-camera and intra-camera. Moreover, the framework for generating the minimal solvers can be extended to solve various relative pose estimation problems, e.g., 5DOF relative pose estimation with known rotation angle prior. Experiments on both virtual and real multi-camera systems prove that the proposed solvers are more efficient than the state-of-the-art algorithms, while resulting in a better relative pose accuracy. Source code is available at https://github.com/jizhaox/relpose-mcs-depth.

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