paper-with-me

홈 › Papers

DeepShapeMatchingKit: Accelerated Functional Map Solver and Shape Matching Pipelines Revisited

2026-04-11 · Yizheng Xie, Lennart Bastian, Congyue Deng, Thomas W. Mitchel, Maolin Gao, Daniel Cremers arxiv

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

📄 PDF Abstract BibTeX arXiv:2604.10377

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Revisiting Map Relations for Unsupervised Non-Rigid Shape Matching

2023-10-17 · Dongliang Cao, Paul Roetzer, Florian Bernard

We propose a novel unsupervised learning approach for non-rigid 3D shape matching. Our approach improves upon recent state-of-the art deep functional map methods and can be applied to a broad range of different challengi…

From Feature Learning to Spectral Basis Learning: A Unifying and Flexible Framework for Efficient and Robust Shape Matching

2026-03-24 · Feifan Luo, Hongyang Chen arxiv

Shape matching is a fundamental task in computer graphics and vision, with deep functional maps becoming a prominent paradigm. However, existing methods primarily focus on learning informative feature representations by …

Unsupervised Contrastive Learning for Efficient and Robust Spectral Shape Matching

2026-03-19 · Feifan Luo, Hongyang Chen arxiv

Estimating correspondences between pairs of non-rigid deformable 3D shapes remains a significant challenge in computer vision and graphics. While deep functional map methods have become the go-to solution for addressing …

Computational EfficiencyContrastive Learning

Unsupervised Deep Multi-Shape Matching

2022-07-20 · Dongliang Cao, Florian Bernard

3D shape matching is a long-standing problem in computer vision and computer graphics. While deep neural networks were shown to lead to state-of-the-art results in shape matching, existing learning-based approaches are l…

Smooth Non-Rigid Shape Matching via Effective Dirichlet Energy Optimization

2022-10-05 · Robin Magnet, Jing Ren, Olga Sorkine-Hornung, Maks Ovsjanikov

We introduce pointwise map smoothness via the Dirichlet energy into the functional map pipeline, and propose an algorithm for optimizing it efficiently, which leads to high-quality results in challenging settings. Specif…