paper-with-me

홈 › Papers

Next-Scale Autoregressive Models are Zero-Shot Single-Image Object View Synthesizers

2025-03-17 · Shiran Yuan, Hao Zhao

Methods based on diffusion backbones have recently revolutionized novel view synthesis (NVS). However, those models require pretrained 2D diffusion checkpoints (e.g., Stable Diffusion) as the basis for geometrical priors. Since such checkpoints require exorbitant amounts of data and compute to train, this greatly limits the scalability of diffusion-based NVS models. We present Next-Scale Autoregression Conditioned by View (ArchonView), a method that significantly exceeds state-of-the-art methods despite being trained from scratch with 3D rendering data only and no 2D pretraining. We achieve this by incorporating both global (pose-augmented semantics) and local (multi-scale hierarchical encodings) conditioning into a backbone based on the next-scale autoregression paradigm. Our model also exhibits robust performance even for difficult camera poses where previous methods fail, and is several times faster in inference speed compared to diffusion. We experimentally verify that performance scales with model and dataset size, and conduct extensive demonstration of our method's synthesis quality across several tasks. Our code is open-sourced at https://github.com/Shiran-Yuan/ArchonView.

📄 PDF Abstract BibTeX arXiv:2503.13588

Code (1)

shiran-yuan/archonview 공식 구현 pytorch

Tasks

Novel View Synthesis

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…
Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

Visual Autoregressive Modeling: Scalable Image Generation via Next-Scale Prediction

2024-04-03 · Keyu Tian, Yi Jiang, Zehuan Yuan, Bingyue Peng 외

We present Visual AutoRegressive modeling (VAR), a new generation paradigm that redefines the autoregressive learning on images as coarse-to-fine "next-scale prediction" or "next-resolution prediction", diverging from th…

Image GenerationImage ReconstructionLanguage ModellingLarge Language Model+1

Visual Implicit Autoregressive Modeling

2026-05-02 · Pengfei Jiang, Jixiang Luo, Luxi Lin, Zhaohong Huang 외 arxiv

Visual Autoregressive Modeling (VAR) based on next-scale prediction achieves strong generation quality, but their explicit deep stacks fix the amount of computation per scale and inflate memory at high resolutions. We in…

Next-Scale Autoregressive Models for Text-to-Motion Generation

2026-04-04 · Zhiwei Zheng, Shibo Jin, Lingjie Liu, Mingmin Zhao arxiv

Autoregressive (AR) models offer stable and efficient training, but standard next-token prediction is not well aligned with the temporal structure required for text-conditioned motion generation. We introduce MoScale, a …

Autoregressive Speech Synthesis with Next-Distribution Prediction

2024-12-22 · Xinfa Zhu, Wenjie Tian, Lei Xie

We introduce KALL-E, a novel autoregressive (AR) language modeling approach with next-distribution prediction for text-to-speech (TTS) synthesis. Unlike existing methods, KALL-E directly models and predicts the continuou…

Language ModelingLanguage ModellingPredictionSpeech Synthesis+2

RITA: a Study on Scaling Up Generative Protein Sequence Models

2022-05-11 · Daniel Hesslow, Niccoló Zanichelli, Pascal Notin, Iacopo Poli 외

In this work we introduce RITA: a suite of autoregressive generative models for protein sequences, with up to 1.2 billion parameters, trained on over 280 million protein sequences belonging to the UniRef-100 database. Su…

PredictionProtein Design