TL;DR
This paper introduces LINE, a scalable network embedding method that efficiently captures both local and global network structures, enabling effective analysis of large-scale information networks across various types.
Contribution
The paper presents LINE, a novel embedding algorithm capable of handling large, diverse networks with improved efficiency and effectiveness over previous methods.
Findings
Effective on real-world networks like social, language, and citation networks.
Capable of embedding networks with millions of nodes and billions of edges in hours.
Preserves both local and global network structures.
Abstract
This paper studies the problem of embedding very large information networks into low-dimensional vector spaces, which is useful in many tasks such as visualization, node classification, and link prediction. Most existing graph embedding methods do not scale for real world information networks which usually contain millions of nodes. In this paper, we propose a novel network embedding method called the "LINE," which is suitable for arbitrary types of information networks: undirected, directed, and/or weighted. The method optimizes a carefully designed objective function that preserves both the local and global network structures. An edge-sampling algorithm is proposed that addresses the limitation of the classical stochastic gradient descent and improves both the effectiveness and the efficiency of the inference. Empirical experiments prove the effectiveness of the LINE on a variety of…
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
MethodsLarge-scale Information Network Embedding
