CVMay 9, 2022

Multiview Stereo with Cascaded Epipolar RAFT

arXiv:2205.04502v169 citationsh-index: 11Has Code
Originality Incremental advance
AI Analysis

This addresses 3D reconstruction for computer vision applications, offering incremental improvements over existing methods.

The paper tackles multiview stereo (MVS) for 3D reconstruction from multiple images by proposing CER-MVS, a method based on RAFT with novel modifications like epipolar cost volumes and cascading, achieving competitive results on DTU (second best) and state-of-the-art on Tanks-and-Temples benchmarks.

We address multiview stereo (MVS), an important 3D vision task that reconstructs a 3D model such as a dense point cloud from multiple calibrated images. We propose CER-MVS (Cascaded Epipolar RAFT Multiview Stereo), a new approach based on the RAFT (Recurrent All-Pairs Field Transforms) architecture developed for optical flow. CER-MVS introduces five new changes to RAFT: epipolar cost volumes, cost volume cascading, multiview fusion of cost volumes, dynamic supervision, and multiresolution fusion of depth maps. CER-MVS is significantly different from prior work in multiview stereo. Unlike prior work, which operates by updating a 3D cost volume, CER-MVS operates by updating a disparity field. Furthermore, we propose an adaptive thresholding method to balance the completeness and accuracy of the reconstructed point clouds. Experiments show that our approach achieves competitive performance on DTU (the second best among known results) and state-of-the-art performance on the Tanks-and-Temples benchmark (both the intermediate and advanced set). Code is available at https://github.com/princeton-vl/CER-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