MLOct 3, 2015

Maximum Likelihood Latent Space Embedding of Logistic Random Dot Product Graphs

arXiv:1510.00850v31 citations
Originality Incremental advance
AI Analysis

This work addresses the need for reliable graph visualization and clustering methods in network analysis, offering an incremental improvement over existing spectral techniques.

The authors tackled the problem of fitting latent space models for random graphs by proposing a Logistic Random Dot Product Graph model, achieving asymptotically exact maximum likelihood inference with an efficient spectral method that improved accuracy and robustness in simulations and real networks.

A latent space model for a family of random graphs assigns real-valued vectors to nodes of the graph such that edge probabilities are determined by latent positions. Latent space models provide a natural statistical framework for graph visualizing and clustering. A latent space model of particular interest is the Random Dot Product Graph (RDPG), which can be fit using an efficient spectral method; however, this method is based on a heuristic that can fail, even in simple cases. Here, we consider a closely related latent space model, the Logistic RDPG, which uses a logistic link function to map from latent positions to edge likelihoods. Over this model, we show that asymptotically exact maximum likelihood inference of latent position vectors can be achieved using an efficient spectral method. Our method involves computing top eigenvectors of a normalized adjacency matrix and scaling eigenvectors using a regression step. The novel regression scaling step is an essential part of the proposed method. In simulations, we show that our proposed method is more accurate and more robust than common practices. We also show the effectiveness of our approach over standard real networks of the karate club and political blogs.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes