Multi-view Pyramid Transformer: Look Coarser to See Broader
Gyeongjin Kang, Seungkwon Yang, Seungtae Nam, Younggeun Lee, Jungwoo Kim, Eunbyung Park
TL;DR
This work tackles scalable 3D reconstruction from large numbers of input views by introducing the Multi-view Pyramid Transformer (MVP). MVP combines a dual attention hierarchy—inter-view and intra-view—with a pyramidal feature aggregation scheme to achieve high-quality reconstructions in a single feed-forward pass while scaling to hundreds of views. Through extensive experiments on DL3DV, Tanks&Temples, and Mip-NeRF360, MVP delivers state-of-the-art generalizable reconstruction quality and real-time-like speed, significantly outpacing prior feed-forward methods and remaining close to optimization-based baselines in quality but far superior in efficiency. The approach establishes a scalable framework for large-scale 3D reconstruction that generalizes across diverse datasets and view configurations, with clear paths for future dynamic and geometry-supervised extensions.
Abstract
We propose Multi-view Pyramid Transformer (MVP), a scalable multi-view transformer architecture that directly reconstructs large 3D scenes from tens to hundreds of images in a single forward pass. Drawing on the idea of ``looking broader to see the whole, looking finer to see the details," MVP is built on two core design principles: 1) a local-to-global inter-view hierarchy that gradually broadens the model's perspective from local views to groups and ultimately the full scene, and 2) a fine-to-coarse intra-view hierarchy that starts from detailed spatial representations and progressively aggregates them into compact, information-dense tokens. This dual hierarchy achieves both computational efficiency and representational richness, enabling fast reconstruction of large and complex scenes. We validate MVP on diverse datasets and show that, when coupled with 3D Gaussian Splatting as the underlying 3D representation, it achieves state-of-the-art generalizable reconstruction quality while maintaining high efficiency and scalability across a wide range of view configurations.
