paper-with-me

홈 › Papers

A Concave Optimization Algorithm for Matching Partially Overlapping Point Sets

2017-01-04 · Wei Lian, Lei Zhang

Point matching refers to the process of finding spatial transformation and correspondences between two sets of points. In this paper, we focus on the case that there is only partial overlap between two point sets. Following the approach of the robust point matching method, we model point matching as a mixed linear assignment-least square problem and show that after eliminating the transformation variable, the resulting problem of minimization with respect to point correspondence is a concave optimization problem. Furthermore, this problem has the property that the objective function can be converted into a form with few nonlinear terms via a linear transformation. Based on these properties, we employ the branch-and-bound (BnB) algorithm to optimize the resulting problem where the dimension of the search space is small. To further improve efficiency of the BnB algorithm where computation of the lower bound is the bottleneck, we propose a new lower bounding scheme which has a k-cardinality linear assignment formulation and can be efficiently solved. Experimental results show that the proposed algorithm outperforms state-of-the-art methods in terms of robustness to disturbances and point matching accuracy.

📄 PDF Abstract BibTeX arXiv:1701.00951

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Aligning Partially Overlapping Point Sets: an Inner Approximation Algorithm

2020-07-05 · Wei Lian, WangMeng Zuo, Lei Zhang

Aligning partially overlapping point sets where there is no prior information about the value of the transformation is a challenging problem in computer vision. To achieve this goal, we first reduce the objective of the …

Resolving Overlapping Convex Objects in Silhouette Images by Concavity Analysis and Gaussian Process

2019-06-03 · Sahar Zafari, Mariia Murashkina, Tuomas Eerola, Jouni Sampo 외

Segmentation of overlapping convex objects has various applications, for example, in nanoparticles and cell imaging. Often the segmentation method has to rely purely on edges between the background and foreground making …

Combinatorial OptimizationSegmentation

Frank-Wolfe Algorithms for Saddle Point Problems

2016-10-25 · Gauthier Gidel, Tony Jebara, Simon Lacoste-Julien

We extend the Frank-Wolfe (FW) optimization algorithm to solve constrained smooth convex-concave saddle point (SP) problems. Remarkably, the method only requires access to linear minimization oracles. Leveraging recent a…

Structured Prediction

Point Matching in the Presence of Outliers in Both Point Sets: A Concave Optimization Approach

2014-06-01 · CVPR 2014 6 · Wei Lian, Lei Zhang

Recently, a concave optimization approach has been proposed to solve the robust point matching (RPM) problem. This method is globally optimal, but it requires that each model point has a counterpart in the data point set…

Variable Substitution and Bilinear Programming for Aligning Partially Overlapping Point Sets

2024-05-14 · Wei Lian, Zhesen Cui, Fei Ma, Hang Pan 외

In many applications, the demand arises for algorithms capable of aligning partially overlapping point sets while remaining invariant to the corresponding transformations. This research presents a method designed to meet…