GARDEN: Gravity-Aligned Reconstruction of
Disentangled ENvironments from RGB Images

ECCV 2026
1Zhejiang University 2Ant Group
*Work done during internships at Ant Group Project lead Corresponding author

TL;DR   GARDEN turns multi-view RGB into a gravity-aligned, simulation-ready scene.

Abstract

Converting multi-view RGB into simulation-ready 3D scenes is hard because reconstruction pipelines produce monolithic geometry—defined up to an arbitrary global rotation and entangling objects with the background—while CAD-retrieval fixes sacrifice scene-specific fidelity. We propose GARDEN, an RGB-only framework that reformulates reconstruction as physically-grounded scene factorization: using gravity as a universal prior, it aligns the scene to a Gravity-View frame, recovers object-centric rigid meshes with accurate 6-DoF poses, and removes duplicate object geometry from the background. The resulting structured hybrid representation is directly simulation-ready while preserving visual realism, improving placement reliability, disentanglement, and efficiency over retrieval-based baselines.

Method

GARDEN casts reconstruction as gravity-driven physically-grounded factorization. From multi-view RGB, it builds a unified Gravity-View (GV) frame to resolve orientation ambiguity, then splits the scene into independent rigid objects (explicit 6-DoF meshes) and a clean background (point cloud or 3DGS)—a structured hybrid representation ready for both physics simulation and photorealistic rendering.

Overview of the GARDEN pipeline

The pipeline has four stages:

  • Gravity-View alignment. A lightweight module reuses DepthAnything-3 camera tokens to regress the rotation into a gravity-aligned frame, resolving the global orientation ambiguity left by multi-view foundation models.
  • Target-driven object factorization. From a single 2D box (user- or VLM-provided), SAM-3 and SAM-3D recover a complete amodal mesh, and FoundationPose refines its 6-DoF pose—reduced to translation and yaw thanks to the fixed vertical axis.
  • Point-conditional background disentanglement. A Transformer-based point classifier removes the duplicated object geometry from the scene while preserving a high-fidelity background.
  • Unified physics simulation. Object and floor meshes drive rigid-body dynamics while the cleaned background provides a photorealistic backdrop in a shared, gravity-consistent frame.

Results

Following the LiteReality protocol, we evaluate GARDEN on object-centric perceptual quality and holistic scene quality, and additionally assess gravity-estimation accuracy. Unless noted, GARDEN's rendering results are measured after a 10-second MuJoCo simulation, a conservative stress test that penalizes any gravity-inconsistent placement.

Cross-dataset comparison against SAM-3D and DepthAnything-3. Results are shown from post-simulation states.

Cross-dataset qualitative comparison

RMSE and LPIPS: lower is better. SSIM: higher is better. The best result in each column is in bold.

Object-Centric Material Recovery

MethodRMSE ↓SSIM ↑LPIPS ↓
MIR0.23770.39810.6111
PhotoShape0.32250.23710.6558
MIR + AO0.21560.42030.5899
Sem&Vis0.28350.37580.6362
LiteReality0.21630.43530.5854
Ours (3DGS, post-sim)0.18800.41810.5035
Ours (point cloud, post-sim)0.18870.42400.4444
Ours (3DGS, static)0.17960.44940.4182
Ours (point cloud, static)0.17360.46560.3680

Holistic Graphics-Ready Scene

MethodRMSE ↓SSIM ↑LPIPS ↓
Phone2Proc0.36040.55120.7338
ACDC0.36530.55310.7364
ACDC + Sem&Vis0.32260.54250.6717
ACDC + MIR0.30460.54920.6648
LiteReality0.26640.58180.6522
Ours (3DGS, post-sim)0.16700.55730.4709
Ours (point cloud, post-sim)0.16160.57350.4081
Ours (3DGS, static)0.15930.57180.4379
Ours (point cloud, static)0.15110.59160.3770

Gravity Estimation Accuracy angular error in degrees, lower is better

Method Hypersim TartanAir
Mean ↓P90 ↓Fail@10 ↓ Mean ↓P90 ↓Fail@10 ↓
Plane-RANSAC24.8789.6826.719.2683.2234.4
Normal clustering30.9889.7733.321.3388.7037.5
COLMAP's Manhattan2.626.380.08.3715.9112.5
GeoCalib7.594.796.73.016.509.4
GeoCalib + RANSAC1.713.790.02.695.919.4
Ours GV1.401.900.01.563.480.0

Citation

@inproceedings{sun2026garden,
  title     = {GARDEN: Gravity-Aligned Reconstruction of Disentangled ENvironments from RGB images},
  author    = {Sun, Jiahao and Wei, Dingkun and Shen, Zehong and Zhou, Hongyu and Shen, Yujun and Li, Liang},
  booktitle = {Proceedings of the European Conference on Computer Vision (ECCV)},
  year      = {2026}
}