paper-with-me

홈 › Papers

Level-S$^2$fM: Structure from Motion on Neural Level Set of Implicit Surfaces

2022-11-22 · CVPR 2023 1 · Yuxi Xiao, Nan Xue, Tianfu Wu, Gui-Song Xia

This paper presents a neural incremental Structure-from-Motion (SfM) approach, Level-S$^2$fM, which estimates the camera poses and scene geometry from a set of uncalibrated images by learning coordinate MLPs for the implicit surfaces and the radiance fields from the established keypoint correspondences. Our novel formulation poses some new challenges due to inevitable two-view and few-view configurations in the incremental SfM pipeline, which complicates the optimization of coordinate MLPs for volumetric neural rendering with unknown camera poses. Nevertheless, we demonstrate that the strong inductive basis conveying in the 2D correspondences is promising to tackle those challenges by exploiting the relationship between the ray sampling schemes. Based on this, we revisit the pipeline of incremental SfM and renew the key components, including two-view geometry initialization, the camera poses registration, the 3D points triangulation, and Bundle Adjustment, with a fresh perspective based on neural implicit surfaces. By unifying the scene geometry in small MLP networks through coordinate MLPs, our Level-S$^2$fM treats the zero-level set of the implicit surface as an informative top-down regularization to manage the reconstructed 3D points, reject the outliers in correspondences via querying SDF, and refine the estimated geometries by NBA (Neural BA). Not only does our Level-S$^2$fM lead to promising results on camera pose estimation and scene geometry reconstruction, but it also shows a promising way for neural implicit rendering without knowing camera extrinsic beforehand.

📄 PDF Abstract BibTeX arXiv:2211.12018

Code (1)

henry123-boy/Level-S2FM_official 공식 구현 pytorch

Tasks

3D ReconstructionCamera Pose EstimationNeural RenderingPose Estimation

Similar Papers 제목 키워드 기반

No Pain, Big Gain: Classify Dynamic Point Cloud Sequences with Static Models by Fitting Feature-level Space-time Surfaces

2022-03-21 · CVPR 2022 1 · Jia-Xing Zhong, Kaichen Zhou, Qingyong Hu, Bing Wang 외

Scene flow is a powerful tool for capturing the motion field of 3D point clouds. However, it is difficult to directly apply flow-based models to dynamic point cloud classification since the unstructured points make it ha…

3D Action RecognitionPoint Cloud ClassificationRolling Shutter Correction

Geo-Neus: Geometry-Consistent Neural Implicit Surfaces Learning for Multi-view Reconstruction

2022-05-31 · Qiancheng Fu, Qingshan Xu, Yew-Soon Ong, Wenbing Tao

Recently, neural implicit surfaces learning by volume rendering has become popular for multi-view reconstruction. However, one key challenge remains: existing approaches lack explicit multi-view geometry constraints, hen…

Surface Reconstruction

A Level Set Theory for Neural Implicit Evolution under Explicit Flows

2022-04-14 · Ishit Mehta, Manmohan Chandraker, Ravi Ramamoorthi

Coordinate-based neural networks parameterizing implicit surfaces have emerged as efficient representations of geometry. They effectively act as parametric level sets with the zero-level set defining the surface of inter…

Inverse Rendering

Fluid Dynamics Network: Topology-Agnostic 4D Reconstruction via Fluid Dynamics Priors

2023-03-17 · Daniele Baieri, Stefano Esposito, Filippo Maggioli, Emanuele Rodolà

Representing 3D surfaces as level sets of continuous functions over $\mathbb{R}^3$ is the common denominator of neural implicit representations, which recently enabled remarkable progress in geometric deep learning and c…

4D reconstruction

NeuVAS: Neural Implicit Surfaces for Variational Shape Modeling

2025-06-16 · Pengfei Wang, Qiujie Dong, Fangtian Liang, Hao Pan 외

Neural implicit shape representation has drawn significant attention in recent years due to its smoothness, differentiability, and topological flexibility. However, directly modeling the shape of a neural implicit surfac…