CVRODec 6, 2021

Self-Supervised Camera Self-Calibration from Video

arXiv:2112.03325v232 citations
Originality Incremental advance
AI Analysis

This addresses the need for automated calibration in robotics and computer vision, reducing manual effort for mobile systems, though it builds incrementally on existing self-supervised methods.

The paper tackles the laborious process of camera calibration by proposing a self-supervised learning algorithm that regresses calibration parameters from raw videos, achieving sub-pixel reprojection error and state-of-the-art depth estimation on the EuRoC dataset with greater computational efficiency.

Camera calibration is integral to robotics and computer vision algorithms that seek to infer geometric properties of the scene from visual input streams. In practice, calibration is a laborious procedure requiring specialized data collection and careful tuning. This process must be repeated whenever the parameters of the camera change, which can be a frequent occurrence for mobile robots and autonomous vehicles. In contrast, self-supervised depth and ego-motion estimation approaches can bypass explicit calibration by inferring per-frame projection models that optimize a view synthesis objective. In this paper, we extend this approach to explicitly calibrate a wide range of cameras from raw videos in the wild. We propose a learning algorithm to regress per-sequence calibration parameters using an efficient family of general camera models. Our procedure achieves self-calibration results with sub-pixel reprojection error, outperforming other learning-based methods. We validate our approach on a wide variety of camera geometries, including perspective, fisheye, and catadioptric. Finally, we show that our approach leads to improvements in the downstream task of depth estimation, achieving state-of-the-art results on the EuRoC dataset with greater computational efficiency than contemporary methods.

Foundations

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

Your Notes