Seeing Through Clutter: Structured 3D Scene Reconstruction via Iterative Object Removal
Rio Aguina-Kang, Kevin James Blackburn-Matzen, Thibault Groueix, Vladimir Kim, Matheus Gadelha
TL;DR
SeeingThroughClutter addresses the challenge of reconstructing structured 3D scenes from a single image in cluttered settings. It introduces a training-free two-stage pipeline where a vision-language model acts as an orchestrator to iteratively remove foreground objects, segment amodally, and inpaint, followed by depth-guided layout optimization that fuses per-object meshes into a coherent scene. Key contributions include the VLM-driven object-removal framework, a depth-alignment refinement across multiple views using a coordinate-based MLP $f_{\theta_n}$, and a robust object-fitting pipeline based on a two-stage registration using $Sim(3)$ transforms and depth cues, achieving state-of-the-art results on 3D-Front and ADE20K. The approach enables editable, occlusion-resilient 3D reconstructions without task-specific training and scales across indoor/outdoor clutter through reliance on off-the-shelf foundation models.
Abstract
We present SeeingThroughClutter, a method for reconstructing structured 3D representations from single images by segmenting and modeling objects individually. Prior approaches rely on intermediate tasks such as semantic segmentation and depth estimation, which often underperform in complex scenes, particularly in the presence of occlusion and clutter. We address this by introducing an iterative object removal and reconstruction pipeline that decomposes complex scenes into a sequence of simpler subtasks. Using VLMs as orchestrators, foreground objects are removed one at a time via detection, segmentation, object removal, and 3D fitting. We show that removing objects allows for cleaner segmentations of subsequent objects, even in highly occluded scenes. Our method requires no task-specific training and benefits directly from ongoing advances in foundation models. We demonstrate stateof-the-art robustness on 3D-Front and ADE20K datasets. Project Page: https://rioak.github.io/seeingthroughclutter/
