SIAIDec 17, 2024

Two Layer Walk: A Community-Aware Graph Embedding

arXiv:2412.12933v21 citationsh-index: 2
Originality Incremental advance
AI Analysis

This addresses the need for efficient community-aware graph embeddings for network analysis, though it appears incremental as it builds on existing random walk methods.

The paper tackled the problem of preserving community structures in graph embeddings, proposing TLWalk which achieved up to 3.2% accuracy gains in link prediction tasks.

Community structures are critical for understanding the mesoscopic organization of networks, bridging local and global patterns. While methods such as DeepWalk and node2vec capture local positional information through random walks, they fail to preserve community structures. Other approaches like modularized nonnegative matrix factorization and evolutionary algorithms address this gap but are computationally expensive and unsuitable for large-scale networks. To overcome these limitations, we propose Two Layer Walk (TLWalk), a novel graph embedding algorithm that incorporates hierarchical community structures. TLWalk balances intra- and inter-community relationships through a community-aware random walk mechanism without requiring additional parameters. Theoretical analysis demonstrates that TLWalk effectively mitigates locality bias. Experiments on benchmark datasets show that TLWalk outperforms state-of-the-art methods, achieving up to 3.2% accuracy gains for link prediction tasks. By encoding dense local and sparse global structures, TLWalk proves robust and scalable across diverse networks, offering an efficient solution for network analysis.

Code Implementations1 repo
Foundations

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

Your Notes