TasksSotADatasetsPapersMethodsSubmitAbout
Papers With Code 2

A community resource for machine learning research: papers, code, benchmarks, and state-of-the-art results.

Explore

Notable BenchmarksAll SotADatasetsPapersMethods

Community

Submit ResultsAbout

Data sourced from the PWC Archive (CC-BY-SA 4.0). Built by the community, for the community.

Papers/Gaussian Embedding of Large-scale Attributed Graphs

Gaussian Embedding of Large-scale Attributed Graphs

Bhagya Hettige, Yuan-Fang Li, Weiqing Wang, Wray Buntine

2019-12-02Node ClassificationGraph EmbeddingLink Prediction
PaperPDFCode(official)

Abstract

Graph embedding methods transform high-dimensional and complex graph contents into low-dimensional representations. They are useful for a wide range of graph analysis tasks including link prediction, node classification, recommendation and visualization. Most existing approaches represent graph nodes as point vectors in a low-dimensional embedding space, ignoring the uncertainty present in the real-world graphs. Furthermore, many real-world graphs are large-scale and rich in content (e.g. node attributes). In this work, we propose GLACE, a novel, scalable graph embedding method that preserves both graph structure and node attributes effectively and efficiently in an end-to-end manner. GLACE effectively models uncertainty through Gaussian embeddings, and supports inductive inference of new nodes based on their attributes. In our comprehensive experiments, we evaluate GLACE on real-world graphs, and the results demonstrate that GLACE significantly outperforms state-of-the-art embedding methods on multiple graph analysis tasks.

Results

TaskDatasetMetricValueModel
Link PredictionACMAP98.24GLACE
Link PredictionACMAUC98.34GLACE
Link PredictionCiteseer (nonstandard variant)AP98.37GLACE
Link PredictionCiteseer (nonstandard variant)AUC98.43GLACE
Link PredictionDBLPAP98.4GLACE
Link PredictionDBLPAUC98.55GLACE
Link PredictionCora (nonstandard variant)AP98.52GLACE
Link PredictionCora (nonstandard variant)AUC98.6GLACE
Link PredictionPubmed (nonstandard variant)AP97.49GLACE
Link PredictionPubmed (nonstandard variant)AUC97.82GLACE

Related Papers

SMART: Relation-Aware Learning of Geometric Representations for Knowledge Graphs2025-07-17Topic Modeling and Link-Prediction for Material Property Discovery2025-07-08Graph Collaborative Attention Network for Link Prediction in Knowledge Graphs2025-07-05Understanding Generalization in Node and Link Prediction2025-07-01Context-Driven Knowledge Graph Completion with Semantic-Aware Relational Message Passing2025-06-29Demystifying Distributed Training of Graph Neural Networks for Link Prediction2025-06-25Directed Link Prediction using GNN with Local and Global Feature Fusion2025-06-25Call Me Maybe: Enhancing JavaScript Call Graph Construction using Graph Neural Networks2025-06-22