Search papers, labs, and topics across Lattice.
This paper introduces Roomer, a reflective repair framework designed to address local violations in 3D indoor layouts generated by existing models, such as collisions and obstructed openings. By framing these issues as object-grounded repair problems, Roomer utilizes a geometry-conditioned vision-language model planner and a deterministic solver to propose and validate structured local edits. The results demonstrate that Roomer effectively repairs violations while maintaining the integrity of valid regions, significantly enhancing both physical validity and usability of the layouts produced.
Roomer achieves local layout repairs that not only fix violations but also preserve the usability of 3D indoor environments, setting a new standard for layout synthesis.
Existing indoor layout generators produce globally plausible layouts yet may retain local violations such as collisions, out-of-bounds placements, obstructed openings, and blocked circulation. Most prior work focuses on full-scene synthesis or scene-level optimization, with limited support for identifying responsible objects and locally repairing affected regions. We present Roomer, a reflective repair framework that casts these violations as sparse, object-grounded repair problems. Roomer encodes layouts as ``RoState''and uses ``RoReview''to bind measured violations to implicated objects. A geometry-conditioned vision-language model planner proposes a structured local edit, while a deterministic solver validates it and generates a finite set of candidate edits when needed. Each candidate is committed only if full-scene verification confirms that it resolves the target violation without new hard violations or broken protected constraints. We train the planner on Roomer-CC, a controlled-corruption dataset that pairs faulty layouts with object-grounded violation evidence and known-feasible inverse StatePatches. Since existing benchmarks rarely assess whether physically valid layouts are usable, we introduce Roomer-Eval to assess distributional quality, physical validity, and practical usability. Experiments show that Roomer repairs residual violations while preserving valid regions, improves physical validity and usability, and transfers across external generators.