Random projection tree similarity metric for SpectralNet

02/25/2023
by   Mashaan Alshammari, et al.
0

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.

READ FULL TEXT
research
02/25/2023

The Effect of Points Dispersion on the k-nn Search in Random Projection Forests

Partitioning trees are efficient data structures for k-nearest neighbor ...
research
02/22/2023

Random Projection Forest Initialization for Graph Convolutional Networks

Graph convolutional networks (GCNs) were a great step towards extending ...
research
07/03/2021

Cluster Representatives Selection in Non-Metric Spaces for Nearest Prototype Classification

The nearest prototype classification is a less computationally intensive...
research
03/07/2017

Distance Metric Learning using Graph Convolutional Networks: Application to Functional Brain Networks

Evaluating similarity between graphs is of major importance in several c...
research
09/02/2022

Learning task-specific features for 3D pointcloud graph creation

Processing 3D pointclouds with Deep Learning methods is not an easy task...
research
09/26/2022

A simple way to learn metrics between attributed graphs

The choice of good distances and similarity measures between objects is ...
research
06/28/2018

Recovering Trees with Convex Clustering

Convex clustering refers, for given {x_1, ..., x_n}⊂^p, to the minimizat...

Please sign up or login with your details

Forgot password? Click here to reset