CVApr 28, 2021

Extreme Rotation Estimation using Dense Correlation Volumes

arXiv:2104.13530v254 citations
AI Analysis

This addresses a challenging computer vision problem for applications requiring geometric understanding from non-overlapping images, representing a novel method for a known bottleneck.

The paper tackles the problem of estimating 3D rotation between RGB image pairs with little or no overlap by learning implicit geometric cues like light sources and symmetries, achieving successful rotation estimation on diverse extreme image pairs without compromising performance on overlapping ones.

We present a technique for estimating the relative 3D rotation of an RGB image pair in an extreme setting, where the images have little or no overlap. We observe that, even when images do not overlap, there may be rich hidden cues as to their geometric relationship, such as light source directions, vanishing points, and symmetries present in the scene. We propose a network design that can automatically learn such implicit cues by comparing all pairs of points between the two input images. Our method therefore constructs dense feature correlation volumes and processes these to predict relative 3D rotations. Our predictions are formed over a fine-grained discretization of rotations, bypassing difficulties associated with regressing 3D rotations. We demonstrate our approach on a large variety of extreme RGB image pairs, including indoor and outdoor images captured under different lighting conditions and geographic locations. Our evaluation shows that our model can successfully estimate relative rotations among non-overlapping images without compromising performance over overlapping image pairs.

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