Latent Network Summarization: Bridging Network Embedding and Summarization
Di Jin, Ryan Rossi, Danai Koutra, Eunyee Koh, Sungchul Kim, Anup Rao

TL;DR
This paper introduces Multi-LENS, a novel method for creating compact, size-independent graph summaries that enable efficient node representation and improve tasks like link prediction and anomaly detection.
Contribution
The paper presents Multi-LENS, a general inductive approach for latent network summarization that captures complex graph structures with low-rank matrices, supporting various graph types.
Findings
Achieves 3.5-34.3% improvement in link prediction AUC.
Reduces storage requirements by 80-2152x compared to baseline methods.
Effective in anomaly and event detection in real-world graphs.
Abstract
Motivated by the computational and storage challenges that dense embeddings pose, we introduce the problem of latent network summarization that aims to learn a compact, latent representation of the graph structure with dimensionality that is independent of the input graph size (i.e., #nodes and #edges), while retaining the ability to derive node representations on the fly. We propose Multi-LENS, an inductive multi-level latent network summarization approach that leverages a set of relational operators and relational functions (compositions of operators) to capture the structure of egonets and higher-order subgraphs, respectively. The structure is stored in low-rank, size-independent structural feature matrices, which along with the relational functions comprise our latent network summary. Multi-LENS is general and naturally supports both homogeneous and heterogeneous graphs with or…
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 · Topic Modeling
