Minimal Perspective Autocalibration
Andrea Porfiri Dal Cin, Timothy Duff, Luca Magri, Tomas Pajdla
TL;DR
This work introduces a depth-based formulation for minimal autocalibration in two- and three-view settings with constant intrinsics, solving for the calibration matrix $K$ and unknown depths $\lambda_{ip}$ using depth-consistency constraints rather than Kruppa's equations. A complete taxonomy of 80 minimal relaxation problems is developed by enumerating which depth constraints to drop, represented via 4-colorings of the complete point-pair graph and organized into isomorphism classes for offline solver design. The authors build practical solvers using homotopy continuation, enabling offline solution enumeration and online parameter tracking, and demonstrate superior accuracy over Kruppa and modulus-based methods on synthetic and real data, including effective COLMAP integration. The approach avoids common degeneracies of Kruppa-based autocalibration, provides robust initialization options (e.g., partial knowledge of $K$ such as zero skew or square pixels), and delivers a scalable offline/online pipeline suitable for real-world calibration and 3D reconstruction tasks.
Abstract
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
