Interactive 3D scene reconstruction

FIRE3D: Feed-forward Interactive 3D Scene Reconstruction Within A Minute

From an unsegmented image or casual video, one feed-forward system discovers the objects and estimates their 6-DoF poses, then reconstructs complete textured assets in under a minute.

1 University of Illinois Urbana-Champaign 2 Cornell University

Fire3D reconstructs object-compositional, textured indoor scenes from visual observations.
No supplied object masks, boxes, poses, or prompts. Fire3D predicts the scene decomposition and reconstructs complete, textured, independently editable assets, including the room background.

The missing capability

What other pipelines ask you to provide, Fire3D learns to predict.

Strong 3D methods usually solve one part of the scene problem. Perception systems stop at boxes and masks. Object generators start after an object has been selected. Optimization-based systems recover a scene, but pay a new optimization cost for every capture. Fire3D closes these stages in one learned, feed-forward system.

01 / Joint perception

No object poses and segmentations input.

The user supplies an RGB image or casual video. Pi3 estimates point maps and camera poses; Fire3D predicts the object count, 3D masks, oriented boxes, and 6-DoF poses without supplied masks, boxes, object poses, or prompts.

02 / Complete output

Simulation-ready scene, not a rendering field.

Every predicted entity becomes an amodally complete mesh with PBR appearance in the metric scene. Foreground objects remain independently transformable, while structural surfaces are reconstructed as a background instance.

03 / Scene-scale generation

A scene is processed as a batch of objects.

HC-VAE compresses each shape and material field by 32×, allowing flow sampling, VAE decoding, and mesh conversion to run across as many as 16 objects in parallel on one GPU, without test-time optimization.

Positioning

One system spans perception, completion, appearance, and scene assembly.

Representative methods are grouped by the part of the problem they are designed to solve.

Method family Primary strength Missing or external stage Scene-level outcome
Scene perceptionSceneScript · EFM3D · Boxer Boxes, masks, layouts Complete geometry and material Scene understanding, not editable assets
Selected-object generationSAM 3D Objects · ShapeR · TRELLIS.2 Amodal object reconstruction Object selection, masks, detection, or per-object preprocessing Strong objects; scene decomposition remains external
Per-scene optimizationHoloScene · SimRecon Object-compositional scenes Search, fitting, or iterative refinement for each capture Editable scenes at minutes-to-hours cost
Fire3DSingle image or casual video Joint instance perception and reconstruction No object-level perception input; no per-scene optimization Complete textured foreground and background in under 60 seconds

Method

A single learned path from observations to simulation-ready 3D scenes.

Fire3D lifts visual evidence into 3D, predicts the scene decomposition, completes each entity in a canonical frame, and places the reconstructed assets back into their predicted metric layout.

Fire3D network architecture from RGB-D observations through scene perception and object reconstruction.
Unified perception and reconstruction. Predicted instance point clouds condition cascaded sparse-structure, shape, and PBR flow models; decoded assets are assembled with the predicted object poses.
Perceive

DINOv3 features are lifted into a shared 3D representation that predicts validity, instance masks, oriented extent, and 6-DoF pose.

Complete

Canonicalized instance points condition structure, shape, and material flows, completing unseen geometry rather than meshing only observed surfaces.

Assemble

Complete textured meshes are transformed back into the world frame as physically decoupled foreground assets and a static background instance.

Why a full room fits

HC-VAE makes multi-object generation a scene operation.

SC-VAE comes from TRELLIS.2; HC-VAE is introduced by Fire3D. We retain the pretrained SC-VAE representation and add a second, hierarchical compression stage for both shape and material. This changes the practical unit of inference from one selected object to a batch of scene entities.

TRELLIS.2 SC-VAE latent 32³ × 32
Our contribution HC-VAE latent 8³ × 64
Object code
256 KBshape and material latents
Compression
32×beyond the SC-VAE latent
Inference batch
16 objectson one 80 GB A100
End to end
< 60 s60 frames, more than 12 instances
The Fire3D hierarchical compression VAE architecture.
Hierarchical compression for shape and material. Fire3D's lightweight sparse 3D encoders compress the SC-VAE fields adopted from TRELLIS.2 into compact latents for batched flow matching and decoding.
Measured trade-off

32× compression with a small reconstruction change

Selected geometry and rendering metrics from the paper's VAE comparison.

Representation Latent Toys4K Imaginarium
CD ↓F1 ↑PSNR ↑ CD ↓F1 ↑PSNR ↑
SC-VAE only TRELLIS.2 32³ × 32 0.2610.99726.801 0.4070.91921.966
SC-VAE + HC-VAE Fire3D 8³ × 64 0.2690.99126.635 0.4130.91421.665

Interactive 3D Explorer

Inspect the observations, perception, and reconstruction.

Eight held-out scenes are presented in the shared reconstruction coordinate frame. Switch layers to inspect the evidence, predicted instances and boxes, or the final assets.

  1. 01
    Compare representations

    Switch among RGB input, predicted perception, and reconstructed assets.

  2. 02
    Navigate and combine

    Drag to orbit, scroll to zoom, and toggle individual scene layers.

  3. 03
    Edit an instance

    In Reconstruction, click any mesh and transform it in its local frame.

Dataset
View
FloorPlan 312 RGB input point cloud
Loading scene
RGB observations Sampled from the posed input sequence

Evidence

The complete task, tested one claim at a time.

Each full-width comparison isolates a different requirement: perception, object completion, end-to-end reconstruction, single-image transfer, and cross-dataset generalization.

Scene decomposition

Discovering objects directly from unsegmented observations

Fire3D predicts oriented boxes and instance masks rather than receiving them. Green boxes are correct predictions, red boxes are poorly localized predictions, and orange boxes are missed ground-truth objects.

Controlled reconstruction study

Amodal assets from matched ground-truth perception

All methods receive the same ground-truth instances and poses, isolating reconstruction quality. Fire3D recovers complete geometry and texture from native 3D conditions, while ShapeR is geometry-only and SAM 3D Objects is adapted from its single-view setting.

End-to-end scene reconstruction

No masks, boxes, object poses, or known object count

The methods receive the same visual capture. Fire3D performs its own perception and reconstructs textured assets in their predicted scene layout; the EFM3D + ShapeR pipeline composes separate detection and geometry stages.

Single-image transfer

Automatic scene decomposition and reconstruction from one view

A single RGB image and its estimated point map are sufficient for Fire3D to discover and reconstruct the scene objects automatically, without user clicks or masks.

Generalization

Complete foreground and background across unseen scene domains

One model reconstructs object-compositional scenes across synthetic environments and realistic captures, including the complete predicted background instance.

Interactive Applications

Reconstructed once. Used as real scene assets.

Object-level meshes support interaction, robotics, and visual effects without a separate scene conversion step.

Dynamic VFXScene-aware effects interact with reconstructed geometry.
RoboticsObject-compositional assets enable embodied interaction.
GamingComplete scene elements remain editable and transformable.

Nearest alternatives

Where the unified design changes the trade-off.

Matched views test Fire3D against optimization-based reconstruction, scene perception, object completion, and a composed detector-to-generator pipeline.

Optimization-based scene reconstruction

Fire3D reconstructs a scene in about one minute; HoloScene requires approximately eight hours.

View 1 / 16

Open Release

Reproduce the complete pipeline.

The release includes frozen inference protocols, model checkpoints, processed examples for four input domains, camera sampling, and physically based scene rendering.

Citation

Reference Fire3D.

@misc{xia2026fire3d,
  title  = {FIRE3D: Feed-forward Interactive 3D Scene Reconstruction Within A Minute},
  author = {Xia, Hongchi and Cheng, Tianhang and Ma, Wei-Chiu and Wang, Shenlong},
  year   = {2026}
}