Gradient-Based Spectral Embeddings of Random Dot Product Graphs
Marcelo Fiori, Bernardo Marenco, Federico Larroca, Paola Bermolen,, Gonzalo Mateos

TL;DR
This paper introduces a gradient-based spectral embedding method for Random Dot Product Graphs, improving computational efficiency and robustness over traditional spectral methods, and extending applicability to directed and streaming networks.
Contribution
It develops a novel gradient descent approach on the RDPG embedding problem, including a manifold-constrained optimization for directed graphs, enhancing scalability and interpretability.
Findings
Gradient-based methods outperform spectral embedding in speed and robustness.
The new approach handles directed graphs with interpretable embeddings.
Algorithms are scalable, robust to missing data, and suitable for streaming graphs.
Abstract
The Random Dot Product Graph (RDPG) is a generative model for relational data, where nodes are represented via latent vectors in low-dimensional Euclidean space. RDPGs crucially postulate that edge formation probabilities are given by the dot product of the corresponding latent positions. Accordingly, the embedding task of estimating these vectors from an observed graph is typically posed as a low-rank matrix factorization problem. The workhorse Adjacency Spectral Embedding (ASE) enjoys solid statistical properties, but it is formally solving a surrogate problem and can be computationally intensive. In this paper, we bring to bear recent advances in non-convex optimization and demonstrate their impact to RDPG inference. We advocate first-order gradient descent methods to better solve the embedding problem, and to organically accommodate broader network embedding applications of…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Neural Networks · Complex Network Analysis Techniques · Face and Expression Recognition
