UMAMI: Unifying Masked Autoregressive Models and Deterministic Rendering for View Synthesis
Thanh-Tung Le, Tuan Pham, Tung Nguyen, Deying Kong, Xiaohui Xie, Stephan Mandt
TL;DR
UMAMI tackles the challenge of novel view synthesis from sparse inputs by unifying deterministic rendering with diffusion-based completion. It employs a bidirectional transformer to encode multi-view content and Plücker ray embeddings into a shared latent, feeding two heads: a fast deterministic renderer for well-constrained regions and a masked autoregressive diffusion head for unseen areas. The model is trained end-to-end with a combination of photometric, confidence, and diffusion losses, and uses a confidence-based sampling scheme that deterministically fills high-confidence tokens before diffusion-based completion of the rest. Across RealEstate10K and DL3DV, UMAMI achieves state-of-the-art or competitive results with significantly faster rendering than fully generative baselines, and demonstrates robust performance across interpolation, extrapolation, and varying input-view configurations.
Abstract
Novel view synthesis (NVS) seeks to render photorealistic, 3D-consistent images of a scene from unseen camera poses given only a sparse set of posed views. Existing deterministic networks render observed regions quickly but blur unobserved areas, whereas stochastic diffusion-based methods hallucinate plausible content yet incur heavy training- and inference-time costs. In this paper, we propose a hybrid framework that unifies the strengths of both paradigms. A bidirectional transformer encodes multi-view image tokens and Plucker-ray embeddings, producing a shared latent representation. Two lightweight heads then act on this representation: (i) a feed-forward regression head that renders pixels where geometry is well constrained, and (ii) a masked autoregressive diffusion head that completes occluded or unseen regions. The entire model is trained end-to-end with joint photometric and diffusion losses, without handcrafted 3D inductive biases, enabling scalability across diverse scenes. Experiments demonstrate that our method attains state-of-the-art image quality while reducing rendering time by an order of magnitude compared with fully generative baselines.
