Papers › NOPE-SAC: Neural One-Plane RANSAC for Sparse-View Planar 3D Reconstruction

NOPE-SAC: Neural One-Plane RANSAC for Sparse-View Planar 3D Reconstruction

30 Nov 2022arXiv:2211.16799archive 2025-07-28

Bin Tan, Nan Xue, Tianfu Wu, Gui-Song Xia

This paper studies the challenging two-view 3D reconstruction in a rigorous sparse-view configuration, which is suffering from insufficient correspondences in the input image pairs for camera pose estimation. We present a novel Neural One-PlanE RANSAC framework (termed NOPE-SAC in short) that exerts excellent capability to learn one-plane pose hypotheses from 3D plane correspondences. Building on the top of a siamese plane detection network, our NOPE-SAC first generates putative plane correspondences with a coarse initial pose. It then feeds the learned 3D plane parameters of correspondences into shared MLPs to estimate the one-plane camera pose hypotheses, which are subsequently reweighed in a RANSAC manner to obtain the final camera pose. Because the neural one-plane pose minimizes the number of plane correspondences for adaptive pose hypotheses generation, it enables stable pose voting and reliable pose refinement in a few plane correspondences for the sparse-view inputs. In the experiments, we demonstrate that our NOPE-SAC significantly improves the camera pose estimation for the two-view inputs with severe viewpoint changes, setting several new state-of-the-art performances on two challenging benchmarks, i.e., MatterPort3D and ScanNet, for sparse-view 3D reconstruction. The source code is released at https://github.com/IceTTTb/NopeSAC for reproducible research.

PaperPDFCodeCode 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="2211.16799")

Code

Syntology Ran 2 of 17 code samples harvested from 1 repository linked to this paper; 15 have no recorded run. Of those that ran: 2 ran with no contract checked.

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

icetttb/nopesac 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

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

2ran
15unverified

Licence: 0 of the 17 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 icetttb/nopesac. “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.

batch_dice_loss icetttb/nopesac/NopeSAC_Net/modeling/matcher.py official repository ran fingerprinted MIT (permissive) · b73525bcfb4b4e5a · report
dice_loss icetttb/nopesac/NopeSAC_Net/modeling/criterion.py official repository ran fingerprinted MIT (permissive) · 016dba4163da28df · report
angle_error_vec icetttb/nopesac/NopeSAC_Net/evaluation/mp3d_evaluation.py official repository unverified MIT (permissive) · cc6c38df53167ad6 · report
batch_sigmoid_focal_loss icetttb/nopesac/NopeSAC_Net/modeling/matcher.py official repository unverified MIT (permissive) · 5ce0a97aafc3b0d4 · report
compare_planes icetttb/nopesac/NopeSAC_Net/utils/metrics.py official repository unverified MIT (permissive) · 7d7b7321e2d22618 · report
compare_planes_one_to_one icetttb/nopesac/NopeSAC_Net/utils/metrics.py official repository unverified MIT (permissive) · 2134416c67b148c7 · report
compute_ap icetttb/nopesac/NopeSAC_Net/utils/VOCap.py official repository unverified MIT (permissive) · 9b6d113dd1a00e0c · report
create_cylinder_mesh icetttb/nopesac/NopeSAC_Net/utils/camera.py official repository unverified MIT (permissive) · 76ec55d81623cd46 · report
get_cone_edges icetttb/nopesac/NopeSAC_Net/utils/camera.py official repository unverified MIT (permissive) · 8adc3fc0422cf15b · report
get_depth_err icetttb/nopesac/NopeSAC_Net/evaluation/mp3d_evaluation.py official repository unverified MIT (permissive) · 559d8fc02b1cddcc · report
join_meshes_as_batch icetttb/nopesac/NopeSAC_Net/utils/meshes.py official repository unverified MIT (permissive) · a6fe3fbc2c40fe11 · report
l1LossMask icetttb/nopesac/NopeSAC_Net/evaluation/mp3d_evaluation.py official repository unverified MIT (permissive) · 45d9c8eeef02238c · report
load_predictions icetttb/nopesac/vis_NopeSAC.py official repository unverified MIT (permissive) · 53d025ffef0faf78 · report
merge_plane_params_from_global_params icetttb/nopesac/vis_NopeSAC.py official repository unverified MIT (permissive) · f918147d557a4f38 · report
sigmoid_focal_loss icetttb/nopesac/NopeSAC_Net/modeling/criterion.py official repository unverified MIT (permissive) · 71e149dc0c33b040 · report
write_cone_ply icetttb/nopesac/NopeSAC_Net/utils/camera.py official repository unverified MIT (permissive) · 737b3bc95b3a0077 · report
xVOCap icetttb/nopesac/NopeSAC_Net/utils/VOCap.py official repository unverified MIT (permissive) · ef8ea972d5cc6a3d · report

Tasks

3D ReconstructionCamera Pose EstimationPose Estimation

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