Abstract
Attributed network embedding aims to learn low-dimensional vector representations for nodes in a network, where each node contains rich attributes/features describing node content. Because network topology structure and node attributes often exhibit high correlation, incorporating node attribute proximity into network embedding is beneficial for learning good vector representations. In reality, large-scale networks often have incomplete/missing node content or linkages, yet existing attributed network embedding algorithms all operate under the assumption that networks are complete. Thus, their performance is vulnerable to missing data and suffers from poor scalability. In this paper, we propose a Scalable Incomplete Network Embedding (SINE) algorithm for learning node representations from incomplete graphs. SINE formulates a probabilistic learning framework that separately models pairs of node-context and node-attribute relationships. Different from existing attributed network embedding algorithms, SINE provides greater flexibility to make the best of useful information and mitigate negative effects of missing information on representation learning. A stochastic gradient descent based online algorithm is derived to learn node representations, allowing SINE to scale up to large-scale networks with high learning efficiency. We evaluate the effectiveness and efficiency of SINE through extensive experiments on real-world networks. Experimental results confirm that SINE outperforms state-of-the-art baselines in various tasks, including node classification, node clustering, and link prediction, under settings with missing links and node attributes. SINE is also shown to be scalable and efficient on large-scale networks with millions of nodes/edges and high-dimensional node features. The source code of this paper is available at https://github.com/daokunzhang/SINE.
Original language | English |
---|---|
Title of host publication | 2018 IEEE International Conference on Data Mining (ICDM 2018) |
Editors | Dacheng Tao, Bhavani Thuraisingham |
Place of Publication | Piscataway NJ USA |
Publisher | IEEE, Institute of Electrical and Electronics Engineers |
Pages | 737-746 |
Number of pages | 10 |
ISBN (Electronic) | 9781538691588, 9781538691595 |
ISBN (Print) | 9781538691601 |
DOIs | |
Publication status | Published - 2018 |
Externally published | Yes |
Event | IEEE International Conference on Data Mining 2018 - Singapore, Singapore Duration: 17 Nov 2018 → 20 Nov 2018 Conference number: 18th http://icdm2018.org/ https://ieeexplore.ieee.org/xpl/conhome/8591042/proceeding (Proceedings) |
Publication series
Name | Proceedings - IEEE International Conference on Data Mining, ICDM |
---|---|
Publisher | The Institute of Electrical and Electronics Engineers, Inc. |
Volume | 2018-November |
ISSN (Print) | 1550-4786 |
Conference
Conference | IEEE International Conference on Data Mining 2018 |
---|---|
Abbreviated title | ICDM 2018 |
Country/Territory | Singapore |
City | Singapore |
Period | 17/11/18 → 20/11/18 |
Internet address |
Keywords
- Incomplete network
- Large scale
- Network embeddding