MVInverse: Feed-forward Multi-view Inverse Rendering in Seconds
Xiangzuo Wu, Chengwei Ren, Jun Zhou, Xiu Li, Yuan Liu
TL;DR
<MVInverse> addresses multi-view inverse rendering by delivering a fast, feed-forward framework that predicts scene-intrinsic maps for all views in a sequence. It leverages an alternating global/frame-attention transformer to fuse cross-view consistency with intra-view details, augmented by a multi-resolution encoder and a suite of intrinsic heads. A two-stage training regimen—synthetic pretraining plus consistency finetuning on real videos—enhances real-world generalization and mitigates flickering artifacts. The approach achieves state-of-the-art multi-view consistency and normal estimation while enabling practical applications like relighting and view-consistent material editing. This work significantly speeds up multi-view material understanding, enabling scalable, data-driven PBR pipelines for real-world imagery and video.
Abstract
Multi-view inverse rendering aims to recover geometry, materials, and illumination consistently across multiple viewpoints. When applied to multi-view images, existing single-view approaches often ignore cross-view relationships, leading to inconsistent results. In contrast, multi-view optimization methods rely on slow differentiable rendering and per-scene refinement, making them computationally expensive and hard to scale. To address these limitations, we introduce a feed-forward multi-view inverse rendering framework that directly predicts spatially varying albedo, metallic, roughness, diffuse shading, and surface normals from sequences of RGB images. By alternating attention across views, our model captures both intra-view long-range lighting interactions and inter-view material consistency, enabling coherent scene-level reasoning within a single forward pass. Due to the scarcity of real-world training data, models trained on existing synthetic datasets often struggle to generalize to real-world scenes. To overcome this limitation, we propose a consistency-based finetuning strategy that leverages unlabeled real-world videos to enhance both multi-view coherence and robustness under in-the-wild conditions. Extensive experiments on benchmark datasets demonstrate that our method achieves state-of-the-art performance in terms of multi-view consistency, material and normal estimation quality, and generalization to real-world imagery.
