Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Landmark-Based Spectral Embedding #42

Open
joshpoll opened this issue May 20, 2021 · 0 comments
Open

Landmark-Based Spectral Embedding #42

joshpoll opened this issue May 20, 2021 · 0 comments

Comments

@joshpoll
Copy link

The spectral embedding step of UMAP is really really slow. I experimented with replacing UMAP's typical spectral embedding step with the Variational Nystrom approximation: http://proceedings.mlr.press/v48/vladymyrov16.pdf. My results show that (at least on MNIST) this can speed up the embedding step by 10x while not affecting the final embedding quality very much. I was wondering if it might make sense to upstream this into UMAP.jl? One of the cons is that it adds another hyper-parameter for the number of landmarks.

I'm happy to provide more details and my implementation (the core algorithm is really small), if people are interested in this extension.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant