paper-with-me

홈 › Papers

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

2021-03-20 · ICCV 2021 10 · 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.

📄 PDF Abstract BibTeX arXiv:2103.11161

Code (2)

vevenom/MonteScene 공식 구현
woodfrog/poly-diffuse pytorch

Similar Papers 제목 키워드 기반

Multiple Policy Value Monte Carlo Tree Search

2019-05-31 · Li-Cheng Lan, Wei Li, Ting-Han Wei, I-Chen Wu

Many of the strongest game playing programs use a combination of Monte Carlo tree search (MCTS) and deep neural networks (DNN), where the DNNs are used as policy or value evaluators. Given a limited budget, such as onlin…

State Estimation

Monte-Carlo Tree Search for Constrained POMDPs

2018-12-01 · NeurIPS 2018 12 · Jongmin Lee, Geon-Hyeong Kim, Pascal Poupart, Kee-Eung Kim

Monte-Carlo Tree Search (MCTS) has been successfully applied to very large POMDPs, a standard model for stochastic sequential decision-making problems. However, many real-world problems inherently have multiple goals, wh…

Decision MakingSequential Decision Making

Self-Supervised Deep Active Accelerated MRI

2019-01-14 · Kyong Hwan Jin, Michael Unser, Kwang Moo Yi

We propose to simultaneously learn to sample and reconstruct magnetic resonance images (MRI) to maximize the reconstruction quality given a limited sample budget, in a self-supervised setup. Unlike existing deep methods …

Monte Carlo Tree Search With Iteratively Refining State Abstractions

2021-12-01 · NeurIPS 2021 12 · Samuel Sokota, Caleb Ho, Zaheen Ahmad, J. Zico Kolter

Decision-time planning is the process of constructing a transient, local policy with the intent of using it to make the immediate decision. Monte Carlo tree search (MCTS), which has been leveraged to great success in Go,…

Discovering Mathematical Formulas from Data via GPT-guided Monte Carlo Tree Search

2024-01-24 · YanJie Li, Weijun Li, Lina Yu, Min Wu 외

Finding a concise and interpretable mathematical formula that accurately describes the relationship between each variable and the predicted value in the data is a crucial task in scientific research, as well as a signifi…

regressionSymbolic Regression