SILGSPNov 3, 2020

GAGE: Geometry Preserving Attributed Graph Embeddings

arXiv:2011.01422v20.00
AI Analysis55

This work addresses the problem of generating informative embeddings for attributed networks, which is incremental as it builds on existing representation learning techniques.

The paper tackles the challenge of preserving both network connectivity and node attribute geometry in attributed graph embeddings, proposing a tensor factorization approach that achieves significant performance improvements in downstream tasks.

Node embedding is the task of extracting concise and informative representations of certain entities that are connected in a network. Various real-world networks include information about both node connectivity and certain node attributes, in the form of features or time-series data. Modern representation learning techniques employ both the connectivity and attribute information of the nodes to produce embeddings in an unsupervised manner. In this context, deriving embeddings that preserve the geometry of the network and the attribute vectors would be highly desirable, as they would reflect both the topological neighborhood structure and proximity in feature space. While this is fairly straightforward to maintain when only observing the connectivity or attribute information of the network, preserving the geometry of both types of information is challenging. A novel tensor factorization approach for node embedding in attributed networks is proposed in this paper, that preserves the distances of both the connections and the attributes. Furthermore, an effective and lightweight algorithm is developed to tackle the learning task and judicious experiments with multiple state-of-the-art baselines suggest that the proposed algorithm offers significant performance improvements in downstream tasks.

Foundations

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

Your Notes