paper-with-me

홈 › Papers

LVSM: A Large View Synthesis Model with Minimal 3D Inductive Bias

2024-10-22 · Haian Jin, Hanwen Jiang, Hao Tan, Kai Zhang, Sai Bi, Tianyuan Zhang, Fujun Luan, Noah Snavely, Zexiang Xu

We propose the Large View Synthesis Model (LVSM), a novel transformer-based approach for scalable and generalizable novel view synthesis from sparse-view inputs. We introduce two architectures: (1) an encoder-decoder LVSM, which encodes input image tokens into a fixed number of 1D latent tokens, functioning as a fully learned scene representation, and decodes novel-view images from them; and (2) a decoder-only LVSM, which directly maps input images to novel-view outputs, completely eliminating intermediate scene representations. Both models bypass the 3D inductive biases used in previous methods -- from 3D representations (e.g., NeRF, 3DGS) to network designs (e.g., epipolar projections, plane sweeps) -- addressing novel view synthesis with a fully data-driven approach. While the encoder-decoder model offers faster inference due to its independent latent representation, the decoder-only LVSM achieves superior quality, scalability, and zero-shot generalization, outperforming previous state-of-the-art methods by 1.5 to 3.5 dB PSNR. Comprehensive evaluations across multiple datasets demonstrate that both LVSM variants achieve state-of-the-art novel view synthesis quality. Notably, our models surpass all previous methods even with reduced computational resources (1-2 GPUs). Please see our website for more details: https://haian-jin.github.io/projects/LVSM/ .

📄 PDF Abstract BibTeX arXiv:2410.17242

Code (0)

등록된 구현이 없습니다.

Tasks

3DGSDecoderGeneralizable Novel View SynthesisInductive BiasNeRFNovel View SynthesisZero-shot Generalization

Similar Papers 제목 키워드 기반

Efficient-LVSM: Faster, Cheaper, and Better Large View Synthesis Model via Decoupled Co-Refinement Attention

2026-02-06 · Xiaosong Jia, Yihang Sun, Junqi You, Songbur Wong 외 arxiv

Feedforward models for novel view synthesis (NVS) have recently advanced by transformer-based methods like LVSM, using attention among all input and target views. In this work, we argue that its full self-attention desig…

Zero-shot GeneralizationNovel View Synthesis

DVSM: Decoder-only View Synthesis Model Done Right

2026-05-28 · Cheng Sun, Jaesung Choe, Min-Hung Chen, Ryo Hachiuma 외 arxiv

Recent Large View Synthesis Models (LVSMs) advocate an encoder-decoder architecture that separates reconstruction and rendering into distinct networks. We re-examine this design. Through controlled experiments, we show t…

Are There Good Mistakes? A Theoretical Analysis of CEGIS

2014-07-21 · Susmit Jha, Sanjit A. Seshia

Counterexample-guided inductive synthesis CEGIS is used to synthesize programs from a candidate space of programs. The technique is guaranteed to terminate and synthesize the correct program if the space of candidate pro…

LARM: A Large Articulated-Object Reconstruction Model

2025-11-14 · Sylvia Yuan, Ruoxi Shi, Xinyue Wei, Xiaoshuai Zhang 외 arxiv

Modeling 3D articulated objects with realistic geometry, textures, and kinematics is essential for a wide range of applications. However, existing optimization-based reconstruction methods often require dense multi-view …

Novel View Synthesis

From Rays to Projections: Better Inputs for Feed-Forward View Synthesis

2026-01-08 · Zirui Wu, Zeren Jiang, Martin R. Oswald, Jie Song arxiv

Feed-forward view synthesis models predict a novel view in a single pass with minimal 3D inductive bias. Existing works encode cameras as Plücker ray maps, which tie predictions to the arbitrary world coordinate gauge an…

Image-to-Image TranslationNovel View Synthesis