Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

DPC: Unsupervised Deep Point Correspondence via Cross and Self Construction

About

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.

Itai Lang, Dvir Ginzburg, Shai Avidan, Dan Raviv• 2021

Related benchmarks

TaskDatasetResultRank
3D Shape CorrespondenceFAUST remeshed (test)
Mean Geodesic Error (x100)11.1
65
Shape MatchingSCAPE remeshed (test)
Mean Geodesic Error (x100)17.3
46
Non-rigid shape matchingDT4D-H
Mean Geodesic Error (x100)13.8
39
Shape MatchingSHREC19 remeshed (test)
Mean Geodesic Error0.287
37
Point cloud matchingFAUST_r
Mean Geodesic Error0.111
23
Point cloud matchingSCAPE_r
Mean Geodesic Error17.3
23
Shape CorrespondenceSurreal (test)
Accuracy17.7
16
Point cloud matchingSHREC07-H
Mean Geodesic Error17.1
14
Point cloud matchingSHREC'19_r
Mean Geodesic Error (x100)28.7
14
Shape CorrespondenceSHREC'20 (test)
Accuracy31.08
10
Showing 10 of 41 rows

Other info

Code

Follow for update