**arXiv ID:** 2302.13168 **Authors:** Mashaan Alshammari, John Stavrakakis, Adel F. Ahmed, Masahiro Takatsuka **Published:** 2023-02-25T21:32:16Z **Abstract:** SpectralNet is a graph clustering method that uses neural network to find an embedding that separates the data. So far it was only used with $k$-nn graphs, which are usually constructed using a distance metric (e.g., Euclidean distance). $k$-nn graphs restrict the points to have a fixed number of neighbors regardless of the local stati...
Scanned 9/11/2026
Install to Claude Code
npx -y skills add hiyenwong/ai_collection --skill random-projection-tree-similarity-metric-for-spectralnet --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Random Projection Tree Similarity Metric For Spectralnet?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/hiyenwong-random-projection-tree-similarity-metric-for-spect)More formats (shields.io, HTML) on the badges page.
# Random projection tree similarity metric for SpectralNet
**arXiv ID:** 2302.13168
**Authors:** Mashaan Alshammari, John Stavrakakis, Adel F. Ahmed, Masahiro Takatsuka
**Published:** 2023-02-25T21:32:16Z
**Abstract:**
SpectralNet is a graph clustering method that uses neural network to find an embedding that separates the data. So far it was only used with $k$-nn graphs, which are usually constructed using a distance metric (e.g., Euclidean distance). $k$-nn graphs restrict the points to have a fixed number of neighbors regardless of the local statistics around them. We proposed a new SpectralNet similarity metric based on random projection trees (rpTrees). Our experiments revealed that SpectralNet produces better clustering accuracy using rpTree similarity metric compared to $k$-nn graph with a distance metric. Also, we found out that rpTree parameters do not affect the clustering accuracy. These parameters include the leaf size and the selection of projection direction. It is computationally efficient to keep the leaf size in order of $\log(n)$, and project the points onto a random direction instead of trying to find the direction with the maximum dispersion.
## Skill Description
This skill is generated from the arXiv paper: Random projection tree similarity metric for SpectralNet (2302.13168).
## How to Use
[To be filled in by the user or by future automation]
## References
- [arXiv:2302.13168](http://arxiv.org/abs/2302.13168v1)
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!