Javascript must be enabled to continue!
Scaling attributed network embedding to massive graphs
View through CrossRef
Given a graph
G
where each node is associated with a set of attributes,
attributed network embedding (ANE)
maps each node
v
∈
G
to a compact vector
X
v
, which can be used in downstream machine learning tasks. Ideally,
X
v
should capture node
v
's
affinity
to each attribute, which considers not only
v
's own attribute associations, but also those of its connected nodes along edges in
G
. It is challenging to obtain high-utility embeddings that enable accurate predictions; scaling effective ANE computation to massive graphs with millions of nodes pushes the difficulty of the problem to a whole new level. Existing solutions largely fail on such graphs, leading to prohibitive costs, low-quality embeddings, or both.
This paper proposes PANE, an effective and scalable approach to ANE computation for massive graphs that achieves state-of-the-art result quality on multiple benchmark datasets, measured by the accuracy of three common prediction tasks: attribute inference, link prediction, and node classification. In particular, for the large
MAG
data with over 59 million nodes, 0.98 billion edges, and 2000 attributes, PANE is the only known viable solution that obtains effective embeddings on a single server, within 12 hours.
PANE obtains high scalability and effectiveness through three main algorithmic designs. First, it formulates the learning objective based on a novel random walk model for attributed networks. The resulting optimization task is still challenging on large graphs. Second, PANE includes a highly efficient solver for the above optimization problem, whose key module is a carefully designed initialization of the embeddings, which drastically reduces the number of iterations required to converge. Finally, PANE utilizes multi-core CPUs through non-trivial parallelization of the above solver, which achieves scalability while retaining the high quality of the resulting embeddings. Extensive experiments, comparing 10 existing approaches on 8 real datasets, demonstrate that PANE consistently outperforms all existing methods in terms of result quality, while being orders of magnitude faster.
Association for Computing Machinery (ACM)
Title: Scaling attributed network embedding to massive graphs
Description:
Given a graph
G
where each node is associated with a set of attributes,
attributed network embedding (ANE)
maps each node
v
∈
G
to a compact vector
X
v
, which can be used in downstream machine learning tasks.
Ideally,
X
v
should capture node
v
's
affinity
to each attribute, which considers not only
v
's own attribute associations, but also those of its connected nodes along edges in
G
.
It is challenging to obtain high-utility embeddings that enable accurate predictions; scaling effective ANE computation to massive graphs with millions of nodes pushes the difficulty of the problem to a whole new level.
Existing solutions largely fail on such graphs, leading to prohibitive costs, low-quality embeddings, or both.
This paper proposes PANE, an effective and scalable approach to ANE computation for massive graphs that achieves state-of-the-art result quality on multiple benchmark datasets, measured by the accuracy of three common prediction tasks: attribute inference, link prediction, and node classification.
In particular, for the large
MAG
data with over 59 million nodes, 0.
98 billion edges, and 2000 attributes, PANE is the only known viable solution that obtains effective embeddings on a single server, within 12 hours.
PANE obtains high scalability and effectiveness through three main algorithmic designs.
First, it formulates the learning objective based on a novel random walk model for attributed networks.
The resulting optimization task is still challenging on large graphs.
Second, PANE includes a highly efficient solver for the above optimization problem, whose key module is a carefully designed initialization of the embeddings, which drastically reduces the number of iterations required to converge.
Finally, PANE utilizes multi-core CPUs through non-trivial parallelization of the above solver, which achieves scalability while retaining the high quality of the resulting embeddings.
Extensive experiments, comparing 10 existing approaches on 8 real datasets, demonstrate that PANE consistently outperforms all existing methods in terms of result quality, while being orders of magnitude faster.
Related Results
Effective Attributed Network Embedding with Information Behavior Extraction
Effective Attributed Network Embedding with Information Behavior Extraction
Abstract
Network embedding has shown its effectiveness in many tasks such as link prediction, node classification, and community detection. Most attributed network embeddin...
Clustering on Attributed Graphs: From Single-view to Multi-view
Clustering on Attributed Graphs: From Single-view to Multi-view
Attributed graphs with both topological information and node information have prevalent applications in the real world, including recommendation systems, biological networks, commu...
Effective attributed network embedding with information behavior extraction
Effective attributed network embedding with information behavior extraction
Network embedding has shown its effectiveness in many tasks, such as link prediction, node classification, and community detection. Most attributed network embedding methods consid...
Technical Breakthrough in Production Engineering Ensures Economic Development of ASP Flooding in Daqing Oilfield
Technical Breakthrough in Production Engineering Ensures Economic Development of ASP Flooding in Daqing Oilfield
AbstractPilot tests commenced from 1980s in Daqing Oilfield have proved that ASP flooding could improve the recovery rate by 20% based on water flooding, while scaling issue in pro...
An Unsupervised Learning Method for Attributed Network Based on Non-Euclidean Geometry
An Unsupervised Learning Method for Attributed Network Based on Non-Euclidean Geometry
Many real-world networks can be modeled as attributed networks, where nodes are affiliated with attributes. When we implement attributed network embedding, we need to face two type...
An Efficient ZZW Construction Using Low-Density Generator-Matrix Embedding Techniques
An Efficient ZZW Construction Using Low-Density Generator-Matrix Embedding Techniques
A novel steganographic algorithm based on ZZW construction is proposed to improve the steganographic embedding efficiency. Low-density generator-matrix (LDGM) embedding is an effic...
Hyperspherical Variational Co-embedding for Attributed Networks
Hyperspherical Variational Co-embedding for Attributed Networks
Network-based information has been widely explored and exploited in the information retrieval literature. Attributed networks, consisting of nodes, edges as well as attributes desc...
Information-Theoretic Limits for Steganography in Multimedia
Information-Theoretic Limits for Steganography in Multimedia
<pre>Steganography in multimedia aims to embed secret data into an innocent multimedia cover object. The embedding introduces some distortion to the cover object and produces...


