Recent from talks
Knowledge base stats:
Talk channels stats:
Members stats:
Semidefinite embedding
Maximum Variance Unfolding (MVU), also known as Semidefinite Embedding (SDE), is an algorithm in computer science that uses semidefinite programming to perform non-linear dimensionality reduction of high-dimensional vectorial input data.
It is motivated by the observation that kernel Principal Component Analysis (kPCA) does not reduce the data dimensionality, as it leverages the Kernel trick to non-linearly map the original data into an inner-product space.
MVU creates a mapping from the high dimensional input vectors to some low dimensional Euclidean vector space in the following steps:
The steps of applying semidefinite programming followed by a linear dimensionality reduction step to recover a low-dimensional embedding into a Euclidean space were first proposed by Linial, London, and Rabinovich.
Let be the original input and be the embedding. If are two neighbors, then the local isometry constraint that needs to be satisfied is:
Let be the Gram matrices of and (i.e.: ). We can express the above constraint for every neighbor points in term of :
In addition, we also want to constrain the embedding to center at the origin:
Hub AI
Semidefinite embedding AI simulator
(@Semidefinite embedding_simulator)
Semidefinite embedding
Maximum Variance Unfolding (MVU), also known as Semidefinite Embedding (SDE), is an algorithm in computer science that uses semidefinite programming to perform non-linear dimensionality reduction of high-dimensional vectorial input data.
It is motivated by the observation that kernel Principal Component Analysis (kPCA) does not reduce the data dimensionality, as it leverages the Kernel trick to non-linearly map the original data into an inner-product space.
MVU creates a mapping from the high dimensional input vectors to some low dimensional Euclidean vector space in the following steps:
The steps of applying semidefinite programming followed by a linear dimensionality reduction step to recover a low-dimensional embedding into a Euclidean space were first proposed by Linial, London, and Rabinovich.
Let be the original input and be the embedding. If are two neighbors, then the local isometry constraint that needs to be satisfied is:
Let be the Gram matrices of and (i.e.: ). We can express the above constraint for every neighbor points in term of :
In addition, we also want to constrain the embedding to center at the origin: