CVMay 28, 2022

RIAV-MVS: Recurrent-Indexing an Asymmetric Volume for Multi-View Stereo

arXiv:2205.14320v415 citationsh-index: 9Has Code
Originality Highly original
AI Analysis

This addresses depth estimation for 3D reconstruction in computer vision, with incremental improvements in cost volume construction and pose correction.

The paper tackles multi-view depth estimation by introducing a learning-to-optimize method that iteratively indexes an asymmetric cost volume and corrects pose inaccuracies, achieving state-of-the-art performance in within-dataset and cross-dataset evaluations.

This paper presents a learning-based method for multi-view depth estimation from posed images. Our core idea is a "learning-to-optimize" paradigm that iteratively indexes a plane-sweeping cost volume and regresses the depth map via a convolutional Gated Recurrent Unit (GRU). Since the cost volume plays a paramount role in encoding the multi-view geometry, we aim to improve its construction both at pixel- and frame- levels. At the pixel level, we propose to break the symmetry of the Siamese network (which is typically used in MVS to extract image features) by introducing a transformer block to the reference image (but not to the source images). Such an asymmetric volume allows the network to extract global features from the reference image to predict its depth map. Given potential inaccuracies in the poses between reference and source images, we propose to incorporate a residual pose network to correct the relative poses. This essentially rectifies the cost volume at the frame level. We conduct extensive experiments on real-world MVS datasets and show that our method achieves state-of-the-art performance in terms of both within-dataset evaluation and cross-dataset generalization. Code available: https://github.com/oppo-us-research/riav-mvs.

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