Skip to main content

Envisioning is a research institute that studies how institutions adapt to technological change.

LinkedInInstagramGitHub

Since 2010

research
  • Observatory
  • Adaptive capacity
  • Newsletter
  • Methodology
  • Origins
  • Vocab
  • RSS feeds
services
  • Signals Session
  • Bespoke Projects
  • Build Sessions
  • Pricing
  • Use cases
  • Signals
  • Signal Scan↗free
impact
  • ANBIMAFuture of Brazilian Capital Markets
  • IEEECharting the Energy Transition
  • Horizon 2045Future of Human and Planetary Security
  • WKOTechnology Scanning for Austria
solutions
  • Innovation
  • Strategy
  • Consultants
  • Foresight
  • Associations
  • Governments
  • L&D
resources
  • Partners
  • Coding for Non-Coders
  • How we work
  • Data visualization
  • Multi-Model Convergence
  • FAQ
  • Security and privacy
  • Public sector
about
  • Manifesto
  • Community
  • Events
  • Support
  • Contact
ResearchCapabilityServicesSignalsAbout
ResearchCapabilityServicesSignalsAbout
  1. Home
  2. Vocab
  3. Large Reconstruction Model

Large Reconstruction Model

A transformer that predicts a 3D representation of an object from one or a few images in a single feed-forward pass, replacing per-scene optimization with a pretrained model.

Year: 2023Generality: 500Added: Sep 15, 2026
Back to Vocab

A Large Reconstruction Model (LRM) is a transformer trained to predict a 3D representation of an object or scene from one or a few 2D images in a single forward pass, without the per-scene optimization that earlier methods relied on. Hong et al. introduced the term in 2023 (arXiv:2311.04400, ICLR 2024 Oral), training a roughly 500-million-parameter encoder-decoder transformer to regress a neural radiance field, in the form of a triplane, directly from one image. Prior single-image or few-image 3D methods were typically trained on small, category-specific datasets like ShapeNet. LRM instead trained end to end on around a million objects drawn from Objaverse and MVImgNet, producing a model that generalizes to real-world photos and images generated by other models.

The approach treats 3D reconstruction as a problem of data and scale. Instead of fitting a NeRF or mesh to a specific object over many gradient steps, the network amortizes that cost into a single pretrained model that runs in seconds. This made LRM one of the first demonstrations that the transformer scaling recipe used for language and image models also transfers to 3D. Follow-up systems extended the idea to multi-view inputs, mesh and Gaussian-splat outputs, and multi-object scenes, collectively described as feed-forward or amortized 3D reconstruction.

A persistent limitation is fine detail. Feed-forward models trade some texture and geometric fidelity for speed, historically lagging dense multi-view optimization on sharp textures. Later work has targeted this gap directly. LSRM (Li et al., 2026, arXiv:2604.05182) scales the transformer's context window with a sparse-attention mechanism so the model can process far more image and object tokens, narrowing the fidelity gap with dense-view optimization while remaining a single feed-forward pass.

Sources

  1. LRM: Large Reconstruction Model for Single Image to 3D

    arXiv · Nov 8, 2023

  2. LSRM: High-Fidelity Object-Centric Reconstruction via Scaled Context Windows

    arXiv · Apr 6, 2026

Research this in Signals

Scan Large Reconstruction Model for yourself.

Signals turns a topic into a sourced research record you can inspect and rerun. Your first scan is free, and this one starts with Large Reconstruction Model already loaded, so edit it or scan as is.