PPSURF: Combining Patches and Point Convolutions for Detailed Surface Reconstruction
3D surface reconstruction from point clouds is a key step in areas such as content creation, archaeology, digital cultural heritage, and engineering. Current approaches either try to optimize a non-data-driven surface representation to fit the points, or learn a data-driven prior over the distribution of commonly occurring surfaces and how they correlate with potentially noisy point clouds. Data-driven methods enable robust handling of noise and typically either focus on a global or a local prior, which trade-off between robustness to noise on the global end and surface detail preservation on the local end. We propose PPSurf as a method that combines a global prior based on point convolutions and a local prior based on processing local point cloud patches. We show that this approach is robust to noise while recovering surface details more accurately than the current state-of-the-art. Our source code, pre-trained model and dataset are available at: https://github.com/cg-tuwien/ppsurf
Code (1)
Tasks
Surface ReconstructionMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
MamKPD: A Simple Mamba Baseline for Real-Time 2D Keypoint Detection
Real-time 2D keypoint detection plays an essential role in computer vision. Although CNN-based and Transformer-based methods have achieved breakthrough progress, they often fail to deliver superior performance and real-t…
Animal Pose EstimationGPUKeypoint DetectionMamba+1Robust and Fast Bass local volatility
The Bass Local Volatility Model (Bass-LV), as studied in [Conze and Henry-Labordere, 2021], stands out for its ability to eliminate the need for interpolation between maturities. This offers a significant advantage over …
Computational EfficiencyZ-Net: an Anisotropic 3D DCNN for Medical CT Volume Segmentation
Accurate volume segmentation from the Computed Tomography (CT) scan is a common prerequisite for pre-operative planning, intra-operative guidance and quantitative assessment of therapeutic outcomes in robot-assisted Mini…
Computed Tomography (CT)SegmentationTangent Convolutions for Dense Prediction in 3D
We present an approach to semantic scene analysis using deep convolutional networks. Our approach is based on tangent convolutions - a new construction for convolutional networks on 3D data. In contrast to volumetric app…
3D Semantic SegmentationPredictionSemantic SegmentationpathGCN: Learning General Graph Spatial Operators from Paths
Graph Convolutional Networks (GCNs), similarly to Convolutional Neural Networks (CNNs), are typically based on two main operations - spatial and point-wise convolutions. In the context of GCNs, differently from CNNs, a p…