CVAug 9, 2021

AA-RMVSNet: Adaptive Aggregation Recurrent Multi-view Stereo Network

arXiv:2108.03824v1195 citationsHas Code
Originality Incremental advance
AI Analysis

It addresses the problem of accurate and complete 3D reconstruction in complex scenes for computer vision applications, representing an incremental improvement with novel modules.

The paper tackles 3D reconstruction from multi-view images by introducing AA-RMVSNet, a recurrent network with adaptive aggregation modules, which achieves first place on the Tanks and Temples benchmark and competitive results on the DTU dataset.

In this paper, we present a novel recurrent multi-view stereo network based on long short-term memory (LSTM) with adaptive aggregation, namely AA-RMVSNet. We firstly introduce an intra-view aggregation module to adaptively extract image features by using context-aware convolution and multi-scale aggregation, which efficiently improves the performance on challenging regions, such as thin objects and large low-textured surfaces. To overcome the difficulty of varying occlusion in complex scenes, we propose an inter-view cost volume aggregation module for adaptive pixel-wise view aggregation, which is able to preserve better-matched pairs among all views. The two proposed adaptive aggregation modules are lightweight, effective and complementary regarding improving the accuracy and completeness of 3D reconstruction. Instead of conventional 3D CNNs, we utilize a hybrid network with recurrent structure for cost volume regularization, which allows high-resolution reconstruction and finer hypothetical plane sweep. The proposed network is trained end-to-end and achieves excellent performance on various datasets. It ranks $1^{st}$ among all submissions on Tanks and Temples benchmark and achieves competitive results on DTU dataset, which exhibits strong generalizability and robustness. Implementation of our method is available at https://github.com/QT-Zhu/AA-RMVSNet.

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