paper-with-me

홈 › Papers

UMAMI: Unifying Masked Autoregressive Models and Deterministic Rendering for View Synthesis

2025-12-23 · Thanh-Tung Le, Tuan Pham, Tung Nguyen, Deying Kong, Xiaohui Xie, Stephan Mandt arxiv

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.

📄 PDF Abstract BibTeX arXiv:2512.20107

Code (0)

등록된 구현이 없습니다.

Tasks

Novel View Synthesis

Similar Papers 제목 키워드 기반

BAMM: Bidirectional Autoregressive Motion Model

2024-03-28 · Ekkasit Pinyoanuntapong, Muhammad Usama Saleem, Pu Wang, Minwoo Lee 외

Generating human motion from text has been dominated by denoising motion models either through diffusion or generative masking process. However, these models face great limitations in usability by requiring prior knowled…

DenoisingmodelMotion GenerationMotion Synthesis

UnMaskFork: Test-Time Scaling for Masked Diffusion via Deterministic Action Branching

2026-02-04 · Kou Misaki, Takuya Akiba arxiv

Test-time scaling strategies have effectively leveraged inference-time compute to enhance the reasoning abilities of Autoregressive Large Language Models. In this work, we demonstrate that Masked Diffusion Language Model…

Mathematical Reasoning

Auto-Regressive Masked Diffusion Models

2026-01-23 · Mahdi Karami, Ali Ghodsi arxiv

Masked diffusion models (MDMs) have emerged as a promising approach for language modeling, yet they face a performance gap compared to autoregressive models (ARMs) and require more training iterations. In this work, we p…

Text Generation

Masked AutoDecoder is Effective Multi-Task Vision Generalist

2024-03-12 · CVPR 2024 1 · Han Qiu, Jiaxing Huang, Peng Gao, Lewei Lu 외

Inspired by the success of general-purpose models in NLP, recent studies attempt to unify different vision tasks in the same sequence format and employ autoregressive Transformers for sequence prediction. They apply uni-…

V2Flow: Unifying Visual Tokenization and Large Language Model Vocabularies for Autoregressive Image Generation

2025-03-10 · Guiwei Zhang, Tianyu Zhang, Mohan Zhou, Yalong Bai 외

We propose V2Flow, a novel tokenizer that produces discrete visual tokens capable of high-fidelity reconstruction, while ensuring structural and latent distribution alignment with the vocabulary space of large language m…

DecoderImage GenerationLanguage ModelingLanguage Modelling+1