English

Multi-view Pyramid Transformer: Look Coarser to See Broader

Computer Vision and Pattern Recognition 2025-12-09 v1

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.

Keywords

Cite

@article{arxiv.2512.07806,
  title  = {Multi-view Pyramid Transformer: Look Coarser to See Broader},
  author = {Gyeongjin Kang and Seungkwon Yang and Seungtae Nam and Younggeun Lee and Jungwoo Kim and Eunbyung Park},
  journal= {arXiv preprint arXiv:2512.07806},
  year   = {2025}
}

Comments

Project page: see https://gynjn.github.io/MVP/

R2 v1 2026-07-01T08:15:21.442Z