What they did
The authors developed SceneConductor, a multi-agent orchestration framework for single-image 3D scene generation. The pipeline has three stages: (1) scene initialization, which extracts object masks, builds object-level 3D representations, and predicts an initial spatial layout; (2) environment construction, which uses the initialization and point-map geometry to create supporting surfaces, room boundaries, materials, and illumination; and (3) multi-agent refinement, where a planner agent identifies inconsistencies, applies simple corrections, and dispatches specialist agents for complex localized revisions. To reduce reliance on scene-level annotations, they introduce a geometry-aware layout predictor trained on sparse geometric priors from point maps, using segmentation-level supervision.
Key findings
- SceneConductor consistently outperforms prior methods on geometric accuracy, spatial consistency, and perceptual realism across standard benchmarks.
- The geometry-aware layout predictor generalizes to diverse real-world scenes despite being trained only on segmentation-level data, not full scene annotations.
- The multi-agent refinement stage effectively corrects structural and visual inconsistencies, improving the coherence of the final 3D scene.
- Ablation studies confirm that each stage (initialization, environment construction, refinement) contributes positively to overall performance.
Why it matters
This work demonstrates that decomposing a challenging 3D generation task into structured, agent-driven stages can overcome the limitations of holistic pipelines that require extensive scene-level supervision. The approach paves the way for more generalizable and robust 3D scene generation from minimal input, with potential applications in virtual reality, gaming, and robotics.
Caveats
The method relies on accurate initial object masks and point-map geometry, which may be noisy for highly cluttered or ambiguous images. The refinement stage depends on the planner agent's ability to detect all inconsistencies, which could miss subtle errors. The paper evaluates on benchmark datasets; real-world deployment with varied lighting, occlusions, or unusual room layouts may pose additional challenges.