paper-with-me

Papers

GLEE: Geometric Laplacian Eigenmap Embedding

2019-05-23 · Leo Torres, Kevin S. Chan, Tina Eliassi-Rad

Graph embedding seeks to build a low-dimensional representation of a graph G. This low-dimensional representation is then used for various downstream tasks. One popular approach is Laplacian Eigenmaps, which constructs a graph embedding based on the spectral properties of the Laplacian matrix of G. The intuition behind it, and many other embedding techniques, is that the embedding of a graph must respect node similarity: similar nodes must have embeddings that are close to one another. Here, we dispose of this distance-minimization assumption. Instead, we use the Laplacian matrix to find an embedding with geometric properties instead of spectral ones, by leveraging the so-called simplex geometry of G. We introduce a new approach, Geometric Laplacian Eigenmap Embedding (or GLEE for short), and demonstrate that it outperforms various other techniques (including Laplacian Eigenmaps) in the tasks of graph reconstruction and link prediction.

📄 PDF Abstract BibTeX arXiv:1905.09763

Code (3)

leotrs/glee 공식 구현
benedekrozemberczki/karateclub
charlie-xiao/embedding-visualization-test

Tasks

Graph EmbeddingGraph ReconstructionLink Prediction

Similar Papers 제목 키워드 기반

Root Laplacian Eigenmaps with their application in spectral embedding

2023-02-06 · Shouvik Datta Choudhury

The root laplacian operator or the square root of Laplacian which can be obtained in complete Riemannian manifolds in the Gromov sense has an analog in graph theory as a square root of graph-Laplacian. Some potential app…

Clustering

Laplacian-Based Dimensionality Reduction Including Spectral Clustering, Laplacian Eigenmap, Locality Preserving Projection, Graph Embedding, and Diffusion Map: Tutorial and Survey

2021-06-03 · Benyamin Ghojogh, Ali Ghodsi, Fakhri Karray, Mark Crowley

This is a tutorial and survey paper for nonlinear dimensionality and feature extraction methods which are based on the Laplacian of graph of data. We first introduce adjacency matrix, definition of Laplacian matrix, and …

ClusteringDimensionality ReductionGraph Embedding

Laplacian Eigenmaps from Sparse, Noisy Similarity Measurements

2016-03-12 · Keith Levin, Vince Lyzinski

Manifold learning and dimensionality reduction techniques are ubiquitous in science and engineering, but can be computationally expensive procedures when applied to large data sets or when similarities are expensive to c…

Dimensionality Reduction

Quantum Laplacian Eigenmap

2016-11-02 · Yiming Huang, Xiaoyu Li

Laplacian eigenmap algorithm is a typical nonlinear model for dimensionality reduction in classical machine learning. We propose an efficient quantum Laplacian eigenmap algorithm to exponentially speed up the original co…

BIG-bench Machine LearningDimensionality Reduction

Contrastive Laplacian Eigenmaps

2022-01-14 · NeurIPS 2021 12 · Hao Zhu, Ke Sun, Piotr Koniusz

Graph contrastive learning attracts/disperses node representations for similar/dissimilar node pairs under some notion of similarity. It may be combined with a low-dimensional embedding of nodes to preserve intrinsic and…

Contrastive LearningGraph Embedding