paper-with-me

홈 › Papers

LATTE3D: Large-scale Amortized Text-To-Enhanced3D Synthesis

2024-03-22 · Kevin Xie, Jonathan Lorraine, Tianshi Cao, Jun Gao, James Lucas, Antonio Torralba, Sanja Fidler, Xiaohui Zeng

Recent text-to-3D generation approaches produce impressive 3D results but require time-consuming optimization that can take up to an hour per prompt. Amortized methods like ATT3D optimize multiple prompts simultaneously to improve efficiency, enabling fast text-to-3D synthesis. However, they cannot capture high-frequency geometry and texture details and struggle to scale to large prompt sets, so they generalize poorly. We introduce LATTE3D, addressing these limitations to achieve fast, high-quality generation on a significantly larger prompt set. Key to our method is 1) building a scalable architecture and 2) leveraging 3D data during optimization through 3D-aware diffusion priors, shape regularization, and model initialization to achieve robustness to diverse and complex training prompts. LATTE3D amortizes both neural field and textured surface generation to produce highly detailed textured meshes in a single forward pass. LATTE3D generates 3D objects in 400ms, and can be further enhanced with fast test-time optimization.

📄 PDF Abstract BibTeX arXiv:2403.15385

Code (0)

등록된 구현이 없습니다.

Tasks

3D GenerationText to 3D

Methods 이 논문이 사용한 방법론

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 제목 키워드 기반

Meta-Learning at Scale for Large Language Models via Low-Rank Amortized Bayesian Meta-Learning

2025-08-19 · Liyi Zhang, Jake Snell, Thomas L. Griffiths arxiv

Fine-tuning large language models (LLMs) with low-rank adaptation (LoRA) is a cost-effective way to incorporate information from a specific dataset. However, when a problem requires incorporating information from multipl…

A Statistical Assessment of Amortized Inference Under Signal-to-Noise Variation and Distribution Shift

2026-01-12 · Roy Shivam Ram Shreshtth, Arnab Hazra, Gourab Mukherjee arxiv

Since the turn of the century, approximate Bayesian inference has steadily evolved as new computational techniques have been incorporated to handle increasingly complex and large-scale predictive problems. The recent suc…

Bayesian Inference

Iterative Amortized Inference: Unifying In-Context Learning and Learned Optimizers

2025-10-13 · Sarthak Mittal, Divyat Mahajan, Guillaume Lajoie, Mohammad Pezeshki arxiv

Modern learning systems increasingly rely on amortized learning - the idea of reusing computation or inductive biases shared across tasks to enable rapid generalization to novel problems. This principle spans a range of …

Stochastic Optimization

Refining Amortized Posterior Approximations using Gradient-Based Summary Statistics

2023-05-15 · Rafael Orozco, Ali Siahkoohi, Mathias Louboutin, Felix J. Herrmann

We present an iterative framework to improve the amortized approximations of posterior distributions in the context of Bayesian inverse problems, which is inspired by loop-unrolled gradient descent methods and is theoret…

Image ReconstructionVariational Inference

Efficient user history modeling with amortized inference for deep learning recommendation models

2024-12-09 · Lars Hertel, Neil Daftary, Fedor Borisyuk, Aman Gupta 외

We study user history modeling via Transformer encoders in deep learning recommendation models (DLRM). Such architectures can significantly improve recommendation quality, but usually incur high latency cost necessitatin…