LGSIMLNov 14, 2018

SepNE: Bringing Separability to Network Embedding

arXiv:1811.05614v214 citations
Originality Incremental advance
AI Analysis

This addresses scalability issues for researchers and practitioners working with super-large or dynamic networks, though it is an incremental improvement over existing embedding methods.

The paper tackles the problem of learning network embeddings for large-scale or dynamic networks by proposing SepNE, a separable method that independently learns representations for subsets of nodes, reducing redundant computations. It achieves comparable accuracy while significantly outperforming state-of-the-art baselines in running times on large networks.

Many successful methods have been proposed for learning low dimensional representations on large-scale networks, while almost all existing methods are designed in inseparable processes, learning embeddings for entire networks even when only a small proportion of nodes are of interest. This leads to great inconvenience, especially on super-large or dynamic networks, where these methods become almost impossible to implement. In this paper, we formalize the problem of separated matrix factorization, based on which we elaborate a novel objective function that preserves both local and global information. We further propose SepNE, a simple and flexible network embedding algorithm which independently learns representations for different subsets of nodes in separated processes. By implementing separability, our algorithm reduces the redundant efforts to embed irrelevant nodes, yielding scalability to super-large networks, automatic implementation in distributed learning and further adaptations. We demonstrate the effectiveness of this approach on several real-world networks with different scales and subjects. With comparable accuracy, our approach significantly outperforms state-of-the-art baselines in running times on large networks.

Foundations

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

Your Notes