MultiViewStereoNet: Fast Multi-View Stereo Depth Estimation

Описание к видео MultiViewStereoNet: Fast Multi-View Stereo Depth Estimation

MultiViewStereoNet is a learning-based method for multi-view stereo (MVS) depth estimation capable of recovering depth from images taken from known, but unconstrained, views. Unlike existing MVS methods, MultiViewStereoNet compensates for viewpoint changes directly in the network layers. Compensating for viewpoint changes naively, however, can be computationally expensive as the feature layers must either be applied multiple times (once per depth hypothesis), or replaced by 3D convolutions. We overcome this limitation in two ways. First, we only compute our matching cost volume at a coarse image scale before upsampling and refining the outputs. Second, we incrementally compute our projected features such that the bulk of the layers need only be executed a single time across all depth hypotheses. The combination of these two techniques allows our method to perform competitively with the state-of-the-art, while being significantly faster.

MultiViewStereoNet: Fast Multi-View Stereo Depth Estimation using Incremental Viewpoint-Compensated Feature Extraction
W. Nicholas Greene and Nicholas Roy
International Conference on Robotics and Automation (ICRA), 2021
PDF: https://groups.csail.mit.edu/rrg/pape...
Code: https://github.com/robustrobotics/mul...

Комментарии

Информация по комментариям в разработке