Can't understand an MSE loss function in a paper
I'm reading a paper published in nips 2021. There's a part in it that is confusing:
This loss term is the mean squared error of the normalized feature vectors and can be written as what follows:
Where $\left\|.\right\| _2$is $\ell_2$ normalization,$\langle , \rangle$ is the dot product operation.
As far as I know MSE loss function looks like : $L=\frac{1}{2}(y - \hat{y})^{2}$
How does the above equation qualify as an MSE loss function?
Topic mse loss-function regression
Category Data Science