gradient of hadamard L1 norm

684 Views Asked by At

What is the gradient of $\lVert B-A\circ X\lVert_1$ with respect to $X$. $\circ$ is the hadamard product. $A,B$ are constants

1

There are 1 best solutions below

0
On BEST ANSWER

Let $M=(B-A\circ X)$, then $$\eqalign{ d\,\|M\|_1 &= {\rm sign}(M):dM \cr &= {\rm sign}(M):(-A\circ dX) \cr &= -{\rm sign}(M)\circ A:dX \cr \frac{\partial\,\|M\|_1}{\partial X} &= -A\circ{\rm sign}(M) \cr }$$ in the case of the entrywise (Manhattan) norm. And the sign function is applied entrywise.

If instead you meant the Schatten (Nuclear) norm, then $$\eqalign{ d\,\|M\|_1 &= M(M^TM)^{-1/2}:dM \cr &= M(M^TM)^{-1/2}:(-A\circ dX) \cr &= -(M(M^TM)^{-1/2})\circ A:dX \cr \frac{\partial\,\|M\|_1}{\partial X} &= -A\circ\Big(M(M^TM)^{-1/2}\Big) \cr }$$