paper-with-me

홈 › Papers

PPSURF: Combining Patches and Point Convolutions for Detailed Surface Reconstruction

2024-01-16 · Philipp Erler, Lizeth Fuentes, Pedro Hermosilla, Paul Guerrero, Renato Pajarola, Michael Wimmer

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

📄 PDF Abstract BibTeX arXiv:2401.08518

Code (1)

cg-tuwien/ppsurf 공식 구현 pytorch

Tasks

Surface Reconstruction

Methods 이 논문이 사용한 방법론

Self-Attention Guidance 설명 없음
eToro Customer Care Number +1-833-534-1729 설명 없음

Similar Papers 제목 키워드 기반

MamKPD: A Simple Mamba Baseline for Real-Time 2D Keypoint Detection

2024-12-02 · Yonghao Dang, Liyuan Liu, Hui Kang, Ping Ye 외

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+1

Robust and Fast Bass local volatility

2024-11-06 · Hao Qin, Charlie Che, Ruozhong Yang, Liming Feng

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 Efficiency

Z-Net: an Anisotropic 3D DCNN for Medical CT Volume Segmentation

2019-09-16 · Peichao Li, Xiao-Yun Zhou, Zhao-Yang Wang, Guang-Zhong Yang

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)Segmentation

Tangent Convolutions for Dense Prediction in 3D

2018-07-06 · CVPR 2018 6 · Maxim Tatarchenko, Jaesik Park, Vladlen Koltun, Qian-Yi Zhou

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 Segmentation

pathGCN: Learning General Graph Spatial Operators from Paths

2022-07-15 · Moshe Eliasof, Eldad Haber, Eran Treister

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…