Search for projection on a special matrix space with regard to Frobenius norm(computer vision background)
Background
Define essential space as
$$varepsilon={E in mathbb R^{3times3}|E=hat{T}R}$$
$$hat{T}in{Sin mathbb R^{3times3}|S^T=-S}$$
$$Rin{Ainmathbb R^{3times3}|A^TA=I,det(A)=1}$$
that is any matrix $E in varepsilon$ is skew-symmetric matrix $hat T$ post-multiplied by a rotation matrix R.
According to this paper, $E$ resides in $varepsilon$ if and only if
$$E=USigma V^T,Sigma = diag(sigma,sigma,0).$$
Optimization Problem
For a matrix $F in mathbb R^{3times 3}$, searching it's projection on the essential space can be considered as solving following optimization problem:
$$argmin_{E} |F-E|_F^2 $$
$$s.t. qquad E in varepsilon.$$
Suppose $F=Udiag(lambda_1,lambda_2,lambda_3) V^T$, then solution to above problem is
$$E = Udiag(sigma,sigma,0) V^T, sigma = frac{lambda_1+lambda_2}{2}$$
Question
Let $E=U_1diag(sigma,sigma,0)V_1^T$ be any matrix in $varepsilon$. I have derived above solution if $U_1=U,V_1=V$, but stuck on cases in which $U_1ne U$ or $V_1 ne V$.
matrices rotations numerical-optimization svd
|
show 1 more comment
Background
Define essential space as
$$varepsilon={E in mathbb R^{3times3}|E=hat{T}R}$$
$$hat{T}in{Sin mathbb R^{3times3}|S^T=-S}$$
$$Rin{Ainmathbb R^{3times3}|A^TA=I,det(A)=1}$$
that is any matrix $E in varepsilon$ is skew-symmetric matrix $hat T$ post-multiplied by a rotation matrix R.
According to this paper, $E$ resides in $varepsilon$ if and only if
$$E=USigma V^T,Sigma = diag(sigma,sigma,0).$$
Optimization Problem
For a matrix $F in mathbb R^{3times 3}$, searching it's projection on the essential space can be considered as solving following optimization problem:
$$argmin_{E} |F-E|_F^2 $$
$$s.t. qquad E in varepsilon.$$
Suppose $F=Udiag(lambda_1,lambda_2,lambda_3) V^T$, then solution to above problem is
$$E = Udiag(sigma,sigma,0) V^T, sigma = frac{lambda_1+lambda_2}{2}$$
Question
Let $E=U_1diag(sigma,sigma,0)V_1^T$ be any matrix in $varepsilon$. I have derived above solution if $U_1=U,V_1=V$, but stuck on cases in which $U_1ne U$ or $V_1 ne V$.
matrices rotations numerical-optimization svd
In what sense can $U_1neq U$? haven't you just defined them as equal?
– user617446
Dec 26 at 13:41
@user617446 Not equal in definition. To my understanding, the only constraint is $E in varepsilon $ (i.e. $E=Udiag(sigma,sigma,0)V^T$) which does not necessarily make $F=Udiag(lambda_1,lambda_2,lambda_3)V^T$
– Finley
Dec 26 at 13:57
Are you asking why $E$ is the optimal solution given $F$? Your definition of $E$ is based on $F$ and hence on $U,V$, so $E$ must be $E = Udiag(sigma,sigma,0) V^T, sigma = frac{lambda_1+lambda_2}{2}$
– user617446
Dec 26 at 14:35
@user617446 I didn't mention definition of $E$ is based on $F$ in this post, the only constraint is $E in varepsilon$. I derived the solution when I enforcing additional constraints that $U=U_1,V=V_1$.
– Finley
2 days ago
@user617446 I wonder how to arrive without above additional constraints.
– Finley
2 days ago
|
show 1 more comment
Background
Define essential space as
$$varepsilon={E in mathbb R^{3times3}|E=hat{T}R}$$
$$hat{T}in{Sin mathbb R^{3times3}|S^T=-S}$$
$$Rin{Ainmathbb R^{3times3}|A^TA=I,det(A)=1}$$
that is any matrix $E in varepsilon$ is skew-symmetric matrix $hat T$ post-multiplied by a rotation matrix R.
According to this paper, $E$ resides in $varepsilon$ if and only if
$$E=USigma V^T,Sigma = diag(sigma,sigma,0).$$
Optimization Problem
For a matrix $F in mathbb R^{3times 3}$, searching it's projection on the essential space can be considered as solving following optimization problem:
$$argmin_{E} |F-E|_F^2 $$
$$s.t. qquad E in varepsilon.$$
Suppose $F=Udiag(lambda_1,lambda_2,lambda_3) V^T$, then solution to above problem is
$$E = Udiag(sigma,sigma,0) V^T, sigma = frac{lambda_1+lambda_2}{2}$$
Question
Let $E=U_1diag(sigma,sigma,0)V_1^T$ be any matrix in $varepsilon$. I have derived above solution if $U_1=U,V_1=V$, but stuck on cases in which $U_1ne U$ or $V_1 ne V$.
matrices rotations numerical-optimization svd
Background
Define essential space as
$$varepsilon={E in mathbb R^{3times3}|E=hat{T}R}$$
$$hat{T}in{Sin mathbb R^{3times3}|S^T=-S}$$
$$Rin{Ainmathbb R^{3times3}|A^TA=I,det(A)=1}$$
that is any matrix $E in varepsilon$ is skew-symmetric matrix $hat T$ post-multiplied by a rotation matrix R.
According to this paper, $E$ resides in $varepsilon$ if and only if
$$E=USigma V^T,Sigma = diag(sigma,sigma,0).$$
Optimization Problem
For a matrix $F in mathbb R^{3times 3}$, searching it's projection on the essential space can be considered as solving following optimization problem:
$$argmin_{E} |F-E|_F^2 $$
$$s.t. qquad E in varepsilon.$$
Suppose $F=Udiag(lambda_1,lambda_2,lambda_3) V^T$, then solution to above problem is
$$E = Udiag(sigma,sigma,0) V^T, sigma = frac{lambda_1+lambda_2}{2}$$
Question
Let $E=U_1diag(sigma,sigma,0)V_1^T$ be any matrix in $varepsilon$. I have derived above solution if $U_1=U,V_1=V$, but stuck on cases in which $U_1ne U$ or $V_1 ne V$.
matrices rotations numerical-optimization svd
matrices rotations numerical-optimization svd
edited 2 days ago
asked Dec 26 at 8:19
Finley
373113
373113
In what sense can $U_1neq U$? haven't you just defined them as equal?
– user617446
Dec 26 at 13:41
@user617446 Not equal in definition. To my understanding, the only constraint is $E in varepsilon $ (i.e. $E=Udiag(sigma,sigma,0)V^T$) which does not necessarily make $F=Udiag(lambda_1,lambda_2,lambda_3)V^T$
– Finley
Dec 26 at 13:57
Are you asking why $E$ is the optimal solution given $F$? Your definition of $E$ is based on $F$ and hence on $U,V$, so $E$ must be $E = Udiag(sigma,sigma,0) V^T, sigma = frac{lambda_1+lambda_2}{2}$
– user617446
Dec 26 at 14:35
@user617446 I didn't mention definition of $E$ is based on $F$ in this post, the only constraint is $E in varepsilon$. I derived the solution when I enforcing additional constraints that $U=U_1,V=V_1$.
– Finley
2 days ago
@user617446 I wonder how to arrive without above additional constraints.
– Finley
2 days ago
|
show 1 more comment
In what sense can $U_1neq U$? haven't you just defined them as equal?
– user617446
Dec 26 at 13:41
@user617446 Not equal in definition. To my understanding, the only constraint is $E in varepsilon $ (i.e. $E=Udiag(sigma,sigma,0)V^T$) which does not necessarily make $F=Udiag(lambda_1,lambda_2,lambda_3)V^T$
– Finley
Dec 26 at 13:57
Are you asking why $E$ is the optimal solution given $F$? Your definition of $E$ is based on $F$ and hence on $U,V$, so $E$ must be $E = Udiag(sigma,sigma,0) V^T, sigma = frac{lambda_1+lambda_2}{2}$
– user617446
Dec 26 at 14:35
@user617446 I didn't mention definition of $E$ is based on $F$ in this post, the only constraint is $E in varepsilon$. I derived the solution when I enforcing additional constraints that $U=U_1,V=V_1$.
– Finley
2 days ago
@user617446 I wonder how to arrive without above additional constraints.
– Finley
2 days ago
In what sense can $U_1neq U$? haven't you just defined them as equal?
– user617446
Dec 26 at 13:41
In what sense can $U_1neq U$? haven't you just defined them as equal?
– user617446
Dec 26 at 13:41
@user617446 Not equal in definition. To my understanding, the only constraint is $E in varepsilon $ (i.e. $E=Udiag(sigma,sigma,0)V^T$) which does not necessarily make $F=Udiag(lambda_1,lambda_2,lambda_3)V^T$
– Finley
Dec 26 at 13:57
@user617446 Not equal in definition. To my understanding, the only constraint is $E in varepsilon $ (i.e. $E=Udiag(sigma,sigma,0)V^T$) which does not necessarily make $F=Udiag(lambda_1,lambda_2,lambda_3)V^T$
– Finley
Dec 26 at 13:57
Are you asking why $E$ is the optimal solution given $F$? Your definition of $E$ is based on $F$ and hence on $U,V$, so $E$ must be $E = Udiag(sigma,sigma,0) V^T, sigma = frac{lambda_1+lambda_2}{2}$
– user617446
Dec 26 at 14:35
Are you asking why $E$ is the optimal solution given $F$? Your definition of $E$ is based on $F$ and hence on $U,V$, so $E$ must be $E = Udiag(sigma,sigma,0) V^T, sigma = frac{lambda_1+lambda_2}{2}$
– user617446
Dec 26 at 14:35
@user617446 I didn't mention definition of $E$ is based on $F$ in this post, the only constraint is $E in varepsilon$. I derived the solution when I enforcing additional constraints that $U=U_1,V=V_1$.
– Finley
2 days ago
@user617446 I didn't mention definition of $E$ is based on $F$ in this post, the only constraint is $E in varepsilon$. I derived the solution when I enforcing additional constraints that $U=U_1,V=V_1$.
– Finley
2 days ago
@user617446 I wonder how to arrive without above additional constraints.
– Finley
2 days ago
@user617446 I wonder how to arrive without above additional constraints.
– Finley
2 days ago
|
show 1 more comment
active
oldest
votes
Your Answer
StackExchange.ifUsing("editor", function () {
return StackExchange.using("mathjaxEditing", function () {
StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix) {
StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
});
});
}, "mathjax-editing");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "69"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3052739%2fsearch-for-projection-on-a-special-matrix-space-with-regard-to-frobenius-normco%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Mathematics Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3052739%2fsearch-for-projection-on-a-special-matrix-space-with-regard-to-frobenius-normco%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
In what sense can $U_1neq U$? haven't you just defined them as equal?
– user617446
Dec 26 at 13:41
@user617446 Not equal in definition. To my understanding, the only constraint is $E in varepsilon $ (i.e. $E=Udiag(sigma,sigma,0)V^T$) which does not necessarily make $F=Udiag(lambda_1,lambda_2,lambda_3)V^T$
– Finley
Dec 26 at 13:57
Are you asking why $E$ is the optimal solution given $F$? Your definition of $E$ is based on $F$ and hence on $U,V$, so $E$ must be $E = Udiag(sigma,sigma,0) V^T, sigma = frac{lambda_1+lambda_2}{2}$
– user617446
Dec 26 at 14:35
@user617446 I didn't mention definition of $E$ is based on $F$ in this post, the only constraint is $E in varepsilon$. I derived the solution when I enforcing additional constraints that $U=U_1,V=V_1$.
– Finley
2 days ago
@user617446 I wonder how to arrive without above additional constraints.
– Finley
2 days ago