Papers › MonteFloor: Extending MCTS for Reconstructing Accurate Large-Scale Floor Plans

MonteFloor: Extending MCTS for Reconstructing Accurate Large-Scale Floor Plans

20 Mar 2021ICCV 2021 10arXiv:2103.11161archive 2025-07-28

Sinisa Stekovic, Mahdi Rad, Friedrich Fraundorfer, Vincent Lepetit

We propose a novel method for reconstructing floor plans from noisy 3D point clouds. Our main contribution is a principled approach that relies on the Monte Carlo Tree Search (MCTS) algorithm to maximize a suitable objective function efficiently despite the complexity of the problem. Like previous work, we first project the input point cloud to a top view to create a density map and extract room proposals from it. Our method selects and optimizes the polygonal shapes of these room proposals jointly to fit the density map and outputs an accurate vectorized floor map even for large complex scenes. To do this, we adapted MCTS, an algorithm originally designed to learn to play games, to select the room proposals by maximizing an objective function combining the fitness with the density map as predicted by a deep network and regularizing terms on the room shapes. We also introduce a refinement step to MCTS that adjusts the shape of the room proposals. For this step, we propose a novel differentiable method for rendering the polygonal shapes of these proposals. We evaluate our method on the recent and challenging Structured3D and Floor-SP datasets and show a significant improvement over the state-of-the-art, without imposing any hard constraints nor assumptions on the floor plan configurations.

PaperPDFConference PDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2103.11161")

Code

Syntology Ran 10 of 15 code samples harvested from 1 repository linked to this paper; 5 have no recorded run. Of those that ran: 1 ran · honoured contract; 3 ran · our draft was wrong; 6 ran with no contract checked.

By repository: community (archive-listed): 15 samples from 1 repository, 10 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

vevenom/MonteScene officialmentioned on GitHub report
woodfrog/poly-diffuse mentioned on GitHubpytorch report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

15 samples harvested; 10 ran; 1 honoured the contract we drafted; 5 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · honoured contract
3ran · our draft was wrong
6ran
5unverified

Licence: 15 of the 15 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from woodfrog/poly-diffuse. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

DeformableTransformerDecoder woodfrog/poly-diffuse/src/models/polygon_models/polygon_net.py community (archive-listed) ran · metamorphic tier: deterministic GPL-3.0 (copyleft) · pointer only · c7e682414d655014 · report
DeformableTransformerEncoder woodfrog/poly-diffuse/src/models/polygon_models/polygon_net.py community (archive-listed) ran · metamorphic tier: deterministic GPL-3.0 (copyleft) · pointer only · 31e621eb1f377a2b · report
MLP woodfrog/poly-diffuse/src/models/polygon_models/polygon_net.py community (archive-listed) ran · metamorphic tier: deterministic GPL-3.0 (copyleft) · pointer only · 3294b3a16f752382 · report
MSDeformAttn woodfrog/poly-diffuse/src/models/polygon_models/polygon_net.py community (archive-listed) ran · metamorphic tier: deterministic GPL-3.0 (copyleft) · pointer only · c89a6058bd1947a6 · report
NestedTensor woodfrog/poly-diffuse/src/models/polygon_models/polygon_net.py community (archive-listed) ran · metamorphic tier: deterministic GPL-3.0 (copyleft) · pointer only · ace1b7ccab9cd45a · report
PositionEmbeddingSine woodfrog/poly-diffuse/src/models/polygon_models/polygon_net.py community (archive-listed) ran · metamorphic tier: deterministic fingerprinted GPL-3.0 (copyleft) · pointer only · f021c121c7024822 · report
_get_clones woodfrog/poly-diffuse/src/models/polygon_models/polygon_net.py community (archive-listed) ran · our draft was wrong GPL-3.0 (copyleft) · pointer only · 2ee78123f7fa8d31 · report
inverse_sigmoid woodfrog/poly-diffuse/src/models/polygon_models/polygon_net.py community (archive-listed) ran · our draft was wrong fingerprinted GPL-3.0 (copyleft) · pointer only · 83c03ceb1307c6c4 · report
positional_encoding_1d woodfrog/poly-diffuse/src/models/polygon_models/polygon_net.py community (archive-listed) ran · honoured contract GPL-3.0 (copyleft) · pointer only · 66c401f1c3fade5d · report
timestep_embedding woodfrog/poly-diffuse/src/models/polygon_models/polygon_net.py community (archive-listed) ran · our draft was wrong fingerprinted GPL-3.0 (copyleft) · pointer only · 12d88e587c21a5e0 · report
DeformableTransformerDecoderLayer woodfrog/poly-diffuse/src/models/polygon_models/polygon_net.py community (archive-listed) unverified GPL-3.0 (copyleft) · pointer only · 4007b980fd71dbf7 · report
DeformableTransformerEncoderLayer woodfrog/poly-diffuse/src/models/polygon_models/polygon_net.py community (archive-listed) unverified GPL-3.0 (copyleft) · pointer only · e460be3a8226061f · report
PolyModel woodfrog/poly-diffuse/src/models/polygon_models/polygon_net.py community (archive-listed) unverified GPL-3.0 (copyleft) · pointer only · 5bbc177dc078b1b3 · report
ResNetBackbone woodfrog/poly-diffuse/src/models/polygon_models/polygon_net.py community (archive-listed) unverified GPL-3.0 (copyleft) · pointer only · d2623059d3fe0e35 · report
RoomTransformer woodfrog/poly-diffuse/src/models/polygon_models/polygon_net.py community (archive-listed) unverified GPL-3.0 (copyleft) · pointer only · 80cde8a26966acff · report

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections