paper-with-me

홈 › Papers

Gaussian Embedding of Large-scale Attributed Graphs

2019-12-02 · Bhagya Hettige, Yuan-Fang Li, Weiqing Wang, Wray Buntine

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.

📄 PDF Abstract BibTeX arXiv:1912.00536

Code (1)

bhagya-hettige/GLACE 공식 구현 tf

Tasks

Graph EmbeddingLink PredictionNode Classification

Similar Papers 제목 키워드 기반

Deep Gaussian Embedding of Graphs: Unsupervised Inductive Learning via Ranking

2017-07-12 · ICLR 2018 1 · Aleksandar Bojchevski, Stephan Günnemann

Methods that learn representations of nodes in a graph play a critical role in network analysis since they enable many downstream learning tasks. We propose Graph2Gauss - an approach that can efficiently learn versatile …

Inductive LearningLink PredictionNetwork EmbeddingNode Classification

Deep Bayesian Optimization on Attributed Graphs

2019-05-31 · Jiaxu Cui, Bo Yang, Xia Hu

Attributed graphs, which contain rich contextual features beyond just network structure, are ubiquitous and have been observed to benefit various network analytics applications. Graph structure optimization, aiming to fi…

Bayesian OptimizationGaussian ProcessesGraph Neural Network

STAGE: Simplified Text-Attributed Graph Embeddings Using Pre-trained LLMs

2024-07-10 · Aaron Zolnai-Lucas, Jack Boylan, Chris Hokamp, Parsa Ghaffari

We present Simplified Text-Attributed Graph Embeddings (STAGE), a straightforward yet effective method for enhancing node features in Graph Neural Network (GNN) models that encode Text-Attributed Graphs (TAGs). Our appro…

Graph Neural NetworkNode Classification

Scalable Deep Metric Learning on Attributed Graphs

2024-11-20 · Xiang Li, Gagan Agrawal, Ruoming Jin, Rajiv Ramnath

We consider the problem of constructing embeddings of large attributed graphs and supporting multiple downstream learning tasks. We develop a graph embedding method, which is based on extending deep metric and unbiased c…

Contrastive LearningGraph EmbeddingLink PredictionMetric Learning+2

Variational Co-embedding Learning for Attributed Network Clustering

2021-04-15 · Shuiqiao Yang, Sunny Verma, Borui Cai, Jiaojiao Jiang 외

Recent works for attributed network clustering utilize graph convolution to obtain node embeddings and simultaneously perform clustering assignments on the embedding space. It is effective since graph convolution combine…

AttributeClusteringNode ClusteringRepresentation Learning