paper-with-me

홈 › Papers

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

2022-11-30 · 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.

📄 PDF Abstract BibTeX arXiv:2211.16799

Code (1)

icetttb/nopesac 공식 구현 pytorch

Tasks

3D ReconstructionCamera Pose EstimationPose Estimation

Similar Papers 제목 키워드 기반

Three-dimensional planar model estimation using multi-constraint knowledge based on k-means and RANSAC

2017-08-03 · Marcelo Saval-Calvo, Jorge Azorin-Lopez, Andres Fuster-Guillo, Jose Garcia-Rodriguez

Plane model extraction from three-dimensional point clouds is a necessary step in many different applications such as planar object reconstruction, indoor mapping and indoor localization. Different RANdom SAmple Consensu…

ClusteringIndoor LocalizationModel extractionObject+1

On Enhancing Ground Surface Detection from Sparse Lidar Point Cloud

2021-05-25 · Bo Li

Ground surface detection in point cloud is widely used as a key module in autonomous driving systems. Different from previous approaches which are mostly developed for lidars with high beam resolution, e.g. Velodyne HDL-…

Autonomous Driving

Planar Surface Reconstruction from Sparse Views

2021-03-26 · ICCV 2021 10 · Linyi Jin, Shengyi Qian, Andrew Owens, David F. Fouhey

The paper studies planar surface reconstruction of indoor scenes from two views with unknown camera poses. While prior approaches have successfully created object-centric reconstructions of many scenes, they fail to expl…

Surface Reconstruction

Surface Reconstruction from 3D Line Segments

2019-11-01 · Pierre-Alain Langlois, Alexandre Boulch, Renaud Marlet

In man-made environments such as indoor scenes, when point-based 3D reconstruction fails due to the lack of texture, lines can still be detected and used to support surfaces. We present a novel method for watertight piec…

3D ReconstructionSurface Reconstruction

CNN-Augmented Visual-Inertial SLAM with Planar Constraints

2022-05-05 · Pan Ji, Yuan Tian, Qingan Yan, Yuxin Ma 외

We present a robust visual-inertial SLAM system that combines the benefits of Convolutional Neural Networks (CNNs) and planar constraints. Our system leverages a CNN to predict the depth map and the corresponding uncerta…