Solving for Fundamental Matrix based on Rank Constrained Fundamental Matrix Estimation by Polynomial Global Optimization #1427
-
In the paper Rank Constrained Fundamental Matrix Estimation by Polynomial Global Optimization they use a nice trick to force the rank constraint using the determinant and some polynomial tricks. They utilize GloptiPoly 3 to do the transformations which later, using Yet in YALMIP, for the I was wondering, is that the same model? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
I don't know what you mean with same. det(X,'polynomial') == 0 adds the nonconvex nonlinear polynomial constraint to the model. If you want to use a semidefinite relaxation (as you talk about gloptipoly) to attack the problem, you use the moment relaxation framework as that is the same strategy https://yalmip.github.io/tutorial/momentrelaxations/, or you attack the problem using any nonlinear local nonlinear solver, or a global nonlinear solver |
Beta Was this translation helpful? Give feedback.
A problem is not necessarily solved by a semidefinite relaxation. The linear convex semidefinite relaxation computes a lower bound on the achievable objective, and in some cases you are lucky and that lower bound is tight, and when even more lucky you are able to extract a solution to the original problem.
The moment framework derives the semidefinite relaxation, i.e. the same thing as gloptipoly