TasksSotADatasetsPapersMethodsSubmitAbout
Papers With Code 2

A community resource for machine learning research: papers, code, benchmarks, and state-of-the-art results.

Explore

Notable BenchmarksAll SotADatasetsPapersMethods

Community

Submit ResultsAbout

Data sourced from the PWC Archive (CC-BY-SA 4.0). Built by the community, for the community.

Papers/DPC: Unsupervised Deep Point Correspondence via Cross and ...

DPC: Unsupervised Deep Point Correspondence via Cross and Self Construction

Itai Lang, Dvir Ginzburg, Shai Avidan, Dan Raviv

2021-10-163D Dense Shape Correspondence
PaperPDFCode(official)

Abstract

We present a new method for real-time non-rigid dense correspondence between point clouds based on structured shape construction. Our method, termed Deep Point Correspondence (DPC), requires a fraction of the training data compared to previous techniques and presents better generalization capabilities. Until now, two main approaches have been suggested for the dense correspondence problem. The first is a spectral-based approach that obtains great results on synthetic datasets but requires mesh connectivity of the shapes and long inference processing time while being unstable in real-world scenarios. The second is a spatial approach that uses an encoder-decoder framework to regress an ordered point cloud for the matching alignment from an irregular input. Unfortunately, the decoder brings considerable disadvantages, as it requires a large amount of training data and struggles to generalize well in cross-dataset evaluations. DPC's novelty lies in its lack of a decoder component. Instead, we use latent similarity and the input coordinates themselves to construct the point cloud and determine correspondence, replacing the coordinate regression done by the decoder. Extensive experiments show that our construction scheme leads to a performance boost in comparison to recent state-of-the-art correspondence methods. Our code is publicly available at https://github.com/dvirginz/DPC.

Results

TaskDatasetMetricValueModel
3DSHREC'19Accuracy at 1%15.3DPC
3DSHREC'19Euclidean Mean Error (EME)5.6DPC
3DSHREC'19Accuracy at 1%17.7DPC (Trained on Surreal)
3DSHREC'19Euclidean Mean Error (EME)6.1DPC (Trained on Surreal)
3D Shape RepresentationSHREC'19Accuracy at 1%15.3DPC
3D Shape RepresentationSHREC'19Euclidean Mean Error (EME)5.6DPC
3D Shape RepresentationSHREC'19Accuracy at 1%17.7DPC (Trained on Surreal)
3D Shape RepresentationSHREC'19Euclidean Mean Error (EME)6.1DPC (Trained on Surreal)

Related Papers

Unsupervised Template-assisted Point Cloud Shape Correspondence Network2024-03-25Diffusion 3D Features (Diff3F): Decorating Untextured Shapes with Distilled Semantic Features2023-11-28SE-ORNet: Self-Ensembling Orientation-aware Network for Unsupervised Point Cloud Shape Correspondence2023-04-10Anisotropic Multi-Scale Graph Convolutional Network for Dense Shape Correspondence2022-10-17ROCA: Robust CAD Model Retrieval and Alignment from a Single Image2021-12-03CorrNet3D: Unsupervised End-to-end Learning of Dense Correspondence for 3D Point Clouds2020-12-31Correspondence Learning via Linearly-invariant Embedding2020-10-253D Meta Point Signature: Learning to Learn 3D Point Signature for 3D Dense Shape Correspondence2020-10-21