Projection in $ell_1$ norm onto linear subspace of $mathbb{R}^n$.
$begingroup$
In the context of $mathbb{R}^n$, fix a linear subspace $mathcal{U}$ or arbitrary dimension $r leq n$ and some vector $mathbf{x} in mathbb{R}^n$.
What is the most efficient way to compute the projection of $mathbf{x}$ onto $mathcal{U}$ in $ell_1$, that is, how had one ought to solve the optimization problem:
$mathbf{u}^* = min_{mathbf{u} in mathcal{U}} ||mathbf{u} - mathbf{x}||_1$
I have a hard time believing this is not a well understood problem but I am having difficulty with Google.
One could clearly formulate this as a linear program, but I am primarily concerned with high dimensional problems for $n$ large. Is there a more efficient way?
linear-algebra vector-spaces norm projection
$endgroup$
add a comment |
$begingroup$
In the context of $mathbb{R}^n$, fix a linear subspace $mathcal{U}$ or arbitrary dimension $r leq n$ and some vector $mathbf{x} in mathbb{R}^n$.
What is the most efficient way to compute the projection of $mathbf{x}$ onto $mathcal{U}$ in $ell_1$, that is, how had one ought to solve the optimization problem:
$mathbf{u}^* = min_{mathbf{u} in mathcal{U}} ||mathbf{u} - mathbf{x}||_1$
I have a hard time believing this is not a well understood problem but I am having difficulty with Google.
One could clearly formulate this as a linear program, but I am primarily concerned with high dimensional problems for $n$ large. Is there a more efficient way?
linear-algebra vector-spaces norm projection
$endgroup$
add a comment |
$begingroup$
In the context of $mathbb{R}^n$, fix a linear subspace $mathcal{U}$ or arbitrary dimension $r leq n$ and some vector $mathbf{x} in mathbb{R}^n$.
What is the most efficient way to compute the projection of $mathbf{x}$ onto $mathcal{U}$ in $ell_1$, that is, how had one ought to solve the optimization problem:
$mathbf{u}^* = min_{mathbf{u} in mathcal{U}} ||mathbf{u} - mathbf{x}||_1$
I have a hard time believing this is not a well understood problem but I am having difficulty with Google.
One could clearly formulate this as a linear program, but I am primarily concerned with high dimensional problems for $n$ large. Is there a more efficient way?
linear-algebra vector-spaces norm projection
$endgroup$
In the context of $mathbb{R}^n$, fix a linear subspace $mathcal{U}$ or arbitrary dimension $r leq n$ and some vector $mathbf{x} in mathbb{R}^n$.
What is the most efficient way to compute the projection of $mathbf{x}$ onto $mathcal{U}$ in $ell_1$, that is, how had one ought to solve the optimization problem:
$mathbf{u}^* = min_{mathbf{u} in mathcal{U}} ||mathbf{u} - mathbf{x}||_1$
I have a hard time believing this is not a well understood problem but I am having difficulty with Google.
One could clearly formulate this as a linear program, but I am primarily concerned with high dimensional problems for $n$ large. Is there a more efficient way?
linear-algebra vector-spaces norm projection
linear-algebra vector-spaces norm projection
edited Dec 27 '18 at 15:13
John Madden
asked Dec 27 '18 at 15:00
John MaddenJohn Madden
1676
1676
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
Well, $displaystylemin_{mathbf{u}inmathcal{U}}||mathbf{u}-mathbf{x}||_1=min{rinmathbb{R}_{geqslant 0} : mathcal{U}cap B_1(mathbf{x},r)neqemptyset}$, where
$$B_1(mathbf{x},r)={mathbf{y}inmathbb{R}^n : ||mathbf{y}-mathbf{x}||_1leqslant r}$$
is the closed $l_1$-ball with center $mathbf{x}$ and radius $r$. It is the convex hull of
$$E_1(mathbf{x},r)={mathbf{x}pm rmathbf{e}_k : 1 leqslant k leqslant n},$$
where $(mathbf{e}_1,ldots,mathbf{e}_n)$ is the standard basis of $mathbb{R}^n$. It follows that
$$displaystylemin_{mathbf{u}inmathcal{U}}||mathbf{u}-mathbf{x}||_1=r^astimpliesmathcal{U}cap E_1(mathbf{x},r^ast)neqemptyset,$$
the minimum is attained at any (not necessarily unique) element $mathbf{u}^ast$ of the last set, and the convex hull of all such $mathbf{u}^ast$ is the solution to the original problem.
So the whole problem reduces to finding the minimum of at most $n$ real numbers
$$r_k = inf{|r| : mathbf{x}+rmathbf{e}_kinmathcal{U}},quad 1leqslant kleqslant n$$
(with $inf emptyset$ considered to be $+infty$).
$endgroup$
$begingroup$
(The same with arbitrary norms - the unit sphere being crucial to consider.)
$endgroup$
– metamorphy
Dec 27 '18 at 18:41
$begingroup$
I see, so projection in $ell_1$ generally only involves changing one coordinate of the vector to be projected? Perhaps this explains why it is not often used. Interesting, I imagine it is easy to compute the infimum in your final expression?
$endgroup$
– John Madden
Dec 27 '18 at 21:37
$begingroup$
Also, it seems that my use of a double negative made the expression difficult to understand: what I'm effectively saying is: "surely this problem is well understood' in my original post.
$endgroup$
– John Madden
Dec 27 '18 at 21:38
$begingroup$
Yes, the infimum is easy to compute (either it is $0$, or there is at most single $r$). For "double negative", I'm sorry for inattentive reading ;)
$endgroup$
– metamorphy
Dec 28 '18 at 16:11
add a comment |
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%2f3054018%2fprojection-in-ell-1-norm-onto-linear-subspace-of-mathbbrn%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
Well, $displaystylemin_{mathbf{u}inmathcal{U}}||mathbf{u}-mathbf{x}||_1=min{rinmathbb{R}_{geqslant 0} : mathcal{U}cap B_1(mathbf{x},r)neqemptyset}$, where
$$B_1(mathbf{x},r)={mathbf{y}inmathbb{R}^n : ||mathbf{y}-mathbf{x}||_1leqslant r}$$
is the closed $l_1$-ball with center $mathbf{x}$ and radius $r$. It is the convex hull of
$$E_1(mathbf{x},r)={mathbf{x}pm rmathbf{e}_k : 1 leqslant k leqslant n},$$
where $(mathbf{e}_1,ldots,mathbf{e}_n)$ is the standard basis of $mathbb{R}^n$. It follows that
$$displaystylemin_{mathbf{u}inmathcal{U}}||mathbf{u}-mathbf{x}||_1=r^astimpliesmathcal{U}cap E_1(mathbf{x},r^ast)neqemptyset,$$
the minimum is attained at any (not necessarily unique) element $mathbf{u}^ast$ of the last set, and the convex hull of all such $mathbf{u}^ast$ is the solution to the original problem.
So the whole problem reduces to finding the minimum of at most $n$ real numbers
$$r_k = inf{|r| : mathbf{x}+rmathbf{e}_kinmathcal{U}},quad 1leqslant kleqslant n$$
(with $inf emptyset$ considered to be $+infty$).
$endgroup$
$begingroup$
(The same with arbitrary norms - the unit sphere being crucial to consider.)
$endgroup$
– metamorphy
Dec 27 '18 at 18:41
$begingroup$
I see, so projection in $ell_1$ generally only involves changing one coordinate of the vector to be projected? Perhaps this explains why it is not often used. Interesting, I imagine it is easy to compute the infimum in your final expression?
$endgroup$
– John Madden
Dec 27 '18 at 21:37
$begingroup$
Also, it seems that my use of a double negative made the expression difficult to understand: what I'm effectively saying is: "surely this problem is well understood' in my original post.
$endgroup$
– John Madden
Dec 27 '18 at 21:38
$begingroup$
Yes, the infimum is easy to compute (either it is $0$, or there is at most single $r$). For "double negative", I'm sorry for inattentive reading ;)
$endgroup$
– metamorphy
Dec 28 '18 at 16:11
add a comment |
$begingroup$
Well, $displaystylemin_{mathbf{u}inmathcal{U}}||mathbf{u}-mathbf{x}||_1=min{rinmathbb{R}_{geqslant 0} : mathcal{U}cap B_1(mathbf{x},r)neqemptyset}$, where
$$B_1(mathbf{x},r)={mathbf{y}inmathbb{R}^n : ||mathbf{y}-mathbf{x}||_1leqslant r}$$
is the closed $l_1$-ball with center $mathbf{x}$ and radius $r$. It is the convex hull of
$$E_1(mathbf{x},r)={mathbf{x}pm rmathbf{e}_k : 1 leqslant k leqslant n},$$
where $(mathbf{e}_1,ldots,mathbf{e}_n)$ is the standard basis of $mathbb{R}^n$. It follows that
$$displaystylemin_{mathbf{u}inmathcal{U}}||mathbf{u}-mathbf{x}||_1=r^astimpliesmathcal{U}cap E_1(mathbf{x},r^ast)neqemptyset,$$
the minimum is attained at any (not necessarily unique) element $mathbf{u}^ast$ of the last set, and the convex hull of all such $mathbf{u}^ast$ is the solution to the original problem.
So the whole problem reduces to finding the minimum of at most $n$ real numbers
$$r_k = inf{|r| : mathbf{x}+rmathbf{e}_kinmathcal{U}},quad 1leqslant kleqslant n$$
(with $inf emptyset$ considered to be $+infty$).
$endgroup$
$begingroup$
(The same with arbitrary norms - the unit sphere being crucial to consider.)
$endgroup$
– metamorphy
Dec 27 '18 at 18:41
$begingroup$
I see, so projection in $ell_1$ generally only involves changing one coordinate of the vector to be projected? Perhaps this explains why it is not often used. Interesting, I imagine it is easy to compute the infimum in your final expression?
$endgroup$
– John Madden
Dec 27 '18 at 21:37
$begingroup$
Also, it seems that my use of a double negative made the expression difficult to understand: what I'm effectively saying is: "surely this problem is well understood' in my original post.
$endgroup$
– John Madden
Dec 27 '18 at 21:38
$begingroup$
Yes, the infimum is easy to compute (either it is $0$, or there is at most single $r$). For "double negative", I'm sorry for inattentive reading ;)
$endgroup$
– metamorphy
Dec 28 '18 at 16:11
add a comment |
$begingroup$
Well, $displaystylemin_{mathbf{u}inmathcal{U}}||mathbf{u}-mathbf{x}||_1=min{rinmathbb{R}_{geqslant 0} : mathcal{U}cap B_1(mathbf{x},r)neqemptyset}$, where
$$B_1(mathbf{x},r)={mathbf{y}inmathbb{R}^n : ||mathbf{y}-mathbf{x}||_1leqslant r}$$
is the closed $l_1$-ball with center $mathbf{x}$ and radius $r$. It is the convex hull of
$$E_1(mathbf{x},r)={mathbf{x}pm rmathbf{e}_k : 1 leqslant k leqslant n},$$
where $(mathbf{e}_1,ldots,mathbf{e}_n)$ is the standard basis of $mathbb{R}^n$. It follows that
$$displaystylemin_{mathbf{u}inmathcal{U}}||mathbf{u}-mathbf{x}||_1=r^astimpliesmathcal{U}cap E_1(mathbf{x},r^ast)neqemptyset,$$
the minimum is attained at any (not necessarily unique) element $mathbf{u}^ast$ of the last set, and the convex hull of all such $mathbf{u}^ast$ is the solution to the original problem.
So the whole problem reduces to finding the minimum of at most $n$ real numbers
$$r_k = inf{|r| : mathbf{x}+rmathbf{e}_kinmathcal{U}},quad 1leqslant kleqslant n$$
(with $inf emptyset$ considered to be $+infty$).
$endgroup$
Well, $displaystylemin_{mathbf{u}inmathcal{U}}||mathbf{u}-mathbf{x}||_1=min{rinmathbb{R}_{geqslant 0} : mathcal{U}cap B_1(mathbf{x},r)neqemptyset}$, where
$$B_1(mathbf{x},r)={mathbf{y}inmathbb{R}^n : ||mathbf{y}-mathbf{x}||_1leqslant r}$$
is the closed $l_1$-ball with center $mathbf{x}$ and radius $r$. It is the convex hull of
$$E_1(mathbf{x},r)={mathbf{x}pm rmathbf{e}_k : 1 leqslant k leqslant n},$$
where $(mathbf{e}_1,ldots,mathbf{e}_n)$ is the standard basis of $mathbb{R}^n$. It follows that
$$displaystylemin_{mathbf{u}inmathcal{U}}||mathbf{u}-mathbf{x}||_1=r^astimpliesmathcal{U}cap E_1(mathbf{x},r^ast)neqemptyset,$$
the minimum is attained at any (not necessarily unique) element $mathbf{u}^ast$ of the last set, and the convex hull of all such $mathbf{u}^ast$ is the solution to the original problem.
So the whole problem reduces to finding the minimum of at most $n$ real numbers
$$r_k = inf{|r| : mathbf{x}+rmathbf{e}_kinmathcal{U}},quad 1leqslant kleqslant n$$
(with $inf emptyset$ considered to be $+infty$).
edited Dec 28 '18 at 8:26
answered Dec 27 '18 at 17:42
metamorphymetamorphy
3,6821621
3,6821621
$begingroup$
(The same with arbitrary norms - the unit sphere being crucial to consider.)
$endgroup$
– metamorphy
Dec 27 '18 at 18:41
$begingroup$
I see, so projection in $ell_1$ generally only involves changing one coordinate of the vector to be projected? Perhaps this explains why it is not often used. Interesting, I imagine it is easy to compute the infimum in your final expression?
$endgroup$
– John Madden
Dec 27 '18 at 21:37
$begingroup$
Also, it seems that my use of a double negative made the expression difficult to understand: what I'm effectively saying is: "surely this problem is well understood' in my original post.
$endgroup$
– John Madden
Dec 27 '18 at 21:38
$begingroup$
Yes, the infimum is easy to compute (either it is $0$, or there is at most single $r$). For "double negative", I'm sorry for inattentive reading ;)
$endgroup$
– metamorphy
Dec 28 '18 at 16:11
add a comment |
$begingroup$
(The same with arbitrary norms - the unit sphere being crucial to consider.)
$endgroup$
– metamorphy
Dec 27 '18 at 18:41
$begingroup$
I see, so projection in $ell_1$ generally only involves changing one coordinate of the vector to be projected? Perhaps this explains why it is not often used. Interesting, I imagine it is easy to compute the infimum in your final expression?
$endgroup$
– John Madden
Dec 27 '18 at 21:37
$begingroup$
Also, it seems that my use of a double negative made the expression difficult to understand: what I'm effectively saying is: "surely this problem is well understood' in my original post.
$endgroup$
– John Madden
Dec 27 '18 at 21:38
$begingroup$
Yes, the infimum is easy to compute (either it is $0$, or there is at most single $r$). For "double negative", I'm sorry for inattentive reading ;)
$endgroup$
– metamorphy
Dec 28 '18 at 16:11
$begingroup$
(The same with arbitrary norms - the unit sphere being crucial to consider.)
$endgroup$
– metamorphy
Dec 27 '18 at 18:41
$begingroup$
(The same with arbitrary norms - the unit sphere being crucial to consider.)
$endgroup$
– metamorphy
Dec 27 '18 at 18:41
$begingroup$
I see, so projection in $ell_1$ generally only involves changing one coordinate of the vector to be projected? Perhaps this explains why it is not often used. Interesting, I imagine it is easy to compute the infimum in your final expression?
$endgroup$
– John Madden
Dec 27 '18 at 21:37
$begingroup$
I see, so projection in $ell_1$ generally only involves changing one coordinate of the vector to be projected? Perhaps this explains why it is not often used. Interesting, I imagine it is easy to compute the infimum in your final expression?
$endgroup$
– John Madden
Dec 27 '18 at 21:37
$begingroup$
Also, it seems that my use of a double negative made the expression difficult to understand: what I'm effectively saying is: "surely this problem is well understood' in my original post.
$endgroup$
– John Madden
Dec 27 '18 at 21:38
$begingroup$
Also, it seems that my use of a double negative made the expression difficult to understand: what I'm effectively saying is: "surely this problem is well understood' in my original post.
$endgroup$
– John Madden
Dec 27 '18 at 21:38
$begingroup$
Yes, the infimum is easy to compute (either it is $0$, or there is at most single $r$). For "double negative", I'm sorry for inattentive reading ;)
$endgroup$
– metamorphy
Dec 28 '18 at 16:11
$begingroup$
Yes, the infimum is easy to compute (either it is $0$, or there is at most single $r$). For "double negative", I'm sorry for inattentive reading ;)
$endgroup$
– metamorphy
Dec 28 '18 at 16:11
add a comment |
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.
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%2f3054018%2fprojection-in-ell-1-norm-onto-linear-subspace-of-mathbbrn%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