CVMay 9, 2024

Minimal Perspective Autocalibration

arXiv:2405.05605v18 citationsHas CodeCVPR
Originality Highly original
AI Analysis

This work addresses a long-standing problem in computer vision for 3D reconstruction from multiple views, offering a novel formulation that improves calibration accuracy.

The paper tackles the autocalibration problem in computer vision by introducing a new family of minimal problems based on constraints involving image points, unknown depths, and a partially specified calibration matrix, achieving superior accuracy compared to state-of-the-art methods in experiments with synthetic and real data.

We introduce a new family of minimal problems for reconstruction from multiple views. Our primary focus is a novel approach to autocalibration, a long-standing problem in computer vision. Traditional approaches to this problem, such as those based on Kruppa's equations or the modulus constraint, rely explicitly on the knowledge of multiple fundamental matrices or a projective reconstruction. In contrast, we consider a novel formulation involving constraints on image points, the unknown depths of 3D points, and a partially specified calibration matrix $K$. For $2$ and $3$ views, we present a comprehensive taxonomy of minimal autocalibration problems obtained by relaxing some of these constraints. These problems are organized into classes according to the number of views and any assumed prior knowledge of $K$. Within each class, we determine problems with the fewest -- or a relatively small number of -- solutions. From this zoo of problems, we devise three practical solvers. Experiments with synthetic and real data and interfacing our solvers with COLMAP demonstrate that we achieve superior accuracy compared to state-of-the-art calibration methods. The code is available at https://github.com/andreadalcin/MinimalPerspectiveAutocalibration

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