Papers › PlaneMVS: 3D Plane Reconstruction from Multi-View Stereo

PlaneMVS: 3D Plane Reconstruction from Multi-View Stereo

22 Mar 2022CVPR 2022 1arXiv:2203.12082archive 2025-07-28

Jiachen Liu, Pan Ji, Nitin Bansal, Changjiang Cai, Qingan Yan, Xiaolei Huang, Yi Xu

We present a novel framework named PlaneMVS for 3D plane reconstruction from multiple input views with known camera poses. Most previous learning-based plane reconstruction methods reconstruct 3D planes from single images, which highly rely on single-view regression and suffer from depth scale ambiguity. In contrast, we reconstruct 3D planes with a multi-view-stereo (MVS) pipeline that takes advantage of multi-view geometry. We decouple plane reconstruction into a semantic plane detection branch and a plane MVS branch. The semantic plane detection branch is based on a single-view plane detection framework but with differences. The plane MVS branch adopts a set of slanted plane hypotheses to replace conventional depth hypotheses to perform plane sweeping strategy and finally learns pixel-level plane parameters and its planar depth map. We present how the two branches are learned in a balanced way, and propose a soft-pooling loss to associate the outputs of the two branches and make them benefit from each other. Extensive experiments on various indoor datasets show that PlaneMVS significantly outperforms state-of-the-art (SOTA) single-view plane reconstruction methods on both plane detection and 3D geometry metrics. Our method even outperforms a set of SOTA learning-based MVS methods thanks to the learned plane priors. To the best of our knowledge, this is the first work on 3D plane reconstruction within an end-to-end MVS framework. Source code: https://github.com/oppo-us-research/PlaneMVS.

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="2203.12082")

Code

Syntology Ran 0 of 19 code samples harvested from 1 repository linked to this paper; 19 have no recorded run.

By repository: official repository: 19 samples from 1 repository, 0 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

oppo-us-research/planemvs officialmentioned in papermentioned on GitHubpytorchMIT 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

19 samples harvested; 0 ran; 0 honoured the contract we drafted; 19 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.

19unverified

Licence: 0 of the 19 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 oppo-us-research/planemvs. “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.

clean_segmentation oppo-us-research/planemvs/data_preparation/clean_seg.py official repository unverified MIT (permissive) · c511045350c22381 · report
cluster oppo-us-research/planemvs/data_preparation/cluster.py official repository unverified MIT (permissive) · e69c3883b85c1033 · report
cluster_vis_3d_scatters oppo-us-research/planemvs/data_preparation/stereo_cluters.py official repository unverified MIT (permissive) · 4f1c557276c4cff2 · report
get_all_7scenes_path oppo-us-research/planemvs/data_preparation/generate_7scenes_data.py official repository unverified MIT (permissive) · e389daf1368730ee · report
get_all_tum_path oppo-us-research/planemvs/data_preparation/generate_tum_data.py official repository unverified MIT (permissive) · 9729d599ce2b3570 · report
get_grid oppo-us-research/planemvs/data_preparation/clean_seg.py official repository unverified MIT (permissive) · a81a95d6d05862d4 · report
get_rel_trans oppo-us-research/planemvs/data_preparation/generate_7scenes_data.py official repository unverified MIT (permissive) · 458c1ecc42ef30e6 · report
kmeans_cluster oppo-us-research/planemvs/data_preparation/stereo_cluters.py official repository unverified MIT (permissive) · 0704f949c1a27579 · report
load_color oppo-us-research/planemvs/data_preparation/generate_pixel_planar.py official repository unverified MIT (permissive) · 2015b55a787e9714 · report
load_depth oppo-us-research/planemvs/data_preparation/generate_pixel_planar.py official repository unverified MIT (permissive) · 5a25f72413bb176b · report
load_image oppo-us-research/planemvs/data_preparation/pre_process.py official repository unverified MIT (permissive) · fafa963ecd5d41cf · report
load_intrinsic oppo-us-research/planemvs/data_preparation/generate_pixel_planar.py official repository unverified MIT (permissive) · b2225dd1ab5fd8a7 · report
load_pose oppo-us-research/planemvs/data_preparation/pre_process.py official repository unverified MIT (permissive) · 85fd58a1c4771f86 · report
load_raw_seg oppo-us-research/planemvs/data_preparation/pre_process.py official repository unverified MIT (permissive) · 95474bdf353f674f · report
load_valid_ids oppo-us-research/planemvs/data_preparation/stereo_cluters.py official repository unverified MIT (permissive) · 21c717dcb6058d30 · report
plane_to_depth oppo-us-research/planemvs/data_preparation/clean_seg.py official repository unverified MIT (permissive) · 5ecc4b1ee40f1b3c · report
read_files oppo-us-research/planemvs/data_preparation/split_tumrgbd.py official repository unverified MIT (permissive) · 0ec4eab464808505 · report
read_pose oppo-us-research/planemvs/data_preparation/generate_7scenes_data.py official repository unverified MIT (permissive) · 58c3e75c2c18326e · report
read_rgb_mapping oppo-us-research/planemvs/data_preparation/generate_tum_data.py official repository unverified MIT (permissive) · f6157f7dfc05252f · report

Tasks

3D Reconstruction3D geometry

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