paper-with-me

홈 › Papers

Efficient and Robust Shape Correspondence via Sparsity-Enforced Quadratic Assignment

2020-03-19 · CVPR 2020 6 · Rui Xiang, Rongjie Lai, Hongkai Zhao

In this work, we introduce a novel local pairwise descriptor and then develop a simple, effective iterative method to solve the resulting quadratic assignment through sparsity control for shape correspondence between two approximate isometric surfaces. Our pairwise descriptor is based on the stiffness and mass matrix of finite element approximation of the Laplace-Beltrami differential operator, which is local in space, sparse to represent, and extremely easy to compute while containing global information. It allows us to deal with open surfaces, partial matching, and topological perturbations robustly. To solve the resulting quadratic assignment problem efficiently, the two key ideas of our iterative algorithm are: 1) select pairs with good (approximate) correspondence as anchor points, 2) solve a regularized quadratic assignment problem only in the neighborhood of selected anchor points through sparsity control. These two ingredients can improve and increase the number of anchor points quickly while reducing the computation cost in each quadratic assignment iteration significantly. With enough high-quality anchor points, one may use various pointwise global features with reference to these anchor points to further improve the dense shape correspondence. We use various experiments to show the efficiency, quality, and versatility of our method on large data sets, patches, and point clouds (without global meshes).

📄 PDF Abstract BibTeX arXiv:2003.08680

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Q-Match: Iterative Shape Matching via Quantum Annealing

2021-05-06 · ICCV 2021 10 · Marcel Seelbach Benkner, Zorah Lähner, Vladislav Golyanik, Christof Wunderlich 외

Finding shape correspondences can be formulated as an NP-hard quadratic assignment problem (QAP) that becomes infeasible for shapes with high sampling density. A promising research direction is to tackle such quadratic o…

Efficient Deformable Shape Correspondence via Kernel Matching

2017-07-25 · Zorah Lähner, Matthias Vestner, Amit Boyarski, Or Litany 외

We present a method to match three dimensional shapes under non-isometric deformations, topology changes and partiality. We formulate the problem as matching between a set of pair-wise and point-wise descriptors, imposin…

Bi-directional Shape Correspondences (BSC): A Novel Technique for 2-d Shape Warping in Quadratic Time?

2014-12-21 · Abdulrahman Oladipupo Ibraheem

We propose Bidirectional Shape Correspondence (BSC) as a possible improvement on the famous shape contexts (SC) framework. Our proposals derive from the observation that the SC framework enforces a one-to-one corresponde…

ClusteringHeuristic Search

Automatic discovery of discriminative parts as a quadratic assignment problem

2016-11-14 · Ronan Sicre, Julien Rabin, Yannis Avrithis, Teddy Furon 외

Part-based image classification consists in representing categories by small sets of discriminative parts upon which a representation of the images is built. This paper addresses the question of how to automatically lear…

General Classificationimage-classificationImage Classification

From Theory to Throughput: CUDA-Optimized APML for Large-Batch 3D Learning

2025-12-17 · Sasan Sharifipour, Constantino Álvarez Casado, Manuel Lage Cañellas, Miguel Bordallo López arxiv

Loss functions are fundamental to learning accurate 3D point cloud models, yet common choices trade geometric fidelity for computational cost. Chamfer Distance is efficient but permits many-to-one correspondences, while …