Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

DeepShapeMatchingKit: Accelerated Functional Map Solver and Shape Matching Pipelines Revisited

About

Deep functional maps, leveraging learned feature extractors and spectral correspondence solvers, are fundamental to non-rigid 3D shape matching. Based on an analysis of open-source implementations, we find that standard functional map implementations solve k independent linear systems serially, which is a computational bottleneck at higher spectral resolution. We thus propose a vectorized reformulation that solves all systems in a single kernel call, achieving up to a 33x speedup while preserving the exact solution. Furthermore, we identify and document a previously unnoticed implementation divergence in the spatial gradient features of the mainstay DiffusionNet: two variants that parameterize distinct families of tangent-plane transformations, and present experiments analyzing their respective behaviors across diverse benchmarks. We additionally revisit overlap prediction evaluation for partial-to-partial matching and show that balanced accuracy provides a useful complementary metric under varying overlap ratios. To share these advancements with the wider community, we present an open-source codebase, DeepShapeMatchingKit, that incorporates these improvements and standardizes training, evaluation, and data pipelines for common deep shape matching methods. The codebase is available at: https://github.com/xieyizheng/DeepShapeMatchingKit

Yizheng Xie, Lennart Bastian, Congyue Deng, Thomas W. Mitchel, Maolin Gao, Daniel Cremers• 2026

Related benchmarks

TaskDatasetResultRank
Shape MatchingSHREC'19--
45
Non-rigid shape matchingSCAPE--
28
Shape MatchingSHREC HOLES 2016 (test)--
26
Shape MatchingSHREC CUTS 2016 (test)--
22
Shape MatchingFaust--
21
Overlapping Region PredictionPARTIALSMAL--
7
Partial-to-partial overlap predictionCP2P24--
4
Partial-to-partial overlap predictionBeCoS--
4
Showing 8 of 8 rows

Other info

Follow for update