Projection in $ell_1$ norm onto linear subspace of $mathbb{R}^n$.












2














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?










share|cite|improve this question





























    2














    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?










    share|cite|improve this question



























      2












      2








      2







      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?










      share|cite|improve this question















      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






      share|cite|improve this question















      share|cite|improve this question













      share|cite|improve this question




      share|cite|improve this question








      edited Dec 27 '18 at 15:13

























      asked Dec 27 '18 at 15:00









      John Madden

      1676




      1676






















          1 Answer
          1






          active

          oldest

          votes


















          1














          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$).






          share|cite|improve this answer























          • (The same with arbitrary norms - the unit sphere being crucial to consider.)
            – metamorphy
            Dec 27 '18 at 18:41










          • 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?
            – John Madden
            Dec 27 '18 at 21:37










          • 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.
            – John Madden
            Dec 27 '18 at 21:38










          • 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 ;)
            – metamorphy
            Dec 28 '18 at 16:11











          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
          });


          }
          });














          draft saved

          draft discarded


















          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









          1














          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$).






          share|cite|improve this answer























          • (The same with arbitrary norms - the unit sphere being crucial to consider.)
            – metamorphy
            Dec 27 '18 at 18:41










          • 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?
            – John Madden
            Dec 27 '18 at 21:37










          • 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.
            – John Madden
            Dec 27 '18 at 21:38










          • 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 ;)
            – metamorphy
            Dec 28 '18 at 16:11
















          1














          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$).






          share|cite|improve this answer























          • (The same with arbitrary norms - the unit sphere being crucial to consider.)
            – metamorphy
            Dec 27 '18 at 18:41










          • 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?
            – John Madden
            Dec 27 '18 at 21:37










          • 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.
            – John Madden
            Dec 27 '18 at 21:38










          • 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 ;)
            – metamorphy
            Dec 28 '18 at 16:11














          1












          1








          1






          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$).






          share|cite|improve this answer














          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$).







          share|cite|improve this answer














          share|cite|improve this answer



          share|cite|improve this answer








          edited Dec 28 '18 at 8:26

























          answered Dec 27 '18 at 17:42









          metamorphy

          3,5571521




          3,5571521












          • (The same with arbitrary norms - the unit sphere being crucial to consider.)
            – metamorphy
            Dec 27 '18 at 18:41










          • 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?
            – John Madden
            Dec 27 '18 at 21:37










          • 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.
            – John Madden
            Dec 27 '18 at 21:38










          • 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 ;)
            – metamorphy
            Dec 28 '18 at 16:11


















          • (The same with arbitrary norms - the unit sphere being crucial to consider.)
            – metamorphy
            Dec 27 '18 at 18:41










          • 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?
            – John Madden
            Dec 27 '18 at 21:37










          • 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.
            – John Madden
            Dec 27 '18 at 21:38










          • 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 ;)
            – metamorphy
            Dec 28 '18 at 16:11
















          (The same with arbitrary norms - the unit sphere being crucial to consider.)
          – metamorphy
          Dec 27 '18 at 18:41




          (The same with arbitrary norms - the unit sphere being crucial to consider.)
          – metamorphy
          Dec 27 '18 at 18:41












          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?
          – John Madden
          Dec 27 '18 at 21:37




          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?
          – John Madden
          Dec 27 '18 at 21:37












          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.
          – John Madden
          Dec 27 '18 at 21:38




          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.
          – John Madden
          Dec 27 '18 at 21:38












          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 ;)
          – metamorphy
          Dec 28 '18 at 16:11




          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 ;)
          – metamorphy
          Dec 28 '18 at 16:11


















          draft saved

          draft discarded




















































          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.




          draft saved


          draft discarded














          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





















































          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







          Popular posts from this blog

          Human spaceflight

          Can not write log (Is /dev/pts mounted?) - openpty in Ubuntu-on-Windows?

          File:DeusFollowingSea.jpg